Changes between Version 1 and Version 2 of Ticket #11649
- Timestamp:
- Jun 26, 2025, 11:11:37 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11649 – Description
v1 v2 1 1 Summary of the bug: 2 When invoking FFmpeg with a JPEG input that contains `Orientation` EXIF metadata tag and `-noautorotate -display_rotation 0` with an MP4 output, the output will have a display_matrix indicating a rotation starting with FFmpeg 7.1. It is expected that the output will not be physically rotated and not contain any display_matrix.2 When invoking FFmpeg with `-noautorotate -display_rotation 0` using a JPEG input that contains `Orientation` EXIF metadata tag written to an MP4 output, the output will have a display_matrix indicating a rotation starting with FFmpeg 7.1. It is expected that the output will not be physically rotated and not contain any display_matrix. The issue doesn't occur with FFmpeg 7.0 where the output correctly doesn't have a display_matrix 3 3 4 4 How to reproduce:


