diff options
author | Mark Thompson <sw@jkqxz.net> | 2019-05-06 22:02:21 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2019-07-07 13:29:50 +0100 |
commit | c7142875c38ccb389fc03fdfe8a05c89013bc5d8 (patch) | |
tree | 80493495c8ae835bb649f20e5fe555d414081a79 /doc/bitstream_filters.texi | |
parent | f344bb2466f8e340bafdd8ecdcf497dd6780e737 (diff) | |
download | ffmpeg-c7142875c38ccb389fc03fdfe8a05c89013bc5d8.tar.gz |
h265_metadata: Add option to set the level of the stream
To match the same option in h264_metadata.
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 9 |
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 |