#9895: Autorotate wrong direction for some android mp4 videos
-------------------------------------+-------------------------------------
Reporter: Taylor | Owner: (none)
Hughes |
Type: defect | Status: closed
Priority: normal | Component:
| undetermined
Version: git-master | Resolution: invalid
Keywords: rotate | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by quinkblack):
* status: new => closed
* resolution: => invalid
Comment:
There is a matrix in the track to rotate -90 degrees (counterclockwise),
and a matrix in movie header to rotate -180 degrees. The second one is
applied after the first one, so it's -270 degrees, which is the same as 90
degrees.
VLC failed to handle the second matrix, FFmpeg does which the
specification required.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9895#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".