View Full Version : opening mov/wmv files
raveamoeba
27th January 2003, 17:31
how can i use avisynth to open up mov/wmv files in virtual dub.
i tried this DirectShowSource("h:\mitch.wmv", fps=24), but the sound wasn't there? thanks guys.
Belgabor
27th January 2003, 17:38
Originally posted by raveamoeba
how can i use avisynth to open up mov/wmv files in virtual dub.
i tried this DirectShowSource("h:\mitch.wmv", fps=24), but the sound wasn't there? thanks guys.
That's the right way, but DirectShowSource doesn't support sound (yet).
raveamoeba
27th January 2003, 17:41
so what would be a suggestion as to gettin the sound off the mov/wmv files?
hanfrunz
27th January 2003, 21:07
Hi raveamoeba,
mov: load the file to the quicktime player and export sound to wav (or whatever you like) I think you need the pro Version
wmv: i do not know exactly maybe a patched virtualdub version can import these, then export audio to wav...
then use WAVSource("filename"[,...]) in your script.
hanfrunz
moko
28th January 2003, 01:43
Another way to load QuickTime is through TMPG's VFAPI plug-in, then you should just load it:
LoadVFAPIPlugin("QTReader.vfp","QTSource")
(of course, you don't have to use QTSource as the name for the function)
Most of the time the movie will get flipped so flip it back using:
FlipVertical()
The bad thing is, that sound problems might still happen sometimes
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.