I want to add a new checkbox in my Quick Render script (shared in Script Collection Thread).
ok what i want from it...
- user will select one or multiple events.
- and user will check Transcode Media box
- it will disable all other checkbox (which i have done)
- User will run any render from above list or render other template.
- it will ask user about if he/she want to replace media with transcoded or not?
- then it will first find media linked with selected event, (or first selected event in case of multiple selected events)
- then it will add that media on timeline on a new video and audio track as an new event at 30 second ahead timecode of the ending of project.
- then it will create loop region on that.
- then it render that loop region it as per selected template. (rendering process is already good as per old workflow of script) with a suffix _transcoded
- after render it will replace that media with transcoded media (if user select to replace) otherwise it will remove that event from timeline then continue same process on next selected event (if multiple selected) otherwise show success message.
so is this possible ??