user2609980
user2609980

Reputation: 10514

How do I add many videos programmatically into one video?

I have 1000 videos in MPEG4 H.264 AAC format. They are named 1.mp4, 2.mp5, ..., 1000.mp5. How can I add them programmatically in order into one big video? I suppose I need a video editor that supports a scripting language. I found AviSynth which might be a possibility. I would love to hear your suggestions.

(I am on Windows7 or Linux Mint.)

Upvotes: 0

Views: 93

Answers (2)

user2609980
user2609980

Reputation: 10514

Bogdan provided the following link: http://trac.ffmpeg.org/wiki/How%20to%20concatenate%20(join,%20merge)%20media%20files. This program works like a charm (on Linux).

Upvotes: 0

Ron Cohen
Ron Cohen

Reputation: 2925

Probably can be done on Mac using QuickTime Pro and Automator. QuickTime will combine the videos into one. Automator can be used to add all files in a directory into one video in Quicktime.

Upvotes: 1

Related Questions