redroid-doc icon indicating copy to clipboard operation
redroid-doc copied to clipboard

How to add a new encoder(h265) to redroid 11?

Open Funny-ppt opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. with scrcpy --list-encoders i noticed only --video-codec=h264 --video-encoder='OMX.google.h264.encoder' is avaliable for redroid11, and based on many tests by scrcpy's community h265 outperforms h264 in almost every case, especially when using poor bandwidth.

Describe the solution you'd like a built in hardware-accelerate enabled h265 encoder

Describe alternatives you've considered provide some methods to import it accordingly if it is not generally supported

Additional context i run redroid 11 on Debian 12 Linux 6.1.38, with AMD Ryzen 7 5800H, which supports hardware-accelerate encode/decode h265

Funny-ppt avatar Dec 14 '23 03:12 Funny-ppt