codec/avcodec/vaapi: new option ffmpeg-vaapi-x11
Use --ffmpeg-vaapi-x11 in combination with --ffmpeg-hw. It uses the vaapi to decode pictures and display it without copying it back to main memory. When --no-ffmpeg-vaapi-x11 is used then the picture is copied from the GPU to main memory and displayed later by another vout. This uses more CPU then when the picture is displayed from the GPU contenxt directly.
Showing
Please register or sign in to comment