Quantcast
Channel: Adobe Community : Popular Discussions - Premiere Pro SDK
Viewing all articles
Browse latest Browse all 53010

Looking for code samples: Loop through selected seqs, resize and create seq from clip

$
0
0

Are there any code samples for handling three situations:

 

1) Looping through selected Sequences in the bin.  (Simple rename script example ala:   For (s in sequences) {if (s.selected == true) {s.name = s.name + "_suffix";}}

 

2) Changing the resolution of a sequence.

 

s = bin.sequences["bob_01"];

s.format.width = 1920;

s.format.height = 1080;

 

3) Creating a sequence from clip
c = bin.clips["bob_01.mov"];

seq = createSequenceFromClip(c);


Viewing all articles
Browse latest Browse all 53010

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>