[FFmpeg-user] Extract rotation flag

Gyan Doshi gyandoshi at gmail.com
Mon Jan 8 18:28:42 EET 2018


On 1/8/2018 9:49 PM, Andrey Goreev wrote:
> 
> I am wondering if there is a way to extract the rotation flag ONLY
> using ffmpeg/ffprobe.

Try

     ffprobe video.mp4 -show_entries side_data=rotation -select_streams 
v -read_intervals %+#1 -of compact=p=0 -v 0


Regards,
Gyan


More information about the ffmpeg-user mailing list