[FFmpeg-user] Problem creating video segment from still image

Vincent Deconinck vdeconinck at gmail.com
Tue Dec 3 21:42:05 EET 2024


>
> This indicates that it should be rotated 90 degress clock-wise (I

think). Something in ffmpeg's chain is taking that into consideration,
> and rotating the image, but not reporting it in the console output
>

Moritz is right.
With ffmpeg, you can get that "orientation" info with :
ffprobe -v error -select_streams v:0 -show_entries side_data="rotation"
 snapshot.jpg
[PACKET]
[/PACKET]
[FRAME]
[SIDE_DATA]
rotation=-90
[/SIDE_DATA]
[/FRAME]
[STREAM]
[/STREAM]

Kind regards,

Vincent


More information about the ffmpeg-user mailing list