
Fastest way to automatically split video into shorter segments
Looking for a quick way to automatically split video into shorter segments? Well, FFMPEG makes that incredibly easy and fast! Keep all video and audio tracks intact, and cut it perfectly to your needs. For free.
Install FFMPEG: https://youtu.be/a_KqycyErd8
Command:
ffmpeg -i "video.mp4" -c copy -map 0 -segment_time 00:05:00 -f segment -reset_timestamps 1 output%03d.mp4
Timestamps:
0:00 - Explanation
1:33 - Split video automatically using FFMPEG
5:15 - Testing the segments
6:25 - Checking all audio tracks copied
-----------------------------
💸 Found this useful? Help me make more! Support me by becoming a member: https://youtube.com/channel/UCkih2oVTbXPEpVwE-U7kmHw/join
-----------------------------
💸 Direct donations via Ko-Fi: https://ko-fi.com/TCNOco
💬 Discuss video & Suggest (Discord): https://s.tcno.co/Discord
👉 Game guides & Simple tips: https://YouTube.com/TroubleChuteBasics
🌐 Website: https://tcno.co
📧 Need voice overs done? Business query? Contact my business email: TroubleChute (at) tcno.co
Everything in this video is my personal opinion and experience, and should not be considered professional advice. Always do your own research and make sure what you're doing is safe.