|
|
| Orphan_Thought |
Posted: Dec 31 2002, 12:24 AM |
 |
|
Unregistered

|
Hi there,
I've got a problem opening a .avs file! I read at a page on the internet tha t I hade to make a script file before opening Avisynth... Well I did this.
And now did I get the Avisynth opening failure
Unrecognized exception (c:\Movie\themovie.avs,line3)
Does anybody know what this means.??
I haven't got a clue, I'm really a newbie about this but would like to understand what I am doing.
Thnx in advance
Orphan_Thought |
 |
| jcsston |
| Posted: Dec 31 2002, 12:53 AM |
 |
|
Matroska Dev
  
Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02

|
What is line 3? Could you post the entire .avs script
-------------------- Use the Matroska file format |
 |
| Orphan_Thought |
| Posted: Dec 31 2002, 11:25 AM |
 |
|
Unregistered

|
Hi,
The .avs file is :
LoadPlugin("c:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll") LoadPlugin("c:\Program Files\DVD2SVCD\MPEG2Dec\mpeg2dec.dll") mpeg2source("C:\Movie\Practical Magic.D2V")
I read on a site that I had to make a script as above but I think I did something wrong
But because I'm new with this I don't know what...
Thnx for the help Greetz, Orphan_Thought |
 |
| jcsston |
| Posted: Jan 2 2003, 03:57 AM |
 |
|
Matroska Dev
  
Group: Moderators
Posts: 553
Member No.: 652
Joined: 3-November 02

|
| QUOTE (Orphan_Thought @ Dec 31 2002, 05:25 AM) | Hi,
The .avs file is :
LoadPlugin("c:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll") LoadPlugin("c:\Program Files\DVD2SVCD\MPEG2Dec\mpeg2dec.dll") mpeg2source("C:\Movie\Practical Magic.D2V")
I read on a site that I had to make a script as above but I think I did something wrong
But because I'm new with this I don't know what...
Thnx for the help Greetz, Orphan_Thought |
That script should work, if that is the whole script try taking the line 'LoadPlugin("c:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll")' off because you are not using it.
-------------------- Use the Matroska file format |
 |
| Orphan_Thought |
| Posted: Jan 2 2003, 09:42 PM |
 |
|
Unregistered

|
Hi there,
Well I've tried that but keep getting an opening Failure! Now it's says:
Unrecoqnized exception!
(C:\Movie\Practical Magic-1.avs, line 2)
But now de script is like this:
LoadPlugin("c:\Program Files\DVD2SVCD\MPEG2Dec\mpeg2dec.dll") mpeg2source("C:\Movie\Practical Magic.D2V")
And I still don't know what I do wrong...pffffffff The movie is an MPEG file so I thought ,that's oke
Could it be that there is a bug or whatsoever in Virtualdub 1.4.13
Otherwise I don't know what to think...
Tnx Again for the help!! |
 |
| fccHandler |
| Posted: Jan 2 2003, 10:12 PM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
| QUOTE (Orphan_Thought @ Jan 2 2003, 05:42 PM) | | Could it be that there is a bug or whatsoever in Virtualdub 1.4.13 |
No, clearly the problem is Avisynth, mpeg2dec.dll, or the D2V file itself.
Other things you might try: 1) Replace MPEG2Source() with DirectShowSource(). 2) Use VirtualDubMod to open the D2V directly. 3) Try different versions of Avisynth
-------------------- May the FOURCC be with you... |
 |
| atolja |
| Posted: Jan 3 2003, 12:38 AM |
 |
|
Unregistered

|
Hi,
I downloaded and installed Virtualdub (1.4.13) 2night and tried to open an [DivX]avi-file, which works perfectly on the pc, but is too big to burn on just one cd. After 45 minutes I still only see a blanc grey screen with 2 windows, and no progress... Is this normal?
thnx if anyone can help rgds Arno |
 |
| atolja |
| Posted: Jan 3 2003, 01:06 AM |
 |
|
Unregistered

|
I figured it out
 Arno |
 |