summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-09-18 23:30:59 +0100
committerMark Thompson <sw@jkqxz.net>2018-09-23 14:42:34 +0100
commit6522ba30e93cd9060da011c8c591dce1b273c4ce (patch)
tree5d712fe033a62f4e8307e65d6920d4102e321c5d /doc
parentbb3503164eed2a1217315f9d54e986e7276183c6 (diff)
downloadffmpeg-6522ba30e93cd9060da011c8c591dce1b273c4ce.tar.gz
h264_metadata: Add option to set the level of the stream
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 7d7e97503a..d948c6d658 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -215,6 +215,15 @@ insert the string ``hello'' associated with the given UUID.
@item delete_filler
Deletes both filler NAL units and filler SEI messages.
+@item level
+Set the level in the SPS. Refer to H.264 section A.3 and tables A-1
+to A-5.
+
+The argument must be the name of a level (for example, @samp{4.2}), a
+level_idc value (for example, @samp{42}), or the special name @samp{auto}
+indicating that the filter should attempt to guess the level from the
+input stream properties.
+
@end table
@section h264_mp4toannexb