How to combine different video clips together into one main video file using open source freeware

Channel:
Subscribers:
18,600
Published on ● Video Link: https://www.youtube.com/watch?v=S9z8WMis_E4



Category:
Tutorial
Duration: 15:15
5,865 views
27


WARNING - I will NOT be held responsible for any damages the software(s) and methods shown in this video may cause to yours or someone else's computer, hardware, software, and/or data, including loss of use of such devices and/or loss of data and/or loss of profits from the resulting inability to use such devices and data. Any information or program you choose to put into use from this video is done AT YOUR OWN RISK. As a precaution, I recommend backing up any irrecoverable data before installing and using ANY new software(s), including those shown in this video.

This video tutorial will show you how to merge (how to combine) different video clips together into one main video file, even when these video files contain different frame rates and/or different sampling rates. If the FPS or sampling rates of your video clips do not match, most joining software will join these into a full movie where the audio track does not sync up with the video track (commonly known as desync). Fortunately, the method shown in this video produces a final video that maintains audio video sync. To append or concatenate these multiple video clips into one main video file, we are going to use an open-source freeware software called FFMpeg. We are also going to use the command line interface of Microsoft Windows in order to perform this task.


More complex command line arguments and scripting for FFMpeg can be found at:

https://trac.ffmpeg.org/wiki/Concatenate


I obtained FFMpeg through the Tencoder Video Converter suite, available at:

https://sourceforge.net/projects/tencoder/files/


The command line that I used to combine (merge) my video clips into one video file (note the use of list.txt (text file contents below) and output.mp4 (my chosen output filename and extension):

ffmpeg -f concat -i list.txt -c copy output.mp4


The contents of my list.txt as shown in the video and contained within my FFMpeg directory (ensure your filenames, file extensions, and paths match before using, or adjust accordingly):

file 'C:\temp\1.mp4'
file 'C:\temp\2.mp4'
file 'C:\temp\3.mp4'
file 'C:\temp\4.mp4'
file 'C:\temp\5.mp4'
file 'C:\temp\6.mp4'
file 'C:\temp\7.mp4'
file 'C:\temp\8.mp4'
file 'C:\temp\9.mp4'
file 'C:\temp\10.mp4'
file 'C:\temp\11.mp4'




Other Videos By RodneyDickson


2016-04-29Abandoned baby squirrel in my driveway
2016-04-14Amateur first-impression review of the 2010 Ford Fusion SEL automatic 4 cylinder in Canada
2016-03-31How to record (capture) PC gameplay footage (video) using a free alternative to Fraps
2016-03-30Review of the story mode single player campaign of the game BattleField Hardline
2016-03-15First-impression overview of the Co-Op mode of Alien Breed Impact on Steam
2016-03-15First-impression overview of the Co-Op mode of Alien Breed 3 Descent on Steam
2016-03-15First-impression overview of the Co-Op mode of Alien Breed 2 Assault on Steam
2016-03-14Part 2 of 2 - Mafia II DLC Joe's Adventures review
2016-03-14Part 1 of 2 - Mafia II DLC Joe's Adventures review
2016-03-09Crucially important considerations and precautionary steps to follow before upgrading to Windows 10
2016-03-07How to combine different video clips together into one main video file using open source freeware
2016-03-07Amateur first-impression review of the 2014 Toyota Yaris 5-door hatchback in Canada
2016-03-07Single player storyline campaign review of the first person shooter BattleField 4
2016-03-07WARNING: Selecting MANTLE as the GRAPHICS API in BattleField 4 PC rendered my game unbootable
2016-03-03How to fix the Bumble Dating App on Android only giving you matches from your previous location
2016-03-03How to access the Developer Options within the Settings of your Android 4.3 and up device
2016-03-01Review of the mini BlueTooth keyboard as purchased off of eBay for $10 from China
2016-02-20How to play DVD video discs on Microsoft Windows when no DVD playback software is installed
2016-02-20Tips and tricks to most efficiently find, approve, and reply to YouTube comments
2016-02-19Personal opinion review of the campaign story mode of the game Call of Duty : Black Ops III
2016-02-10Alternative to dandruff and dry-scalp treatment shampoos that worked much better for me



Tags:
tutorial
how to
combine
different
video
clips
together
one
main
file
open
source
freeware
merge
frame
sampling
rates
fps
not
match
joining
software
join
full
movie
audio
sync
desync
final
append
concatenate
multiple
microsoft
windows