diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2015-12-14 19:07:47 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-12-16 10:48:28 +0100 |
commit | 5defa3a0b09c2cca6a7cdc84e8a0d971d87333a5 (patch) | |
tree | 0613718f960120b128ca39f407c8f933649ae06a /doc/encoders.texi | |
parent | 65877ab935addba8887d75a3d9f4395d963525d6 (diff) | |
download | ffmpeg-5defa3a0b09c2cca6a7cdc84e8a0d971d87333a5.tar.gz |
doc/encoders/libopenh264: update documentation after recent changes
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 0bac3a8b59..258852cc0f 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1423,7 +1423,9 @@ a fixed number of slices @item rowmb one slice per row of macroblocks @item auto -automatic number of slices according to number of thread +automatic number of slices according to number of threads +@item dyn +dynamic slicing @end table Default value is @samp{auto}. @@ -1435,6 +1437,12 @@ set a value of 0. @item profile Set profile restrictions. If set to the value of @samp{main} enable CABAC (set the @code{SEncParamExt.iEntropyCodingModeFlag} flag to 1). + +@item max_nal_size +Set maximum NAL size in bytes. + +@item allow_skip_frames +Allow skipping frames to hit the target bitrate if set to 1. @end table @section jpeg2000 |