From 4c65804d4547cb61343116ea5c349a3653bec4bb Mon Sep 17 00:00:00 2001 From: eisneinechse <42617957+eisneinechse@users.noreply.github.com> Date: Fri, 19 Apr 2019 15:47:29 -0700 Subject: [PATCH] User interface is now usable --- doc/HW-ACCEL.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/HW-ACCEL.md b/doc/HW-ACCEL.md index c11d2adc..3f750e6e 100644 --- a/doc/HW-ACCEL.md +++ b/doc/HW-ACCEL.md @@ -86,10 +86,6 @@ hardware acceleration support on Ubuntu Linux! **Needed:** a way to get the options and limits of the GPU, like supported codecs and the supported dimensions (width and height). -**Would be nice:** a way in python to only have some source for the desired -plattform. Example: VAAPI is not supported in Windows or Mac and should not -be displayed as an option for encoder libraries. - **Further improvement:** Right now the frame can be decoded on the GPU but the frame is then copied to CPU memory. Before encoding the frame the frame is then copied to GPU memory for encoding. That is necessary because the modifications