[FFmpeg-trac] #9982(ffmpeg:new): FFmpeg issues with exif rotation
FFmpeg
trac at avcodec.org
Thu Oct 20 15:17:28 EEST 2022
#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
More information about the FFmpeg-trac
mailing list