Rotate 90 degrees clockwise $ ffmpeg -i input.mov -filter:v 'transpose=1' -codec:a copy output.mov # Rotate 90 degrees counter-clockwise ...
確定! 回上一頁