Trying to open a .MOV file from my Canon 7D in AVISynth. For reference, this is a 1080p .mov file from the camera.
I installed Quicktime Alternative 3.1.1 (no issues) but when I open the file in AVISynth with DirectShowSource(filename), I get "Cannot open file / format not supported" messages for video and audio. The file itself plays fine in Windows Media Player, etc.
PC is Windows 7 x64, but all the apps I've installed are 32-bit.
I ran GSpot on the file, it says the container is Quicktime, 1920x1080x29.971, codec is AVC1 H.264 but status is "Codec Status Undetermined"
+ Reply to Thread
Results 1 to 5 of 5
-
-
I would use either qtsource or ffmpegsource2
For directshowsource to work , you have to setup your directshow filter chain and qt source splitter correctly in graphstudio/graphedit . -
Nice! never heard of qtsource before I found this thread. I will give a tip to anyone who reads this post though, when you use qtsource, the syntax is actually qtinput(video.mov), different than the name of the plugin iitself.
If you want to see what I've done with my videos,
check out my video work on youtube, http://www.youtube.com/user/duhmez/ -
if you change filetype from mov to hdmov (rename the file) you can use DirectShowSource....just in case qtsource doesn't work
I love it when a plan comes together!
Similar Threads
-
Unable to install avisynth: Error opening file for writing
By ximon in forum Newbie / General discussionsReplies: 3Last Post: 12th Dec 2011, 17:52 -
Mov file with mono audio plays silently: fixed by opening Super
By aslaksen in forum Video ConversionReplies: 0Last Post: 7th May 2010, 19:35 -
Opening Avisynth script on virtualDub - Error Message
By HugoBraule in forum Newbie / General discussionsReplies: 2Last Post: 25th Apr 2010, 21:48 -
Audio missing when opening an Avisynth script in WMP & VirtualDubMOD
By aln688 in forum Video ConversionReplies: 3Last Post: 2nd Apr 2010, 05:09 -
Avisynth 8channel mov using Rhozet
By sonicJR in forum Video ConversionReplies: 0Last Post: 8th Jul 2009, 19:57