How to cut videos with ffmpeg
To cut video with ffmpeg, use the flag -ss for the beginning of the cut and
-to for the end of the cut. For example:
ffmpeg -i in.mp4 -ss 00:00:02 -to 00:00:14 out.mp4
To cut video with ffmpeg, use the flag -ss for the beginning of the cut and
-to for the end of the cut. For example:
ffmpeg -i in.mp4 -ss 00:00:02 -to 00:00:14 out.mp4
Published on
Previous post: How to remove audio from videos with ffmpeg
Next post: KeepassXC: how to enable desktop integration