[FFmpeg-user] Rotating an mp4 video on Windows

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Aug 8 19:17:28 EEST 2016


Hi!

2016-08-08 15:26 GMT+02:00 Peter White <peter.white at posteo.net>:
> Carl Eugen Hoyos wrote:
>> 2016-08-08 10:34 GMT+02:00 Peter White <peter.white at posteo.net>:
>>>
>>> But for completeness' sake, a command that rotates and
>>> compresses the video losslessly:
>>>
>>> $ ffmpeg -i input.mp4 -vf "transpose=2" -c:v libx264 -crf 0 target.mp4
>>
>>
>> WMP does not support lossless h264.
>
> LOL, another "surprise". ;)

Not really: I forgot to mention that nothing except x264 and FFmpeg
supports lossless h264 afaik, especially no hardware decoders.

Carl Eugen


More information about the ffmpeg-user mailing list