summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-08-13 22:07:08 -0300
committerJames Almer <jamrial@gmail.com>2020-01-01 13:25:18 -0300
commit3c22436ddf5995dd2be7f54c0301a737e22056c8 (patch)
tree62fac9450c8ef1698f0e166adfa64b8728767384 /doc/encoders.texi
parent40d9cbdc22340572ea5ebe5fe77c73eafafabef8 (diff)
avcodec/libx265: apply some global AVCodecContext settings to the encoder context
There's no reason to ignore them if set. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index a207363650..673eaf6496 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2415,6 +2415,20 @@ during configuration. You need to explicitly configure the build with
@subsection Options
@table @option
+@item b
+Sets target video bitrate.
+
+@item bf
+
+@item g
+Set the GOP size.
+
+@item keyint_min
+Minimum GOP size.
+
+@item refs
+Number of reference frames each P-frame can use. The range is from @var{1-16}.
+
@item preset
Set the x265 preset.