Hello, If I use:
mediainfo input.mp4 | grep Rotation I get: Rotation: 90 I am wondering if there is a way to extract the rotation flag ONLY using ffmpeg/ffprobe. I tried: ffprobe -i input.mp4 | grep Rotation as well as "rotat", "rotation", "rotate", "%rotat%" but I get the full output all the time (with the stamp, libraries, bitrate, etc.) Please advise. Best regards, AG _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
