Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related #480
Hey @wader 👋
This seems this really out of my league. I don't know what to do to even get this to compile right now, but I thought I'll just add the draft here for now anyway.
Issue 1
The install guide shows to install the following packages needed:
I'm not sure what the
libc6 libc6-devlibnuma1 libnuma-dev
equivalents are on Alpine, but that's my first roadblock.Issue 2
Looking at some other FFmpeg Dockerfiles for CUDA support, I see a lot using either nvidia/cuda (ubuntu) or normal ubuntu as base image. Almost makes me think it is either not easy, or not possible to compile for Alpine (?).
Issue 3
One of the other things in the installation guide, is to configure with
--enable-nonfree
. Now I saw that forlibfdk_aac
this was denoted in the README that you should build the image yourself, and it also has the--enable-nonfree
flag. Would this pose an issue here as well?