Adobe-CEP / Samples

Code samples for CEP extensions
MIT License
972 stars 551 forks source link

Change duration of MOGRT after adding #112

Closed vin-ni closed 4 years ago

vin-ni commented 4 years ago

Change duration after adding Mogrt

This is an issue regarding:

Versions

Hello, I'm playing with the sample PPro Script and would like to set the duration of an inserted Mogrt.

Right now I'm doing this, to give the Mogrt a specified duration:

var endTime = newMOGRT.end;
endTime.seconds = endTimeSeconds;
newMOGRT.end = endTime;

which cuts the file to the wished duration, but prevents me from making the duration longer in premiere afterwards. Any ideas how I could fix that?

Thanks

bbb999 commented 4 years ago

I've added your vote to PPro feature request DVAPR-4212165, "Allow for a .mogrt trackItem whose out point has been adjusted, to be re-extended to original duration".

I can't provide any dates; I've asked that it be considered for our next major release.

vin-ni commented 4 years ago

Thanks!