[FFmpeg-user] Can I Find Video angle using ffmpeg

Robert Krüger krueger at lesspain.de
Mon Sep 2 11:22:11 CEST 2013


On Mon, Sep 2, 2013 at 6:55 AM, Raghavender Balasani
<raghavender at solaritsolutions.com> wrote:
> Hi,
>
> Am using ffmpeg.exe for video conversion using c#. Can I Find Video angle
> using ffmpeg
>

If you mean rotation angle then I believe at least ffprobe will allow
you to extract it for mov/mp4 files and probably ffmpeg will display
it as well (look for a metadata entry called "rotate" in the output,
it is only there if the rotation angle is not zero).


More information about the ffmpeg-user mailing list