I've a platform that was deployed on windows now it's on linux
however the convert part for the audio doesn't work anymore since the deployment for linux
I figured the problem I found a hard coded path for ffmpeg.exe file which was working fine bcs the platform was on windows now it's on linux so it doesn't make sense
all I wanna try to do is to try to change it to be compatible with linux but I wanna know the way from linux bcs I haven't used it before so I'm trying to understand the way the file should be passed so it can use it correctly