O
O
OKNOZA2015-03-19 21:06:08
Video
OKNOZA, 2015-03-19 21:06:08

How to merge two MP4 files with FFmpeg?

The files have already been recoded, the encoding is all the same, you just need to glue it together, how to do it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
NerVik, 2015-03-19
@NerVik

ffmpeg -i video1.mp4 -c copy -bsf h264_mp4toannexb video1.ts

ffmpeg -i "concat:video1.ts|video2.ts|" -c copy -bsf:a aac_adtstoasc video_done.mp4

B
bogdik, 2018-03-24
@bogdik

My version is similar to the one described above only with a graphical interface, maybe someone needs
5ab654372ecde304167277.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question