|
Playing h264 in Quicktime player: msg#00191video.ffmpeg.user
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)
ffmpeg-user mailing list ffmpeg-user@xxxxxxxxxxxx http://mplayerhq.hu/mailman/listinfo/ffmpeg-user |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | how to VBR the right way?: 00191, fanbanlo |
|---|---|
| Next by Date: | Does ffmpeg support DXVA(DirectX Video Acceleration ) ?: 00191, matrass |
| Previous by Thread: | Re: playing h264 in Quicktime playeri: 00191, Alec Robertson |
| Next by Thread: | Help with FLV conversion: 00191, Bruno Barreyra |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |