ffmpeg icon indicating copy to clipboard operation
ffmpeg copied to clipboard

Question: How i can use ffmpeg from other container?

Open approached opened this issue 5 years ago • 1 comments

Hi @ all,

i have php-fpm (webserver) container. After uploading a video i will use ffmpeg. But what is the best way to do that? Is that possible to use docker in docker?

approached avatar Sep 07 '20 14:09 approached

Hello !

php fpm should not be too bad to include on a ffmpeg base image, you can start FROM the ubuntu variant image, install php-fpm, your code and you have a working webapp with a fresh ffmpeg installation.

jrottenberg avatar Sep 07 '20 19:09 jrottenberg