

For example, for 2 minutes and 3 seconds timing, you should type 00:02:03. As you can see, the timing format must be HH:MM:SS (Hours, Minutes, Seconds). If you only want to cut part of the end of the video, you don’t need to use this flag. The command below uses ffmpeg to cut the video from the second 00:00:05 specified with the flag -ss this is the flag to define a starting point for your new video in case you want to cut part of the beginning.

I will be working with this Linux Hint video (duration 00:03:280) I just downloaded for this tutorial. You only need to define starting or end time, or both them if needed and the output file.

Yum install ffmpeg ffmpeg-devel How to cut videos using ffmpeg:Ĭutting videos with ffmpeg is a pretty simple, fast, and low resource-consuming task using ffmpeg.
