video track manipulation via api
Hi, I have spent the last couple hours browsing the UXP, C++, and ExtendScript docs for a way to retriveve the frames from a clip for external processing. Is this possible?
Hi, I have spent the last couple hours browsing the UXP, C++, and ExtendScript docs for a way to retriveve the frames from a clip for external processing. Is this possible?
Yes, the specific clip frames captured, I want to place back into the project after having altered them . To make things easier, I dont have to apply PPro effects for that but rather 'mark' them programatically once i have the coordinates. It may sounds a bit convoluted but the external endpoint is very necessary 🙂 .
So really I need to need to capture clip frames -> post to endpoint (simple) -> transfer new clip to project panel.
The docs mention getClipVideo/sweatpea suite manipulation with PPixHandlers so that is something to go on. A big confusion is really plugin type, this isnt really a importer or an exporter...
If you want PPro to honor the changes you've made to those images, you'd need to write a (AE API) video effect, OR render new media (into a format PPro understands, and replace some-or-all of the source trackItem (from which the media came) with a new trackItem, created from the new media (projectItem) you've just imported. That second workflow sounds very fragile; even if you get exactly the right visual results, you will have just changed the editor's sequence, in potentially confusing ways; different number of trackItems, for example.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.