How to trim / truncate a video | Cut by time

Опубликовано: 03 Июнь 2021
на канале: The FFMPEG guy
1,431
32

Today, we show how to trim / truncate a video. The method allows you to select the beginning, the end or part of a film! Enjoy!

MORE TIME TRIMING VIDEO TRICKS
How to keep part of a video | Trim and atrim video filters explained
   • How to keep part of a video | Trim an...  
How to remove the last X seconds from the end of a video | Cut the end of a film
   • How to remove the last X seconds from...  

ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
EXAMPLES
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
❶ Keeping the start of a video
→ ffmpeg -i input.mp4 -to 00:00:05 output01.mp4

with:
-i input.mp4 = Reads input.mp4…
-to 00:00:05 = Keeps the 5 first seconds of the video (format hh:mm:ss.ms) and...
output01.mp4 = ... exports to output01.mp4

❷ Keeping the end of a video
→ ffmpeg -i input.mp4 -ss 00:00:05.5 output02.mp4

with:
-i input.mp4 = Reads input.mp4…
-ss 00:00:05 = Keeps the end of the video starting at 5.5 seconds (format hh:mm:ss.ms) and...
output02.mp4 = ... exports to output02.mp4

❸ Truncating / keeping part of a video
→ ffmpeg -i input.mp4 -ss 00:00:03.77 -to 00:00:07.34 output03.mp4

with:
-i input.mp4 = Reads input.mp4…
-ss 00:00:03.77 = Keeps part of the video starting at 3.77 seconds...
-to 00:00:07.34 = …and ending at 7.34 seconds and...
output03.mp4 = ... exports to output03.mp4
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
→ Catch up with the FFMPEG guy Channel
   • ALL THE VIDEOS FROM THE CHANNEL  
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
MUSIC
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
→ Easy Saturday - Bad Snacks
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ
An FFMPEG question?
Ask the FFMPEG guy
ꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷꟷ


Смотрите видео How to trim / truncate a video | Cut by time онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь The FFMPEG guy 03 Июнь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,431 раз и оно понравилось 32 людям.