i am trying to open a .mov file with avisynth, i have quicktime installed and i am using DirectShowSource to read the .mov file but it doesn't work, how can i open the quicktime file with avisynth?
thanx
+ Reply to Thread
Results 1 to 6 of 6
-
-
The fifth link down, when Googling for:
".mov" avisynth
Shows this:
LoadVFAPIPlugin("C:\Program Files\AviSynth 2.5\plugins\QTReader.vfp","QTReader")
QTReader("C:\movie\mymovie.mov")
/Mats -
What program are you using to open the .avs file?
"Just another sheep boy, duck call, swan
song, idiot son of donkey kong - Julian Cope" -
This code works:
Code:loadvfapiplugin("d:\program files\avisynth 2.5\plugins\qtreader.vfp","qtreader") qtreader("C:\Program Files\QuickTime\sample.mov") flipvertical() selectevery(24,0)
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
If you can't play it via dshow, then AVISynth can't read it via dshowsource either. Just having qt installed won't allow you to playback mov files either. You need a dshow wrapper filter installed. It is also possible to playback various mov files without quicktime using say haali's splitter and ffdshow.
-
ok now i installed quicktime alternative directshow filter and i can see the video but there is no sound. I am using VDub to open the .avs file.
Similar Threads
-
Can't open FLV with Avisynth
By Greensmurfet in forum Video ConversionReplies: 1Last Post: 21st Oct 2011, 18:00 -
How to open aac file in avisynth?
By lovyagin in forum Video ConversionReplies: 13Last Post: 16th Aug 2009, 08:25 -
AviSynth open failure:
By rocky12 in forum Newbie / General discussionsReplies: 11Last Post: 29th Jul 2008, 20:35 -
help~ cant open my mov
By Kimgris in forum Video ConversionReplies: 2Last Post: 12th Jul 2008, 13:20 -
Avisynth open failure for cropping
By php111 in forum Newbie / General discussionsReplies: 51Last Post: 26th Mar 2008, 12:24