how to use gpu?
Hi, everyone!.I hope you are going well. I have some questions regarding to gpu samples. I have checked sample plugins in GPUVideoFilter ( SDK_CrossDissolve, SDK_ProcAmp and Vignette) and I think it is...
View ArticlePremiere Plug-In Development - Can Existing Lumetri LUT Function be Called?
I am working on a color engine plug in for Premiere (something along the lines of FilmConvrt, but quite a bit better..), written in C++. From what I understand, the UI panel will need to be written in...
View ArticleevalScript taking some time to give back the control to the caller being...
Hi, I'am calling csInterface.evalScript() which in turns calls a synchronous function inside a c++ library and i logged the time before and after calling the csInterface.evalScript() and also on...
View ArticleProcAmp is not working on iMac.(I installed it, but I cannot see in effects...
Hi, everyone!How are you today? I installed ProcAmp plugin( for gpu acceleration) on iMac. But I cannot see it in effects list. I am sure it is working on Mac Book. I want to know about the reason...
View Articlehow to debug openCL ( or CUDA) code when I develop gpu accelerated plugin?
Hi, eveyone!. I am developing gpu accelerated plugin.How can I debug openCL ( or CUDA) code? Regards,Igor.
View ArticleHow to get color parameter in GPU acceleration?
Hi, everyone!.I hope you are doing well. I am working on gpu acceleration now.I am getting params following as:bool displacementF = static_cast<bool>(GetParam(SHADOW_TYPE,...
View ArticleCan I zoom in layer 2 ~ 3 times on gpu-acceleration?
Hi, everyone.I hope you are doing well. I'd like to zoom in ( and zoom out) layer 2 ~ 3 times on gpu-acceleration.Is it possible? I used PF_COPY or PF_TRANSFORM_RECT for that on normal After Effects...
View ArticlePlugin effect on adjustment layer has some issue when I use...
Hi, All.I hope you are doing well. My plugin has some issue on adjustment layer when using PF_OutFlag_NON_PARAM_VARY for out flag. Problem:Only the first keyframe's value works when I apply keyframes...
View ArticleTransmitter with GPU frames
Hey there, I want to create a transmitter for PPRO with GPU support: I would like to synchronise/share the GPU context and its mem buffers directly. The transmitter example only provides access to host...
View Articleout flag PF_OutFlag_NON_PARAM_VARY is not working on Adjustment layer.
Hi, All.How are you today? Out flag PF_OutFlag_NON_PARAM_VARY is not working on Adjustment layer. I tried to solve this problem many times, but I didn't solve yet. Can you help me with that?...
View ArticleHow to create dynamic buffer for cuda, opencl, metal?
Hi, everyone! I am creating a plugin which is gpu-accelerated by referencing SDK_ProcAmp sample plugin.Currently the plugin is making effects by applying some operator to inFrame and pasting it to...
View Articlebackground is not transparent on transition.
Hi, All.I am creating a transition plugin from SDK_CrossDissolve.By the way, I have a strange issue.I set all pixel of output to {0,0,0,0} on plugin code, but the background is not transparent and...
View ArticleOutput buffer is cropped with small image on gpu acceleration.
Hi, everyone!.I hope you are doing well.I am developing a gpu accelerated plugin from SDK_ProcAmp.By the way I see a strange issue now.On software mode out buffer's size(width and height) is entire...
View ArticlePrSDKVideoSegmentSuite->GetNextKeyframeTime not working in After Effects
I am developing a GPU plugin based on the PrGPUFilterBase class. This class acquires a PrSDKVideoSegmentSuite and stores it in mVideoSegmentSuite to access parameters from the GPU entry point (the...
View ArticlePremiere Pro Script execution without ExtendScript Toolkit confirmation
Hi everyone,I'm creating a video browser OSX app, that will import files to opened project, open and play it in the source viewer in Premiere Pro.The app creates a JSX file with: "#target...
View ArticleHow to upload media file?
Hello, I would like to upload media file in s3 using Premiere Pro. extension.For that, I have created one Premiere Pro. extension. I have used below code to upload media. uploadOnS3 = function (data)...
View ArticleGPU-version of Gaussian Blur sometimes produces visible ringing artifacts on...
Hi, I noticed some annoying ringing artifacts in my footage after applying the GaussianBlur() from the PrSDKGPUImageProcessingSuite. I assume the blur implementation is the same as in the 'Gaussian...
View ArticleJSX: Intermittently getting JSON is undefined alert
Hi All, We are intermittently getting JSON is undefined alert while converting object to string using JSON.stringify()It gets resolved by resetting Premiere Pro preference: Configure preference...
View Articlegpu accelerated plugin is not working well on Radeon graphic card
Hi, everyone!I am building a gpu accelerated plugin from SDK_ProcAmp. (CUDA, openCL, metal)it is working as well without any error on window. (CUDA, openCL)And it also is working as well on MAC which...
View ArticleLooking for Specification of XML Export Format
Hi Adobe Community! I'm a software developer, and I need some help to create an application that exports a timeline with multiple clips and markers into Premiere.I could probably use the XML Export /...
View Article