Cut a piece of large video to a smaller pieces with ffmpeg utility on Linux.
The command we have used:
ffmpeg -ss 00:00:00 -to 00:17:03 -i source_long_video_file_name.mp4 -c copy smaller_video.mp4
The command options are:
-ss 00:00:00 - time where to start in format HH:MM:SS
-to 00:17:03 - time of the end for video fragment in format HH:MM:SS
-i source_long_video_file_name.mp4
-c copy smaller_video.mp4 - the name of a destination shorter video file we want to create
(2023-11-24)
Watch video Cut a piece of video with ffmpeg utility on Linux online without registration, duration hours minute second in high quality. This video was added by user Linux tutorials 24 November 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 19 once and liked it 4 people.