Flip video horizontally: ffmpeg -i INPUT -vf hflip -c:a copy OUTPUT 3. Rotate 90 degrees clockwise: ffmpeg -i INPUT -vf transpose=1 -c:a ...
確定! 回上一頁