Copy link to clipboard
Copied
Hi,
I have created export controller and calling it from my panel using action script.
Currently I am able to export any active sequence to a particular format using 'exportTimeline' function of premiere(using Action script).
1. Can we export media files in a project, other that the sequences?
2. Can we create a UI for the export controller(export controller.epr which is build from c++)?
3. Is it possible to pass any parameters(strings) to the export controller?
Please suggest.
Hi anoopnr134,
1) As of Premiere Pro CS6, the export controller can only be used to export sequences, not individual clips.
2) We just had some good discussion on this earlier this week in another posting here:
http://forums.adobe.com/message/5342131#5342131
3) What type of parameters are you looking to pass to the export controller? Usually, the preset file specified will contain all the export parameters necessary. So rather than passing parameters to the export controller, you could have the ex
...Copy link to clipboard
Copied
Hi anoopnr134,
1) As of Premiere Pro CS6, the export controller can only be used to export sequences, not individual clips.
2) We just had some good discussion on this earlier this week in another posting here:
http://forums.adobe.com/message/5342131#5342131
3) What type of parameters are you looking to pass to the export controller? Usually, the preset file specified will contain all the export parameters necessary. So rather than passing parameters to the export controller, you could have the export controller look for a preset at a specific path, and then before calling the export controller, swap out the preset at that path depending on the export parameters desired.
Cheers,
Zac
Copy link to clipboard
Copied
Thank you Zac.
Is there any possible way to convert the individual clips to desired format?
Can we add these clips as a new sequnce and then export it? I cannot assign the contents for a new sequence from sctionscript.
Can you please suggest any other way we can export the clips/mediafiles in a project?
Thanks,
Anoop
Copy link to clipboard
Copied
Anoop, contact me directly for more information about what you're trying to accomplish.