How to merge multiple videos with VLC

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
bill_vlc
New Cone
New Cone
Posts: 1
Joined: 12 Apr 2022 17:45

How to merge multiple videos with VLC

Postby bill_vlc » 12 Apr 2022 17:55

Hello,

I am a new member here in this forum and I am new to the VLC player too.

My project requires to merge several videos, one after the other, and create one big video.

Could someone give me some directions about how to do it, what kind of VLC commands I must use.
Thanks

Cartel
New Cone
New Cone
Posts: 6
Joined: 02 Oct 2017 02:56

Re: How to merge multiple videos with VLC

Postby Cartel » 06 Nov 2022 11:37

apparantly its been broken for years....I need to merge 2 videos too.
Trying this. Its a trusted site I use alot for gif's

https://ezgif.com/merge-videos


***update, this link did the job very well and no loss. only catch is Max total size: 100MB of files but that was enough in my case

Alaric
Developer
Developer
Posts: 36
Joined: 27 Apr 2022 18:37

Re: How to merge multiple videos with VLC

Postby Alaric » 07 Nov 2022 17:57

Hello,

You can use a `gather` stream output filter to achieve this in the command line interface, please see this part of the documentation: https://docs.videolan.me/vlc-user/3.0/e ... er-and-std

With the documentation example, you'll end-up with something like this:

Code: Select all

$ vlc sample1.mp3 sample2.mp3 sample3.mp3 --sout="#gather:std{access=file, mux=mp4, dst=output.mp4}" --sout-keep


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 23 guests