Question

Running ffmpeg in Functions

Is there a way to use your own docker image as a Function? My task is to process a video file using ffmpeg (download from S3, process, upload back, return Success). There can be several such tasks and they must work in parallel. There are times when there are no tasks and I would not like to pay for a powerful virtual machine that sits idle.


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
November 18, 2023

Hey @yauhenko,

As of the time being the DigitalOcean Functions do not support custom Dockerimages for functions. The platform is designed to run functions based on supported runtime environments like Node.js, Python, etc.

The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.

https://ideas.digitalocean.com/

For a task that requires processing video files with FFmpeg, DigitalOcean’s App Platform can instead be a suitable choice, especially since it supports deploying custom apps using a Dockerfile.

You can create a Dockerfile that includes FFmpeg, your application code, and any other dependencies. This allows you to define a custom environment tailored specifically for video processing tasks:

https://docs.digitalocean.com/products/app-platform/reference/dockerfile/

Hope that helps!

- Bobby.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel