Hello!
I used adding Transparent Video to Premiere sequence possibility in CEP script. Trying to migrate to UXP I met an absence of such API call. Is it possible?
There is solution - use transparent PNG file - but it is results the problem with project exchange.
I used adding Transparent Video to Premiere sequence possibility in CEP script.
What API call did you use, to do that?
It was smth kind:
app.enableQE();
time_tick=254016000000;
var seq = app.project.activeSequence;
fps=time_tick/seq.timebase;
var res=qe.project.newTransparentVideo(seq.frameSizeHorizontal,seq.frameSizeVertical,fps,1.0,1.0);
The QE DOM has never been supported, or recommended.
There is no UXP equivalent to newTransparentVideo().
We understand why that would be desirable, and are tracking your feature request as DVAPR-4265367. [This thread is in the Story; weāll keep you informed of any progress.]
1 Like