[FFmpeg-user] Autorotation issues - portrait orientation screen

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Jan 8 01:41:48 EET 2018


2018-01-08 0:37 GMT+01:00 Andrey Goreev <aegoreev at gmail.com>:

> I have 1920x1080 videos with rotation flag 90. After I use this command:
>
> ffmpeg -hide_banner -loglevel "${loglevel}" -y -i "${f}" -f mp4 -c:a "${ca}" -b:a "${ba}" -c:v "${cv}" -crf "${crf}" -preset "${preset}" -map_metadata 0 "${f%.*}_${suffix}.mp4"

In general, when asking for help on this mailing list, provide an actual
command line including its complete, uncut console output, no variables.
And please never use the "-hide_banner" option here unless you want
to report an issue with the option.

I would have expected that "ffmpeg -i input out.mp4" does what you
want but I may miss something.

Carl Eugen


More information about the ffmpeg-user mailing list