Opened 4 years ago
#9982 new defect
FFmpeg issues with exif rotation
| Reported by: | Jozef Chutka | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | ffmpeg |
| Version: | unspecified | Keywords: | movie |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
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.
Attachments (3)
Note:
See TracTickets
for help on using tickets.


