SOLVED: Attempting to Merge Multiple MP4 Videos

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
Evan102
New Cone
New Cone
Posts: 3
Joined: 14 Oct 2014 05:44

SOLVED: Attempting to Merge Multiple MP4 Videos

Postby Evan102 » 14 Oct 2014 05:55

https://wiki.videolan.org/How_to_Merge_ ... le_Videos/
I have 4 mp4 files I'm trying to merge that I've converted from flv files. This is their Codec Media Information:

Code: Select all

Stream 0 Type: Audio Codec: MPEG Audio layer 1/2/3 (mpga) Language: English Sample Rate: 44100 Hz Bits per sample: 16 Bitrate: 1411 kb/s Stream 1 Type: Video Codec: H264 - MPEG-4 AVC (part 10) (avc1) Language: English Resolution: 1280x720 Display resolution: 1280x720 Frame rate: 29.969991
I've tried using this command

Code: Select all

vlc 1.mp4 2.mp4 3.mp4 4.mp4 --sout "#gather:std{access=file,mux=mp4,dst=all.mp4}" --sout-keep
It outputs a video that looks identical to 1.mp4 except it's larger in size by 17%.
Last edited by Evan102 on 14 Oct 2014 07:20, edited 2 times in total.

Evan102
New Cone
New Cone
Posts: 3
Joined: 14 Oct 2014 05:44

Solved

Postby Evan102 » 14 Oct 2014 06:02

Using avi for mux seems to work.

Code: Select all

vlc 1.mp4 2.mp4 3.mp4 4.mp4 --sout "#gather:std{access=file,mux=avi,dst=all.avi}" --sout-keep


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 176 guests