Duration 3:33

How to Merge Two Videos Together with the Command Line

4 375 watched
0
21
Published 1 Oct 2018

Life is short, learn how to transform into a full-stack developer - https://list.founderatwork.com/full-stack?s=NQ9ed6RcCI8&o=youtube.com Put together a small tutorial on how to use ☆Subscribe To Channel☆ https://codewithintent.com/subscribe ☆Ask a Question☆ https://codewithintent.com/question Don't forget Like, Comment & Subscribe to stay updated with the latest content released. ☆Follow Me☆ Blog → https://codewithintent.com Twitter → https://codewithintent.com/twitter Google+ → https://codewithintent.com/google Facebook → https://codewithintent.com/facebook Instagram → https://codewithintent.com/instagram ☆My Gear☆ Main Computer → https://codewithintent.com/best-computer-for-programmers My Favorite Hosting → https://codewithintent.com/best-virtual-server My Microphone → https://codewithintent.com/mic ☆Mailing Address☆ Rick Hernandez 801-820-0101 32 W 200 S #117 Salt Lake City, UT 84101 USA ☆Bitcoin☆ Wallet: 1MWrd9brskWEeyTqGpDCVWqdb4bDpSJJYk Recently I have been working with a list of video files for JSecademy, and I don’t have the luxury of sitting down for hours at a time and editing every single little small part of a video. MP4Box allows you to stitch two or more videos together to have a final output of a file. First, you have to Install MP4Box on your operating system. This is important if you want to have a pre-roll and a post-roll for your videos. You might be able to do a mid-role if you know where exactly you want to split the video. Now onto the next part actually merging the files together. MP4Box -cat 1.mp4 -cat 2.mp4 -new 3.mp4 In the example above the flag the flag -cat is used along with -new. The cat flag denotes that the files will be concatenated together and the new flag is the new file that will be created based on the two previous files. You can find a complete list of all the flags that are possible with MP4Box. That’s all there is to merge two files together. One note the transition between the videos are hard stops, meaning you will jump from one clip to another instantly. Talk soon, Rick H.

Category

Show more

Comments - 4