Hello all.
I have a folder with 1000 different videos.
I want to merge these 1000 videos with a simple clip. The clip is identical for all the videos and is to be added to the end of the video.The clip contains the credits for the video. Encoding is not necessary, if they can be "baked" together without encoding then I will save some time. It does not matter which format the 1000 videos are in. I can do them in wmv, avi, mpeg, whatever. I need to process thousands of videos every day, so a batch method is needed.
To clarify:
Video A + clip Z
Video B + clip Z
Video C + clip Z
I suppose this could be done by some complicated spell in FFMPEG. I am unable to figure out the syntax though. Also interested in software that could handle this for me.
I'm a noob at this so if I placed this question wrong, sry about that. Thanks in advance.
+ Reply to Thread
Results 1 to 16 of 16
-
-
-
-
Shameless BUMP
I would assume that automatically adding credits or an ad to masses of clips would be something that thousands of people would find use for. Yet I find myself with a how-to question that not even Google can give an answer to. Why isn't this a feature in most video editing programs? Do I smell badly? I just don't get it. Can anyone help?
EDIT: When googling this problem I am using keywords such as "bulk" together with "merge" "mass" "batch" "video" "clips" and similar. Still no useful results. Most result pages just show me how to merge all the files in the folder with each other. That is not what I want.Last edited by rasterboy; 7th Nov 2012 at 10:54.
-
-
So do you already have 1000 videos in different formats?
Or will you have them and you are looking for a specific format because you need to append credits at the end later? -
Thanks for answering. The formats are irrelevant. I can make them in the same format if need be. Let me break it down:
I have 1000 clips of different length with different content. I want to add the same credits to all 1000 clips. Suppose clip Z contains the credits.
clip A merges with clip Z
clip B merges with clip Z
clip C merges with clip Z
I want to batch it, cause I don't want to do it manually, 1000 times over. -
AviSynth Batch Scripter
For arguments sake:
assume clip A is PAL DV
assume clip B is NTSC Mpeg2
assume clip C is 24fps AVC
Do you conform all of them to clip Z mp4, AAC?Last edited by smrpix; 7th Nov 2012 at 14:22.
-
Thanks. Are you 100% that AviSynth Batch Scripter can do this? I want to be absolutely sure before I start because learning scripting stuff makes my head ache. Do you have an example syntax by any chance
-
You need to have them in one format because if you join clips you have to have them in the same format and some even with the same parameters or almost the same. So practically would be a good idea to get your clips into one format and then to append credits. But what format ? You do not say for what you use all of this. And there might be other solutions, for example for web you just create player that runs a clip after any video that was selected ...
-
-
-
Avisynth Batch Scripter will allow you to match framerate and raster size and attach the clips together, but you're still going to have an issue with the initial DirectShowSource(), AVISource() or FFMPegSource() line.
I suppose you could batch everything FIRST to match your titles using either an ffmpeg command line (or something like Winff), but its a two-step process at the very least and a lot of it is liable to look awful.
_AI_'s solution is more elegant. -
Slightly OT: how are you planning to batch upload 1000 videos to YouTube at a time?
Similar Threads
-
Batch method to convert subtitles embedded in mkv's
By invinciblegod in forum SubtitleReplies: 4Last Post: 9th Aug 2012, 01:11 -
Slight Pause at the End of Each Clip (MTS files)
By Obtong in forum EditingReplies: 4Last Post: 9th Aug 2011, 23:53 -
Need to batch-convert videos to MP4 using same bitrate as source videos
By BLboy in forum Video ConversionReplies: 7Last Post: 26th Jan 2011, 21:25 -
Question about Lynksys NAS200 and moving large amount of data to it.
By nzdreamer55 in forum ComputerReplies: 0Last Post: 9th Sep 2010, 09:09 -
Need advice on batch editing a large number of clips
By clarkkent in forum EditingReplies: 6Last Post: 6th Apr 2009, 15:57