All,
Apple has made much hoopla over the fact the Quicktime 7 does the vaunted H.264 codec. I've been using ffmpegX do squeeze things down with H.264, which makes for better file sizes/quality than Xvid and Divx. These H.264 avi files play fine in VLC and Mplayer . . . . and they don't in Quicktime 7.
I have a feeling that this is because the H.264 file is in an avi container, and Quicktime 7 wants it in an mov container. So are there any plans to get ffmpegX to put H.264 in an mov container, or is there a bug with QT7?
Can anyone shed any light on this quandry?
Thanks,
-STS
Results 1 to 7 of 7
-
-
Indeed, Quicktime 7 only supports H264 in MOV/MP4 containers, while mencoder engine only supports it in AVI containers. In subsequent versions it will be possible to overcome this barrier.
-
Something to try in the meantime (no guarantees that this would work):
Set the audio and video codecs to Passthrough, and save the result as a .mov file.
If that just creates another .avi file, you could try the ffmpeg binary to copy the streams from the .avi file into a new .mov file, like so:
/Applications/ffmpegX.app/Contents/Resources/ffmpeg -i (input file).avi -vcodec copy -acodec copy (output file).mov
Edit: that is, you would do this process on the .avi file generated by ffmpegX.
Matt
-
You can try MPEG Streamclip. The export to Quicktime function of MPEG Streamclip will encode with H.264 as a MOV file.
This requires Quicktime Pro.
Similar Threads
-
H.264 to AVI wont play in Quicktime
By kerr1586 in forum Newbie / General discussionsReplies: 3Last Post: 6th Jul 2011, 10:49 -
problem with conversion from quicktime to h.264.
By savvyguy in forum Video ConversionReplies: 23Last Post: 19th Jan 2009, 20:49 -
Mpeg4 AVC H.264 viewer for iPhoto/Quicktime
By rajupatel in forum ffmpegX general discussionReplies: 2Last Post: 30th May 2008, 16:14 -
TMPGEnc Xpress, MainConcept, H.264 and QuickTime Compatibility
By PuzZLeR in forum Video ConversionReplies: 6Last Post: 27th Oct 2007, 04:05 -
Problem exporting AVI to H.264 in Quicktime Pro
By newsclips in forum Video ConversionReplies: 2Last Post: 31st May 2007, 00:46