Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ffmpeg-rockchip / support rockchip hardware acceleration #1098

Open
darioackermann opened this issue Oct 10, 2024 · 2 comments
Open

Add ffmpeg-rockchip / support rockchip hardware acceleration #1098

darioackermann opened this issue Oct 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@darioackermann
Copy link

darioackermann commented Oct 10, 2024

Please put plugin requests/bugs at: https://github.com/HaveAGitGat/Tdarr_Plugins

Is your feature request related to a problem? Please describe.
It'd be great if tdarr supported Rockchip RKMPP Hardware Acceleration.
The Rockchip RK3558 SoC e.g. has an ARM Mali-G610 GPU compatible with OpenGL ES1.1/2.0/3.2, OpenCL 2.2 and Vulkan 1.2.

Describe the solution you'd like
Add ffmpeg-rockchip / support rockchip hardware acceleration

Additional context
I think it would be sufficient to use a ffmpeg version compiled with RKMPP support

@HaveAGitGat HaveAGitGat added the enhancement New feature or request label Oct 17, 2024
@koehn
Copy link

koehn commented Nov 28, 2024

RK3588S does too. Would love to see it supported. Sample command:

ffmpeg -hwaccel rkmpp -c:v h264_rkmpp -i input.h264 \
       -c:v hevc_rkmpp -rc_mode 0 -qp_min 20 -qp_max 40 -profile main -tier high -level 4.1 \
       output.mkv

@koehn
Copy link

koehn commented Nov 29, 2024

PR here. HaveAGitGat/Tdarr_Plugins#723

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants