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.
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