logo       

Playing h264 in Quicktime player: msg#00191

video.ffmpeg.user

Subject: Playing h264 in Quicktime player

Here's what I've started with to encode for QuickTime 7. I still believe I can tune some more parameters after I look through the source code. I've used this to encode 720x480 NTSC video of various types. I also do the encode using two-pass.

ffmpeg -y -i ${1} -pass 1 -vcodec h264 -s 640x480 -parti4x4 -partp4x4 -partp8x8 -partb8x8 -bf 2 -b 839 -subcmp 1 -acodec aac -ab 192 -ar 32000 ${2}

FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-faac --enable-x264 --enable-mp3lame --enable-faad --enable-a52 --enable-a52bin --enable-gpl
libavutil version: 49.0.0
libavcodec version: 51.9.0
libavformat version: 50.4.0
built on Apr 23 2006 19:57:46, gcc: 3.3.5 20050117 (prerelease) (SUSE Linux)

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@xxxxxxxxxxxx
http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise