#9982: FFmpeg issues with exif rotation
-------------------------------------+-------------------------------------
Reporter: Jozef | Type: defect
Chutka |
Status: new | Priority: normal
Component: ffmpeg | Version:
| unspecified
Keywords: movie | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
FFmpeg (version N-108614-g37ee36f689-20221011) filter `movie` ignores exif
rotation information. Following code demonstrates the issue and outputs
image ignoring the rotation information:
{{{
ffmpeg -filter_complex movie=input.jpg -y out1.jpg
}}}
Using `-i` works ok:
{{{
ffmpeg -i input.jpg -y out2.jpg
}}}
Attached is the tested input.jpg.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9982>
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".