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
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2019-05-07 00:02:21 +0300
committerMark Thompson <sw@jkqxz.net>2019-07-07 15:29:50 +0300
commitc7142875c38ccb389fc03fdfe8a05c89013bc5d8 (patch)
tree80493495c8ae835bb649f20e5fe555d414081a79 /doc
parentf344bb2466f8e340bafdd8ecdcf497dd6780e737 (diff)
h265_metadata: Add option to set the level of the stream
To match the same option in h264_metadata.
Diffstat (limited to 'doc')
-rw-r--r--doc/bitstream_filters.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 40e8adad0f..a6a5a331f5 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -361,6 +361,15 @@ will replace the current ones if the stream is already cropped.
These fields are set in pixels. Note that some sizes may not be
representable if the chroma is subsampled (H.265 section 7.4.3.2.1).
+@item level
+Set the level in the VPS and SPS. See H.265 section A.4 and tables
+A.6 and A.7.
+
+The argument must be the name of a level (for example, @samp{5.1}), a
+@emph{general_level_idc} value (for example, @samp{153} for level 5.1),
+or the special name @samp{auto} indicating that the filter should
+attempt to guess the level from the input stream properties.
+
@end table
@section hevc_mp4toannexb