Hello Premiere community
I am totally new to Premiere plugin development and i try to developpe a plugin that will makes cut when se sound is very low. To do that, I download the SDK, and try to test the video filters which I think is the closest kind of project for my needs. But I currently have issues to makes the samples works. I can’t find the files : SDK_CrossDissolve.cl.h, or SDK_ProcAmp.cl.h in fact I can’t find them in the SDK but they are included in the code
Do you have any idea of where those file can be? (the cmd.exe exit with code 1 hit me after use debug button)
ps : i also have another error from the code from
But i believe that from the missing crosseDIssolve.cl.h
I also have another question, there is two files for the filters : {filter_name}_CPU.cpp and {filter_name}_GPU.cpp, are both used ? is there a way to use only CPU for this kind of plugin ? since I think my goal plugin doesn’t consume too much resources (just read the sound, and call for a cut at right time) or do you think that I should force myself to use CUDA & GPU processing ?
Thanks !