summaryrefslogtreecommitdiff
path: root/doc/bitstream_filters.texi
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-04-02 02:38:03 +0100
committerMark Thompson <sw@jkqxz.net>2018-05-02 01:21:40 +0100
commit308b989e0cf14d5b33b7d4cd546a94230a1423c2 (patch)
treeaed92e54b67fc2aa7dd66f0884f439af9e28f9f3 /doc/bitstream_filters.texi
parentb5df289eb771e3cd45a5e02b6c3ad05df34df291 (diff)
lavc: Add VP9 metadata bitstream filter
Can adjust the colour information.
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r--doc/bitstream_filters.texi26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 7f98cb714f..7d7e97503a 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -507,6 +507,32 @@ This can be useful for debugging low-level stream issues.
Supports H.264, H.265, MPEG-2 and VP9.
+@section vp9_metadata
+
+Modify metadata embedded in a VP9 stream.
+
+@table @option
+@item color_space
+Set the color space value in the frame header.
+@table @samp
+@item unknown
+@item bt601
+@item bt709
+@item smpte170
+@item smpte240
+@item bt2020
+@item rgb
+@end table
+
+@item color_range
+Set the color range value in the frame header. Note that this cannot
+be set in RGB streams.
+@table @samp
+@item tv
+@item pc
+@end table
+@end table
+
@section vp9_superframe
Merge VP9 invisible (alt-ref) frames back into VP9 superframes. This