Converting WMV to AVI...
- Illwilledmarine
- Joined: Sun Mar 25, 2007 12:06 pm
- Location: Phoenix, AZ
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
avisynth works as a scripting interface... you don't open it, you write a scipt in notepad and save the fale as file.avs.jdude1225 wrote:I have this same problem but can anyone help answer my noobie question about how I open my AviSynth? I have it downloaded along w/ everything from the AMVAPP I just cant figure out how to open it.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
-
- Joined: Fri Apr 29, 2005 4:39 pm
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.
- Kionon
- I ♥ the 80's
- Joined: Fri Mar 02, 2001 10:13 pm
- Status: Ayukawa MODoka.
- Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
- Contact:
Try "open as avisynth file" and add any filters to the produced avs file.jdude1225 wrote:
(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.
And an avs file can't call itself! That's why vdub closes.