mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
info
This commit is contained in:
@@ -65,7 +65,7 @@ mesa\
|
|||||||
ffmpeg (libavcodec, libavformat, libavutil, libswresample, libavfilter)\
|
ffmpeg (libavcodec, libavformat, libavutil, libswresample, libavfilter)\
|
||||||
x11 (libx11, libxcomposite, libxrandr, xfixes)\
|
x11 (libx11, libxcomposite, libxrandr, xfixes)\
|
||||||
libpulse\
|
libpulse\
|
||||||
vaapi (libva, libva-intel-driver)\
|
vaapi (libva, intel-media-driver/libva-intel-driver)\
|
||||||
libdrm\
|
libdrm\
|
||||||
libcap\
|
libcap\
|
||||||
wayland-client
|
wayland-client
|
||||||
|
|||||||
@@ -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"
|
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"
|
" 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"
|
" 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"
|
" You can test this by running 'vainfo | grep VAEntrypointEncSlice' to see if it matches any H264/HEVC profile.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user