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