pinkshiro
29th April 2010, 11:22
Okay, this one is driving me nuts.
I am trying to read a h264 encoded MOV file into AviSynth, and really having no luck. I have spent a long time searching through past forum posts, and I am aware there are a lot of threads on this - so apologies for a repeating thread. Hope someone is able to help.
I have tried two options:
Video7 = DirectShowSource("stjohn/endvideo.mov")
Video7
This avisynth script successfully executes, but the outputted video is the correct length, but only plays the first frame of the video.
I have tried outputting with no compression encoding, and once with a x264 codec, set inside a VCF file. Both generate the same results, mentioned above.
LoadVFAPIPlugin("QTReader.vfp", "QTReader")
Video7 = QTReader("stjohn/endvideo.mov")
Video7
This generates an upside down video with shocking stuttering quality.
What can I do to successfully insert this MOV h264 movie? Please find some associated screenshots below:
VFW configuration screen for ffdshow see below:
http://www.flipsidedesign.co.nz/images/ffdshow-vfw.jpg
Gspot of the original file I am trying to input
http://www.flipsidedesign.co.nz/images/gspot-mov.jpg
Gspot of the outputted file
http://www.flipsidedesign.co.nz/images/gspot-raw.jpg
Can anyone help?
I am trying to read a h264 encoded MOV file into AviSynth, and really having no luck. I have spent a long time searching through past forum posts, and I am aware there are a lot of threads on this - so apologies for a repeating thread. Hope someone is able to help.
I have tried two options:
Video7 = DirectShowSource("stjohn/endvideo.mov")
Video7
This avisynth script successfully executes, but the outputted video is the correct length, but only plays the first frame of the video.
I have tried outputting with no compression encoding, and once with a x264 codec, set inside a VCF file. Both generate the same results, mentioned above.
LoadVFAPIPlugin("QTReader.vfp", "QTReader")
Video7 = QTReader("stjohn/endvideo.mov")
Video7
This generates an upside down video with shocking stuttering quality.
What can I do to successfully insert this MOV h264 movie? Please find some associated screenshots below:
VFW configuration screen for ffdshow see below:
http://www.flipsidedesign.co.nz/images/ffdshow-vfw.jpg
Gspot of the original file I am trying to input
http://www.flipsidedesign.co.nz/images/gspot-mov.jpg
Gspot of the outputted file
http://www.flipsidedesign.co.nz/images/gspot-raw.jpg
Can anyone help?