Changes between Initial Version and Version 1 of Ticket #9895


Ignore:
Timestamp:
Aug 29, 2022, 4:31:11 PM (4 years ago)
Author:
Taylor Hughes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9895 – Description

    initial v1  
    66Upside down video results with rotation = 0
    77
    8 Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
     8ffprobe output:
     9{{{
     10[STREAM]
     11index=1
     12codec_name=h264
     13...
     14[SIDE_DATA]
     15side_data_type=Display Matrix
     16displaymatrix=
     1700000000:            0      -65536           0
     1800000001:        65536           0           0
     1900000002:            0           0  1073741824
     20
     21rotation=90
     22[/SIDE_DATA]
     23[/STREAM]
     24}}}
     25
     26but log indicates cclock instead of clock rotation for 90deg:
     27
     28{{{
     29[transpose @ 0x149f0a260] Setting 'dir' to value 'cclock'
     30}}}
     31
     32resulting output video thus appears 180deg from expectation