Changes between Initial Version and Version 1 of Ticket #9895
- Timestamp:
- Aug 29, 2022, 4:31:11 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9895 – Description
initial v1 6 6 Upside down video results with rotation = 0 7 7 8 Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker. 8 ffprobe output: 9 {{{ 10 [STREAM] 11 index=1 12 codec_name=h264 13 ... 14 [SIDE_DATA] 15 side_data_type=Display Matrix 16 displaymatrix= 17 00000000: 0 -65536 0 18 00000001: 65536 0 0 19 00000002: 0 0 1073741824 20 21 rotation=90 22 [/SIDE_DATA] 23 [/STREAM] 24 }}} 25 26 but log indicates cclock instead of clock rotation for 90deg: 27 28 {{{ 29 [transpose @ 0x149f0a260] Setting 'dir' to value 'cclock' 30 }}} 31 32 resulting output video thus appears 180deg from expectation


