diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-08-05 13:23:52 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-08-05 16:13:35 +0200 |
commit | bc54c2ae3ca6abd225dc331eafc12108513158de (patch) | |
tree | 2662c88b85a482e41a16ee906d33f982b66d3fc2 /doc/encoders.texi | |
parent | c84ea750cf765c9d8845fca5546eb0ae25b9c855 (diff) | |
download | ffmpeg-bc54c2ae3ca6abd225dc331eafc12108513158de.tar.gz |
libx264: add shortcut for the bluray compatibility option
As for intra-refresh it is just a commodity.
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 3d9ba75665..d6f4bcedbb 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -554,6 +554,9 @@ Possible values: Calculate and print SSIM stats. @item -intra-refresh @var{integer} Use Periodic Intra Refresh instead of IDR frames. +@item -bluray-compat @var{integer} +Configure the encoder to be compatible with the bluray standard. +It is a shorthand for setting "bluray-compat=1 force-cfr=1". @item -b-bias @var{integer} Influences how often B-frames are used. @item -b-pyramid @var{integer} |