Opened 18 months 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)

input.jpg (245.9 KB ) - added by Jozef Chutka 18 months ago.
out1.jpg (151.0 KB ) - added by Jozef Chutka 18 months ago.
out2.jpg (148.9 KB ) - added by Jozef Chutka 18 months ago.

Download all attachments as: .zip

Change History (3)

by Jozef Chutka, 18 months ago

Attachment: input.jpg added

by Jozef Chutka, 18 months ago

Attachment: out1.jpg added

by Jozef Chutka, 18 months ago

Attachment: out2.jpg added
Note: See TracTickets for help on using tickets.