Copy link to clipboard
Copied
One big oversight I've found is the ability to scale footage to fit within a certain size. Only recently did Premiere finally add the ability to set a scale percentage. That's still annoying though because if I have Some 12k footage, some 6, 8, and 4k, then I'm not going to want to create proxies all at quarter size. I just want them all to fit within something like 2048x1080 maybe.
Is there a way to maybe do it with the scripting API? With certain cameras I've especially found people like to record cinematic formats then then it isn't just choosing between 16:9 and 17:9.
I'm looking to scale files down, apply an appropriate rec.709 lut for whichever camera, and use a low bitrate so it can be previewed by folks on the web. I don't have a Mac handy, nor an extra $1k for EditReady, so hoping I can get this done with AME watchfolders somehow.
Copy link to clipboard
Copied
>Is there a way to maybe do it with the scripting API?
Yes, PPro's ExtendScript API can create proxies from any projectItem (or a media file path), using a valid output preset (.epr file) of your choosing.
Watch folders can do the same thing.
Copy link to clipboard
Copied
To create proxies with a specific frame size, bitrate and LUT, follow these steps:
1. Create an Ingest Preset:
2. Import the Ingest Preset in Premiere:
1. Create Proxies with Custom Frames:
Cheers,
Paul