>
> 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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to