20 short mp4 files to one big mp4 file

Hello everybody,

that is the first time, I try to code something bigger, but I couldn´t find a good idea how to solve this.

Problem: I have 20 different mp4 files. Each file is between 5 -10 sec long. I would like to create one big mp4 out of this 20 fils. Here is the point I need a PHP/ HTML/ javascript solution.

Thx for help, ideas and inspiration.

Kind regards,
Jule

Look into using ffmpeg to concat these together.

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

Hello JimL,

thx for your great idea.

Sponsor our Newsletter | Privacy Policy | Terms of Service