How to get Source file path in plugin
I‘m using C++ and ppro's SDK to write an video filter type plug-in. I need to get the source file address of the selected video material.
Is there any way to get it in the SDK?
Thanks
I‘m using C++ and ppro's SDK to write an video filter type plug-in. I need to get the source file address of the selected video material.
Is there any way to get it in the SDK?
Thanks
No.
A video filter is designed to operate on pixel buffers, not source media. Footage interpretation, source settings effects, and video filters earlier in the stack all have the opportunity to modify pixels, before they are sent to your video filter.
Additionally, the source pixels could be coming from a nested sequence (which will not have a path), or a synthetic importer....
No video filter should be relying on a media path.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.