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