>
cheatref
tmux
ffmpeg
> ffmpeg
/
trimming
/
trim-video-without-re-encoding
Trim video without re-encoding
trimming
// shell
$
ffmpeg -ss 00:01:00 -to 00:02:00 -i input.mp4 -c copy output.mp4
// related commands
> trim-with-re-encoding-for-frame-accuracy
> split-video-into-equal-segments
> extract-a-specific-time-range
> view all trimming commands