hbiyik / FFmpeg

PLEASE USE https://github.com/nyanmisaka/ffmpeg-rockchip REPO INSTEAD.
https://github.com/nyanmisaka/ffmpeg-rockchip
Other
90 stars 7 forks source link

How to use encoder on RK3399 and use it in Jellyfin #10

Closed zhu327 closed 1 year ago

zhu327 commented 1 year ago

Is it possible to use an RK3399 SBC for hardware decoding in Jellyfin?

hbiyik commented 1 year ago

Should work, i dont have an 3399 to test it though. Try encoder branch, i would say.

zhu327 commented 1 year ago

how to compile encoder branch?

hbiyik commented 1 year ago

Ideally --enable-rkmpp is the configure flag you need as extra addition to normal ffmpeg compiliation.

Adfitionally when rkmpp is enabled, you will need libyuv as an extra dependency along with normal ffmpeg dependencies.

In case any doubt you can refer to below arch build script https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ffmpeg-mpp

hbiyik commented 1 year ago

added on the wiki https://github.com/hbiyik/FFmpeg/wiki#compilation