[FFmpeg-cvslog] doc/bitstream_filters: add missing options in h264_metadata

Gyan Doshi git at videolan.org
Mon Mar 21 12:30:35 EET 2022


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Mon Mar 21 16:15:16 2022 +0530| [505a7d39cd9990428899241a017ef523e236b9ca] | committer: Gyan Doshi

doc/bitstream_filters: add missing options in h264_metadata

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=505a7d39cd9990428899241a017ef523e236b9ca
---

 doc/bitstream_filters.texi | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 8c5d84dceb..0b354fda04 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -247,12 +247,16 @@ Modify metadata embedded in an H.264 stream.
 Insert or remove AUD NAL units in all access units of the stream.
 
 @table @samp
+ at item pass
 @item insert
 @item remove
 @end table
 
+Default is pass.
+
 @item sample_aspect_ratio
 Set the sample aspect ratio of the stream in the VUI parameters.
+See H.264 table E-1.
 
 @item overscan_appropriate_flag
 Set whether the stream is suitable for display using overscan
@@ -311,6 +315,37 @@ insert the string ``hello'' associated with the given UUID.
 @item delete_filler
 Deletes both filler NAL units and filler SEI messages.
 
+ at item display_orientation
+Insert, extract or remove Display orientation SEI messages.
+See H.264 section D.1.27 and D.2.27 for syntax and semantics.
+
+ at table @samp
+ at item pass
+ at item insert
+ at item remove
+ at item extract
+ at end table
+
+Default is pass.
+
+Insert mode works in conjunction with @code {rotate} and @code{flip} options.
+Any pre-existing Display orientation messages will be removed in insert or remove mode.
+Extract mode attaches the display matrix to the packet as side data.
+
+ at item rotate
+Set rotation in display orientation SEI (anticlockwise angle in degrees).
+Range is -360 to +360. Default is NaN.
+
+ at item flip
+Set flip in display orientation SEI.
+
+ at table @samp
+ at item horizontal
+ at item vertical
+ at end table
+
+Default is unset.
+
 @item level
 Set the level in the SPS.  Refer to H.264 section A.3 and tables A-1
 to A-5.



More information about the ffmpeg-cvslog mailing list