[FFmpeg-user] setting BVOP to YES

Francois Visagie francois.visagie at gmail.com
Thu Oct 31 07:32:39 CET 2013


> -----Original Message-----
> From: ffmpeg-user-bounces at ffmpeg.org [mailto:ffmpeg-user-
> bounces at ffmpeg.org] On Behalf Of torrevado
> Sent: 30 October 2013 17:24
> To: FFmpeg user questions
> Subject: [FFmpeg-user] setting BVOP to YES
> 
> Hi,
> encoding a Mpeg 2 file
> where can I set the format setting BVOP to YES ?

As far as I understand, in this context the term Video Object Plane can be
used interchangeably with frame, hence B-VOP = B-frame.
See e.g.
http://forum.videohelp.com/threads/308081-bvop-pvop-nvop?p=1896662&viewfull=
1#post1896662.

Therefore your setting would be:

	'bf integer (encoding,video)'

	    Set max number of B frames.

There are some others that dynamically influence B-frame decisions. Some
have yielded quality and/or compression benefits for me at times.
E.g.

	'b_strategy integer (encoding,video)'

	    Set strategy to choose between I/P/B-frames.

	'-weightb integer'

	    Weighted prediction for B-frames.

etc.



More information about the ffmpeg-user mailing list