[FFmpeg-user] Rotating an mp4 video on Windows

Moritz Barsnick barsnick at gmx.net
Tue Aug 9 17:31:27 EEST 2016


On Mon, Aug 08, 2016 at 20:38:53 -0400, Tim Hiles wrote:
> This has worked for me in the past.  c:\ffmpeg.exe -loglevel error -i
> inputfile.wmv -vf "transpose=0" -vf "hflip" "converted.mp4"  My apologies

This most certainly won't do what you *expect*, because ffmpeg will
respect only one "-vf" option. In this case, your transpose filter
option will be ignored.

Moritz


More information about the ffmpeg-user mailing list