Intro-Video-Merger - Merge Intro to several Videos
I am searching for a easy solution to merge a Intro-Clip to
several (hundreds) clips automaticaly.
It take to much time to do it by my own.
_So i take one video and attache an intro at the beginning and i render it, _ and i do this procedure with hundreds of vidoes.
I am searching it for 2 years, I asked a lot of people and i was in a lot of forums but i found nothinig.
The programs i use are AE & Vegas.
I really hope to get some help here.
PS: I am new in this forum, i am sorry if i did a mistake and sorry for my bad english.
Ffmpeg is your friend for automatic video processing! I use it all the time in my capacity as code course editor here at Envato Tuts+. You can do almost any kind of repetitive filter, edit, encoding, etc. from the command line. And anything you can do from the command line, you can automate for hundreds of files.
Here’s a recent tutorial on how to convert vertical to horizontal video in ffmpeg from the command line:
It should give you an idea of the power of ffmpeg and how it works.