[FFmpeg-user] Old flag cbp

Timothy Gu timothygu99 at gmail.com
Sat Apr 27 00:17:24 CEST 2013


On Fri, Apr 26, 2013 at 7:59 AM, Ingo Brückl <ib at wupperonline.de> wrote:
> I've been using the following options and flags to convert video which
gave
> me good results:
>
> -vcodec mpeg4 -vtag XVID -s 624x352 -aspect 16:9 -vb 2500k -mbd rd -flags
+mv4+aic+cbp+mv0 -trellis 1 -cmp dct -subcmp dct -g 250
>
> Now, there is a complain about flag cbp:
>
> Undefined constant or missing '(' in 'cbp'
> Unable to parse option value "cbp+mv0+pass1"
>
> which seems to be depreciated. What's the new way to do it?

cbp flag is deprecated (commit af3d804), documented in ffmpeg-codecs. I
think the replacement should be -cbp_rd as a private option, but I'm not
sure because it is not in documentation.

Timothy G.


More information about the ffmpeg-user mailing list