ffmpeg

Forgatás:
ffmpeg -i input.mp4 -vf transpose=2 output.mp4
Vágás:
ffmpeg -i input.mp4 -ss 00:00:00.200 -c:v copy -c:a copy output.mp4