-
Thanks for creating this project, I have two renderers (amd and intel) but only the intel device can be used, however the wrong device is chosen. On my system it's renderD129 rather than renderD128
…
-
Typically requires access to /dev/dri/.. which is not allowed so no hardware encoding or decoding via vaapi
Simple enc ex.
ffmpeg -vaapi_device /dev/dri/renderD128 -i input.mp4 -vf 'format=nv12,hwu…
-
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 …
-
**Describe the bug**
Playback of 4K HDR videos is choppy running around 10-15 FPS and `intel_gpu_top` will show activity on the `VideoEnhance/0` engine whereas the latest version of MPV via Flatpak w…
-
### **Description**
- Rotation doesn't work if the output driver is set to "gpu-next".
### **Steps to reproduce**
1. Set the video output driver to "gpu-next".
2. During video playback, try to r…
-
Not sure what is going on here. wl-record says vaapi does not support yuv420 but vainfo says it does?
wl-record v0.1.1 compiled via cargo + git.
```
[I] root@fedora ~
# wl-screenrec --verbose
…
-
On official ffmpeg (with the upstreamed AV1 encode patch), the encoder seems to be generating bitstreams using always 2 reference frames set to LAST/GOLDEN for P, even when VAConfigAttribEncMaxRefFram…
-
Build from source 6749b64
My system has both an AMD gpu with vaapi support as well as an intel gpu with vaapi support
both gpus are active and each has their own monitor
When starting sunshine, i…
-
I'm using frigate latest on the dev branch and it's using go2rtc 1.9.4 now. I noticed after awhile of frigate running the Birdseye stream fails and there's no logs of any issue in go2rtc.
Trying th…
-
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17557#diff-content-5f7f69ba0a2eeaac66400a4bae4249662d000e59
From the link above, mesa (VAAPI) has started to support video engine based effec…