aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-04-16 18:39:29 +0200
committerdec05eba <dec05eba@protonmail.com>2024-04-16 18:39:29 +0200
commitd877deec3c8363e9d077d6e224f9ecb140f7960d (patch)
tree14380ba3dae5693c3384687e60df38506340ecc8
parentd066dfc645f9d04bbc59caf97c24a51ad3dd7205 (diff)
info
-rw-r--r--README.md2
-rw-r--r--src/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b3d05bc..adebe0b 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ mesa\
ffmpeg (libavcodec, libavformat, libavutil, libswresample, libavfilter)\
x11 (libx11, libxcomposite, libxrandr, xfixes)\
libpulse\
-vaapi (libva, libva-intel-driver)\
+vaapi (libva, intel-media-driver/libva-intel-driver)\
libdrm\
libcap\
wayland-client
diff --git a/src/main.cpp b/src/main.cpp
index 5067f87..d88e8d5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2197,7 +2197,7 @@ int main(int argc, char **argv) {
}
fprintf(stderr, "Error: your gpu does not support '%s' video codec. If you are sure that your gpu does support '%s' video encoding and you are using an AMD/Intel GPU,\n"
- " then make sure you have installed the GPU specific vaapi packages.\n"
+ " then make sure you have installed the GPU specific vaapi packages (intel-media-driver, libva-intel-driver or libva-mesa-driver).\n"
" It's also possible that your distro has disabled hardware accelerated video encoding for '%s' video codec.\n"
" This may be the case on corporate distros such as Manjaro, Fedora or OpenSUSE.\n"
" You can test this by running 'vainfo | grep VAEntrypointEncSlice' to see if it matches any H264/HEVC profile.\n"