I have like 800 videos that I need to append the SAME 30 second video to the end of each one. So just two files but the first one will always be different.
I have like 800 videos that I need to append the SAME 30 second video to the end of each one. So just two files but the first one will always be different.
Is there any way to batch this in Video Charge?
Thanks
Unfortunately it's impossible to do this at present moment. However, we work in this direction already, and VideoCharge will be able to do what you want soon.
Now the only way to do that automatically is to write a huge .bat file (for all 800 videos) and use it along with preset config file.
Well would you possibly be able to help me figure out the formatting in the batch file?
How could I set this up?
Let's assume that you have 800 files called
movie_001.avi
movie_002.avi
...
movie_800.avi
placed on C:\ (root folder). Also on C:\ you have logo_video.avi (that you want to put in the end ov every movie) and videocharge_config.vcc (preset config file that must necessarily include JOIN operation).
Then you should create a file having .bat extension and the following content:
set RUN_PATH= c:\Program Files\VideoCharge Software\VideoCharge\vccmd.exe
set CONFIG_PATH=c:\videocharge_config.vcc
set ADD_FILE=c:\logo_video.avi