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)
Смотрите видео Cut a piece of video with ffmpeg utility on Linux онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Linux tutorials 24 Ноябрь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 19 раз и оно понравилось 4 людям.