Copy link to clipboard
Copied
Hi everyone,
I'm hoping someone could point me in the right direction.
I have a series of images and audio files that I need to string together into a video (actually a series of videos). Since there are quite a lot of videos, manually adjusting the duration of the image to match the video is quite time consuming. I'm hoping there is a way to simplify this process and automate it.
As an example, I have 6 videos and 6 images (these values will always equal each other). So I need something like this:
to be arranged into this:
Does anyone know of a way of doing this without manually adjusting them all?
Many thanks in advance
Copy link to clipboard
Copied
How many images are we talking about?
Might want to have a look at Automate to Sequence.
https://helpx.adobe.com/nl/premiere-pro/how-to/storyboard-edits.html
Copy link to clipboard
Copied
Hi @Ann Bens
Thank you so much for your suggestion. Unfortunately i've tried this concept and it didn't seem to yield the results I need.
I was able to resolve my problem however, by writing a little script to ingest the wav file and the jpg file and convert them into mp4 file. I resolved this by writing a little script with the help of ffmpeg.
Regards,
Chris