summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-01 16:19:45 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-01 16:39:19 +0200
commit0a7afedc4819167a50516a4402a4638c7439df6e (patch)
treec8b39736191ac0cbb5c5eb625855a545bdc17594 /doc
parent23f0e2edec3d9a87e3cc39f5d9a9384cb53b81bd (diff)
avcodec/libx264: add avcintra-class
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/encoders.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 44b49ce4b5..d67bf8908d 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1745,6 +1745,10 @@ Enable calculation and printing SSIM stats after the encoding.
Enable the use of Periodic Intra Refresh instead of IDR frames when set
to 1.
+@item avcintra-class (@emph{class})
+Configure the encoder to generate AVC-Intra.
+Valid values are 50,100 and 200
+
@item bluray-compat (@emph{bluray-compat})
Configure the encoder to be compatible with the bluray standard.
It is a shorthand for setting "bluray-compat=1 force-cfr=1".