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