<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">вс, 26 февр. 2023 г., 15:25 Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks Andrew; I tried to compile using the following script:<br>
<br>
#!/bin/bash<br>
# Copied, tested, and used by Andrea-Paz<br>
export FFMPEG_EXTRA_CFG="--enable-opencl"<br>
export EXTRA_LIBS="-lOpenCL"<br>
<br>
The build happens without errors. If you need it I can post you the cin5.log.<br>
I then put some opencl plugins in "plugin.opts", but these are not seen.<br>
<br>
I remind you that compiling without thirdparty the opencl plugins used<br>
to load in CinGG and also in timeline, but then they would not work.<br>
Now, with thirdparty, they do not load in CinGG.<br>
<br>
I also tried creating the following opts file:<br>
<br>
boxblur_opencl.opts<br>
<br>
-init_hw_device opencl=ocl:0.0 -filter_hw_device ocl<br>
'format=nv12,hwupload,boxblur_opencl,hwdownload,format=nv12'<br>
<br>
Even then nothing happens and the opencl plugins are not seen.<br>
<br>
Do you have any idea what I can try?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">You can try to use ffmpeg executable from thirdparty/ffmpeg-5.1 and see if it works with opencl ...</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>