2018-01-08 0:37 GMT+01:00 Andrey Goreev <[email protected]>: > 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 _______________________________________________ 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".
