Copy link to clipboard
Copied
Hi. I create educational videos for students to learn English.
I create the same video for every single class. BUT I record the audio separately for each class then add it to the video.
Is here a way of me automating the task. ie: Create an audio folder for each class. Use script to add the audio at certain points in the video, then export the video. This way I don't have to add the audio separately for each audio and each class. It would save me days of work literally.
Copy link to clipboard
Copied
Yes, that's completely possible.
You'd run such a script from within a CEP panel; here's the PProPanel example, and here's some "getting started" info. 🙂
Example code, for inserting projectItems into a sequence:
https://github.com/Adobe-CEP/Samples/blob/2cd368a84e86e9f5c85ad403140a09aaadbb4fd4/PProPanel/jsx/PPR...
Example code, for rendering a sequence:
https://github.com/Adobe-CEP/Samples/blob/2cd368a84e86e9f5c85ad403140a09aaadbb4fd4/PProPanel/jsx/PPR...