[FFmpeg-user] Rotating webm videos

Michael Koch astroelectronic at t-online.de
Sat Mar 23 12:40:23 EET 2019


> ffmpeg -i input.webm -c copy -metadata:s:v:0 rotate=90 output.webm

As far as I know, rotating without re-encoding isn't possible. Try this:

ffmpeg -i input.webm -vf rotate=PI/2 output.webm

Michael




More information about the ffmpeg-user mailing list