Rotate a video with FFmpeg, no re-encoding
· 4 min read
Using -display_rotation with -c copy to write MP4 rotation metadata, and why the older -metadata:s:v rotate=N recipe silently does nothing now.
Using -display_rotation with -c copy to write MP4 rotation metadata, and why the older -metadata:s:v rotate=N recipe silently does nothing now.
How to cut a clip out of a video with FFmpeg — frame-accurate vs fast and lossless, where to put -ss, and why -c copy sometimes lands seconds off.
Which FFmpeg option stops where, why -t wins when both are present, and why -ss A -i in -to B doesn't give you a B-A clip.