Open wszqkzqk opened 3 years ago
do you have any vaapi installed?
ffmpeg -hide_banner -encoders | grep vaapi
do you have any vaapi installed?
ffmpeg -hide_banner -encoders | grep vaapi
Yes, and I can use ffmpeg(encoded by hevc_vaapi) to record my screen in terminal
do you have any vaapi installed?
ffmpeg -hide_banner -encoders | grep vaapi
Command like:
ffmpeg -vaapi_device /dev/dri/renderD128 -f x11grab -i :0 -f pulse -ac 2 -i 0 -vf 'hwupload,scale_vaapi=format=nv12' -c:a mp3 -c:v hevc_vaapi output.mp4
works on my device,but ssr still can't use VAAPI
SSR doesn't currently support VAAPI, and unfortunately it is not easy to add support for it.
SSR doesn't currently support VAAPI, and unfortunately it is not easy to add support for it.
But why can it support AMF and QSV…… What's the difference…… And may it call ffmpeg directly……
https://trac.ffmpeg.org/wiki/Hardware/VAAPI
Couldnt SSR just change/update it's ffmpeg command line instruction?
Can SSR use VAAPI to encode the video just like OBS does?