From: Jun Zhao <[email protected]> Add docs about display orientation SEI.
Signed-off-by: Jun Zhao <[email protected]> --- doc/bitstream_filters.texi | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 8fe5b3a..ff5d027 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -276,6 +276,27 @@ insert the string ``hello'' associated with the given UUID. @item delete_filler Deletes both filler NAL units and filler SEI messages. +@item display_orientation +Pass, insert, remove or extract display orientation SEI. Default is pass. + +@table @samp +@item pass +@item insert +@item remove +@item extract +@end table + +@item rotate +Set rotation in display orientation SEI (anticlockwise angle in degrees) (from -360 to 360) + +@item flip +Set flip in display orientation SEI + +@table @samp +@item horizontal +@item vertical +@end table + @item level Set the level in the SPS. Refer to H.264 section A.3 and tables A-1 to A-5. -- 1.7.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
