Kainoa Kanter
Kainoa Kanter
Can reproduce on Linux Chromium
> this appears to just be a HTML5 thing I guess That doesn't make any sense. How could it possibly be an issue with the browser's markup renderer when it's...
@Niox124 that has nothing to do with this issue. Please file a new issue.
Can confirm that changing it to `exact=0` makes it behave as expected.
``` Trying display: wayland vainfo: VA-API version: 1.20 (libva 2.20.1) vainfo: Driver version: Mesa Gallium driver 23.3.2-arch1.2.1 for AMD Radeon RX 6700 XT (radeonsi, navi22, LLVM 16.0.6, DRM 3.54, 6.6.11-zen3-xanmod1-1)...
Also, here's my `drm_info` (more verbose) ``` Node: /dev/dri/card0 ├───Driver: amdgpu (AMD GPU) version 3.54.0 (20150101) │ ├───DRM_CLIENT_CAP_STEREO_3D supported │ ├───DRM_CLIENT_CAP_UNIVERSAL_PLANES supported │ ├───DRM_CLIENT_CAP_ATOMIC supported │ ├───DRM_CLIENT_CAP_ASPECT_RATIO supported │ ├───DRM_CLIENT_CAP_WRITEBACK_CONNECTORS...
And my `ffmpeg -version` for good measure: ``` ffmpeg version n6.1.1 Copyright (c) 2000-2023 the FFmpeg developers built with gcc 13.2.1 (GCC) 20230801 configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth...
From the version that is patched with `exact=0`: ``` $ AMDGPU_SIVPE_LOG_LEVEL=3 wl-screenrec -g "$(slurp)" --low-power=off Using output DP-1 Opening libva device from DRM device /dev/dri/renderD128 [h264_vaapi @ 0x56328e30cb00] Driver does...
> Does it repro if you set `--encode-resolution` to some value that's not equal to the region size (keep aspect ratio tho) Could you give me an example?
Do you want that with the `exact=0` or `exact=1` version?