jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.37k stars 450 forks source link

Feature Request: Seperate images #361

Open Commandcracker opened 1 year ago

Commandcracker commented 1 year ago

I have a project that needs to include libavformat but it cant find the library because the include's are not in the release image. Providing the build image would make projects like mine easier.

jrottenberg commented 1 year ago

Ah ! I don't publish yet the build image, mostly for licensing issue. I don't think I'm authorized to publish it, that would DEFINITELY help on the build time, as I would just pull the build image per variant, instead of per version + variant...

But the Dockerfiles are all there so you don't have to start from scratch.

Commandcracker commented 1 year ago

I don't publish yet the build image, mostly for licensing issue.

Understandable. Although, it would be nice to get permission from the FFmpeg developers :)

But the Dockerfiles are all there so you don't have to start from scratch.

Yeah, your project really helps :+1:

\ Should i close this issue ?