[FFmpeg-user] can't set x264 profile

Rhodri James rhodri at kynesim.co.uk
Wed Nov 16 19:38:28 CET 2011


On Wed, 16 Nov 2011 10:37:39 -0000, xuyuand <xuyuand at 163.com> wrote:

> ffmpeg -threads 4 -i "E:\clipts\111.rmvb" -r 25.00 -profile main -level
                                                      ^^^^^^^^^^^^^
> 31 -vcodec libx264 -s 720x576 -x264opts  
> keyint=123:min-keyint=20:vbv-maxrate=2000:vbv-bufsize=300:vbv-init=0.9:nal-hrd=cbr:bitrate=2000:bframes=3:videoformat=pal  
> -acodec mp2 -ab 128k -ar 48000 -ac 2  -y d:\h264.ts

I believe you need "-vprofile main" these days, not "-profile main".

-- 
Rhodri James
Kynesim Ltd


More information about the ffmpeg-user mailing list