VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. 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
    Quote Quote  
  2. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    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
    Quote Quote  
  3. Member Safesurfer's Avatar
    Join Date
    Mar 2004
    Location
    United States
    Search Comp PM
    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"
    Quote Quote  
  4. Member
    Join Date
    May 2001
    Location
    United States
    Search Comp PM
    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)
    It loads QT files inverted (thus the "flipvertical()"). Also, it also brings in many duplicate frames, so the need for "selectevery(24,0)".
    ICBM target coordinates:
    26° 14' 10.16"N -- 80° 16' 0.91"W
    Quote Quote  
  5. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    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.
    Quote Quote  
  6. 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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!