Skip to navigation
Rotate 90 clockwise with ffmpeg
30.11.23
Rotate 90 clockwise: ffmpeg -i in.mov -vf "transpose=1" out.mov For the transpose parameter you can pass: 0 = 90° counterclockwise and vertical flip (default) 1 = 90° clockwise 2 = 90° counterclockwise 3 = 90° clockwise and vertical flip
https://stackoverflow.com/questions/3937387/rotating-videos-with-ffmpeg
Reply
Anonymous
Information Epoch 1757924933
Silence is golden.
Home
Notebook
Contact us