u2takey / ffmpeg-go

golang binding for ffmpeg
Apache License 2.0
1.66k stars 167 forks source link

How to run in a Docker container? #106

Closed eapmartins closed 8 months ago

eapmartins commented 9 months ago

Should I have ffmpeg installed on container?

I've run it and I got this error: {level: error, msg: error running ffmpeg: exec: "ffmpeg": executable file not found in $PATH}

hrishiksh commented 8 months ago

Yes. Install FFmpeg in your docker container.

If you are using a Debian based container, apt install ffmpeg will do the job.