X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fencoders.texi;h=7b095754d1d982f800815c7490f9623ebfb98483;hb=4339c94364f8ff143d051fcace3e5801625db607;hp=c5dfc646d962ac7797b0a31421ff23352158b832;hpb=d0f098a5e0bae84d98eb48ea5ba173422e004fe3;p=ffmpeg diff --git a/doc/encoders.texi b/doc/encoders.texi index c5dfc646d96..7b095754d1d 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2159,6 +2159,12 @@ Set the x265 preset. @item tune Set the x265 tune parameter. +@item profile +Set profile restrictions. + +@item crf +Set the quality for constant quality mode. + @item forced-idr Normally, when forcing a I-frame type, the encoder can select any type of I-frame. This option forces it to choose an IDR-frame. @@ -2359,6 +2365,11 @@ Never write it. @itemx always Always write it. @end table +@item video_format @var{integer} +Specifies the video_format written into the sequence display extension +indicating the source of the video pictures. The default is @samp{unspecified}, +can be @samp{component}, @samp{pal}, @samp{ntsc}, @samp{secam} or @samp{mac}. +For maximum compatibility, use @samp{component}. @end table @section png