-
## Description
To improve the efficiency and reduce the processing time of our video generation pipeline, we should incorporate hardware acceleration into our FFMPEG commands.
## Proposed Changes…
-
I have this GPU: AMD RADEON RX 7900 XTX
ramalama pull "quay.io/ramalama/rocm:latest"
When I try a model, there is always a crash.
e.g.
$ ramalama run llama3.2
"llama-cli killed by SIGSEGV"
cmdline:
…
-
00: /usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.1 [0x7f8e3fa13b29]
VDPAU nvidia: Version: NVIDIA VDPAU Driver Shared Library 440.44 Sun Dec 8 03:27:26 UTC 2019
VDPAU nvidia: Error detecte…
-
Something else that could be great to have enabled (and the configuration stuff available) out-of-the-box, especially for the Nvidia proprietary driver in my case.
https://wiki.archlinux.org/index.…
-
Hi. The problem is when I try to open any file or stream using `-vcodec h264_vdpau`, it gives me the following errors:
`VDPAU decoding does not support video colorspace.`
`decode_slice_header error`…
-
This is a feature request.
The goal we try to reach is to have a --vdpau option for optirun.
The most interesting way looks to be hybrid-windump for now.
Old discussion is available here : https://…
-
Unlike encoding, there is not a specific codec for decoding. You rather use `-hwaccel d3d11va` (DirectX 11) or `dxva2` (DirectX 9).
A good enough fix for me would be the option of passing a custom …
-
Since commit 2cc09ccc (https://gerrit-ring.savoirfairelinux.com/8043) --disable-vdpau and --disable-vaapi are removed from ring-daemon, leaving only --disable-accel. net-void/ring-daemon doesn't build…
-
Hi! For the last 2 - 3 months, games like Left 4 Dead 2, No More Room in Hell, Postal 2 have been crashing constantly on my system. I tried many things I found on the internet but no solution. I tried…
-
could you advise why I got this error during compiling
make all-recursive
make[1]: Entering directory '/home/arickbro/libvdpau-tegra'
Making all in src
make[2]: Entering directory '/home/arickb…