Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-01 18:19:45 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-10-01 18:39:19 +0400
commit0a7afedc4819167a50516a4402a4638c7439df6e (patch)
treec8b39736191ac0cbb5c5eb625855a545bdc17594 /doc/encoders.texi
parent23f0e2edec3d9a87e3cc39f5d9a9384cb53b81bd (diff)
avcodec/libx264: add avcintra-class
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/encoders.texi')
-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".