Austin Dworaczyk Wiltshire
Austin Dworaczyk Wiltshire
Ahhh, that's something I didn't realize. Dang. So there's really a hard limit on the max bit depth supported for performing this kind of bitwise operation, right? LUT2 states that...
Ahhh that's a great point! Thanks for your help! I'll look into getting this merged upstream so that we can properly support 16-bit.
Jumping on with my own version of this bug report: Videos of issues: [vid1](https://youtu.be/vxAXcGexJcc) [vid2](https://youtu.be/TLxk8By50lU) After messing around with several options, the following seemed to fix it for me (while...
To be clear, I'm not sure if the issue is really deinterlaced clips, but at the very least clips with different frame numbers (like my interlaced vs deinterlaced outputs, with...
Apologies. Yes I can provide a repro example, it will just take me a bit as I’m away from my main rig
Okay,I’ll try and find time to reproduce this soon.
Can you expand on what "Work off the huge code maintenance debt that exists in abandoned/semi-abandoned plugins/other software" means? Does this mean something like creating a central Github organization that...
>Basic GPU support. This most means to keep track of GPU allocated frames and pass memory between filters in a standard way. A complicated multi CPU and GPU framework like...
Ahhh brilliant! That should work wonderfully. I was able to find some references from the OpenCL side of things as well. 1. https://developer.nvidia.com/blog/using-semaphore-and-memory-sharing-extensions-for-vulkan-interop-with-opencl/ 2. https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_Ext.html#cl_khr_external_memory
I might look into this. I’m not sure what all work is required, but I’d expect the changes shouldn’t be too challenging. I also have some small bug fixes I...