Script Problems
-
- Joined: Fri Apr 29, 2005 4:39 pm
Script Problems
This is the script I have for AviSynth: DirectShowSource("C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Abridged1.wmv") and when I try to open it w/ Virtual Dub Mod I get this error message:
AviSynth open failure:
DirectShowSource: Could not open as video or audio.
Video returned: " DirectShowSource: couldnt open file C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Abridged1.wmv: Anobject or name was not found."
Audio returned: " DirectShowSource: couldnt open file C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Abridged1.wmv: Anobject or name was not found."
(C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Abridged1.avs, line 1)
When I tried change my script to: DirectShowSource("C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Abridged1.avs") and I would try to open it w/ Virtual Dub Mod, Virtual Dub would just close.
AviSynth open failure:
DirectShowSource: Could not open as video or audio.
Video returned: " DirectShowSource: couldnt open file C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Abridged1.wmv: Anobject or name was not found."
Audio returned: " DirectShowSource: couldnt open file C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Abridged1.wmv: Anobject or name was not found."
(C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Abridged1.avs, line 1)
When I tried change my script to: DirectShowSource("C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Abridged1.avs") and I would try to open it w/ Virtual Dub Mod, Virtual Dub would just close.
- taifunbrowser
- Joined: Sat Sep 11, 2004 7:39 pm
- Location: DDR ARCADES
- Contact:
asdf
but... you can play this wmv file as is in windows media player?
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
To fix the timing you need to have the script set up thusly:
(I use relative paths; that way I don't have to deal with typing out long directories - just make sure the script is in the same folder as the .wmv)
Code: Select all
DirectShowSource("file.wmv", fps=29.97, convertfps=true)
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
-
- Joined: Fri Apr 29, 2005 4:39 pm
My script right now is:
DirectShowSource("C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Fullmetal Alchemist the Abridged series episode 1_Beta5.wmv", 23.976, fps=29.97, convertfps=true)
but Im getting this error message:
AviSynth open failure:
Evaluate: Unrecognized exception!
(C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Fullmetal Alchemist the Abridged series episode 1_Beta5--default.avs, line2)
DirectShowSource("C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Fullmetal Alchemist the Abridged series episode 1_Beta5.wmv", 23.976, fps=29.97, convertfps=true)
but Im getting this error message:
AviSynth open failure:
Evaluate: Unrecognized exception!
(C:\Documents and Settings\HP_Administrator\My Documents\AMV Folder\Fullmetal Alchemist the Abridged series episode 1_Beta5--default.avs, line2)
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
- SD Black Angel
- Joined: Sat Oct 28, 2006 2:08 pm
- Location: Shamballa
AVS wont read in Virtual Dub
My script for AviSytnth is:
mpeg2source("C:\Documents and Settings\Juan\My Documents\My Projects\CB - Freedom or Death.d2v", idct=5. CPU=4, ipp=true)
And Virtual Dub error says:
Cannot determine file type "C:\Documents and Settings\Juan\My Documents\My Projects\CB - Freedom or Death\CB - Freedom or Death--default.avs"
It's like not letting me use Avisynth at all. -_-* plz help.
mpeg2source("C:\Documents and Settings\Juan\My Documents\My Projects\CB - Freedom or Death.d2v", idct=5. CPU=4, ipp=true)
And Virtual Dub error says:
Cannot determine file type "C:\Documents and Settings\Juan\My Documents\My Projects\CB - Freedom or Death\CB - Freedom or Death--default.avs"
It's like not letting me use Avisynth at all. -_-* plz help.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: AVS wont read in Virtual Dub
Er, you <i>do</i> have AVISynth installed, correct? That's the only reason I can think of why this error message would occur.SD Black Angel wrote:And Virtual Dub error says:
Cannot determine file type "C:\Documents and Settings\Juan\My Documents\My Projects\CB - Freedom or Death\CB - Freedom or Death--default.avs"
- SD Black Angel
- Joined: Sat Oct 28, 2006 2:08 pm
- Location: Shamballa