DaRealTurtyWurty / SuperTurtyBot

A multi-purpose discord bot.
GNU Affero General Public License v3.0
6 stars 10 forks source link

(Docker) Figure out how to get FFMPEG included in the docker image #210

Open DaRealTurtyWurty opened 9 months ago

DaRealTurtyWurty commented 9 months ago

Currently file conversion and anything else using FFMPEG in the future will not work if the docker image is being used. This is because FFMPEG is not being installed in the docker image. Specifically, I will need this to work on my Ubuntu VPS, but having it work universally would be much more ideal if possible.

I have looked into this previously and from what I understand FFMPEG + Ubuntu are not a great match, and you should be able to read about how it works here, I just haven't had the time to properly look into it as of yet: https://github.com/bramp/ffmpeg-cli-wrapper?tab=readme-ov-file#install-ffmpeg-on-ubuntu

Once it works, this will need to be uncommented: https://github.com/DaRealTurtyWurty/SuperTurtyBot/blob/main/src/main/java/dev/darealturtywurty/superturtybot/TurtyBot.java#L131-L133