Extract a specific time range

trimming

// shell

$ ffmpeg -ss 00:05:00 -i input.mp4 -t 30 -c copy output.mp4