Rotate a video with FFmpeg, no re-encoding
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.
How to crop video with ffmpeg — the crop filter, cropdetect for black bars, and the real gotchas.
Audacity needs FFmpeg installed separately as a shared library. Here's the right build per OS, and the fix when it says 'library not found'.
YouTube's SABR protocol blocks FFmpeg from downloading affected formats. The fix isn't in FFmpeg — it's in yt-dlp client switching, PO Tokens, or a fork.
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.
Four working FFmpeg nlmeans command lines for grainy video — each parameter explained, plus a tuning that runs 21× faster than the defaults.