<div dir="ltr"><div><span class="gmail_default" style="font-size:small">AppImage has some great advantages but also some disadvantages, one of which is stated below from the manual: <br></span></div><div><span class="gmail_default" style="font-size:small">     </span> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_default" style="font-size:small">AppImage will probably not allow for either VDPAU or VA-API hardware acceler-<br>ation because the computer where AppImage is created will not have the same<br>graphics card and/or vaapi/vdpau libraries as yours. It is recommended for best<br>results that you build CINELERRA-GG on your specific computer..<br></div></blockquote><div><span class="gmail_default" style="font-size:small"></span></div><div><span class="gmail_default" style="font-size:small">There is an AppImage workaround that another user provided to solve this library problem, but it is not for the casual user - <br></span></div><div><span class="gmail_default" style="font-size:small"><span class="gmail_default" style="font-size:small">    <a href="https://cinelerra-gg.org/download/CinelerraGG_Manual/Managing_AppImage.html">https://cinelerra-gg.org/download/CinelerraGG_Manual/Managing_AppImage.html</a></span></span></div><div><span class="gmail_default" style="font-size:small"><span class="gmail_default" style="font-size:small">The laptop computer that I created the AppImage that you are using is an AMD based computer running an older Fedora version 32 and has the following installed:</span></span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span class="gmail_default" style="font-size:small"><span class="gmail_default" style="font-size:small">./usr/lib64/libvdpau.so.1.0.0<br>./usr/lib64/libvdpau.so.1<br>./usr/lib64/libvdpau.so<br>./usr/lib64/vdpau/libvdpau_radeonsi.so.1.0.0<br></span></span></div><div><span class="gmail_default" style="font-size:small"><span class="gmail_default" style="font-size:small">./usr/lib64/vdpau/libvdpau_radeonsi.so.1.0<br></span></span></div></blockquote><div><span class="gmail_default" style="font-size:small">which I "think" is included in the AppImage generated there.  (Andrew is knowledgeable in this area but I am not, so further clarification may have to come from him).</span></div><div><span class="gmail_default" style="font-size:small"><br></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 14, 2023 at 1:08 AM David Koski via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've started using CinGG-20230930-x86_64.AppImage and I'm getting the <br>
hang of the basics.  I have gotten my nvidia hardware engaged with <br>
Cinelerra for encoding but still the rendering is not all that great and <br>
my CPUs are loaded down.  On finding that I need environment variables <br>
to engage decoding, I thought maybe that is hindering my rendering.  So <br>
with the following setting I started a rendering job:<br>
<br>
export CIN_HW_DEV=vdpau<br>
<br>
Now I get an error:<br>
<br>
recvmsg(22, Failed to open VDPAU backend libvdpau_nvidia.so: cannot open <br>
shared object file: No such file or directory<br>
<br>
libvdpau is installed:<br>
<br>
ii  libvdpau-va-gl1 0.4.2-1build2:amd64              VDPAU driver with <br>
OpenGL/VAAPI backend<br>
ii  libvdpau1 1.4-3build2:amd64                Video Decode and <br>
Presentation API for Unix (libraries)<br>
<br>
The files exist:<br>
<br>
drwxr-xr-x   21 root root   4096 Nov  1 19:29 /./<br>
drwxr-xr-x  154 root root  12288 Nov  8 21:08 /etc/<br>
-rw-r--r--    1 root root     51 Apr  9  2020 /etc/vdpau_wrapper.cfg<br>
drwxr-xr-x   14 root root   4096 Mar  8  2023 /usr/<br>
drwxr-xr-x  118 root root   4096 Nov  9 20:40 /usr/lib/<br>
drwxr-xr-x  125 root root 122880 Nov  8 21:08 /usr/lib/x86_64-linux-gnu/<br>
lrwxrwxrwx    1 root root     17 Mar 24  2022 <br>
/usr/lib/x86_64-linux-gnu/libvdpau.so.1 -> libvdpau.so.1.0.0<br>
-rw-r--r--    1 root root  18592 Mar 24  2022 <br>
/usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0<br>
drwxr-xr-x    2 root root   4096 Sep 30 09:40 <br>
/usr/lib/x86_64-linux-gnu/vdpau/<br>
lrwxrwxrwx    1 root root     23 Mar 24  2022 <br>
/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1 -> <br>
libvdpau_trace.so.1.0.0<br>
-rw-r--r--    1 root root  59544 Mar 24  2022 <br>
/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1.0.0<br>
drwxr-xr-x  306 root root  12288 Nov  8 21:08 /usr/share/<br>
drwxr-xr-x  145 root root   4096 Nov  8 21:07 /usr/share/bug/<br>
-rwxr-xr-x    1 root root    553 Jan  6  2021 /usr/share/bug/libvdpau1*<br>
drwxr-xr-x 2302 root root  81920 Nov  8 21:08 /usr/share/doc/<br>
drwxr-xr-x    2 root root   4096 Jul 27 09:19 /usr/share/doc/libvdpau1/<br>
-rw-r--r--    1 root root   1447 Mar 24  2022 <br>
/usr/share/doc/libvdpau1/changelog.Debian.gz<br>
-rw-r--r--    1 root root   3208 Jan  6  2021 <br>
/usr/share/doc/libvdpau1/copyright<br>
<br>
Regards,<br>
David Koski<br>
<a href="mailto:david@kosmosisland.com" target="_blank">david@kosmosisland.com</a><br>
<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>