Update : Anyone still stuck with VP13. I have posted the updated scripts in the subsequent posts. Please feel free to use them / modify them. The scripts should work in newer versions as well, but I cannot test them.
A big thanks to @jetdv for the guidance.
------------------------------------------------------------------------------
Background : I am helping on a pro bono project to create some lesson videos.
They have a big bunch of videos, I just need to join multiple videos and insert some image files in between and render them.
For example, the list may be like this :
image1.jpg
video1.mp4
video2.mp4
video3.mp4
image2.jpg
video4.mp4
image3.jpg
chart1.png
video4.mp4
...
Since there are almost 1000+ videos of various lengths + 1000+ image files, doing this manually is a real pain.
All the files are on their old (read ancient) desktop, which has Vegas Pro 13 installed on it.
---------------------Bare Minimum Ask----------------------------
Is there a batch script for VP13 which can read a text file list and just add the images and videos as per the text file into the timeline without any gaps ?
---------------------Wishful Thinking :) ----------------------------
It would be even more helpful if there was a way to add some region markers also through the text file. For example :
BEGIN REGION 1
image1.jpg
video1.mp4
video2.mp4
video3.mp4
END REGION 1
BEGIN REGION 2
image2.jpg
video4.mp4
image3.jpg
END REGION 2
BEGIN REGION 3
chart1.png
video4.mp4
END REGION 3
...
Moving the files out of their desktop into a different machine and using Resolve / Final Cut etc. is not an option. The work needs to be done on their desktop and they don't have anything other than VP13.
Any help / guidance on where I can find such a script will be great.