You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.
Hello, I have telegram bot running Dokku droplet in Digital Ocean.
I've downloaded ffmpeg by sudo apt-get install ffmpeg on my Ubuntu machine from DigitalOcean.
When I'm searching by Whereis ffmpeg it return /usr/bin/ffmpeg.
In my code I'm converting telegram voice's sample rate from 24000/48000hz to 16000 to modify them.
It return in logs : FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/ffmpeg'
What path I should write to my telegram bot to find ffmpeg?
The text was updated successfully, but these errors were encountered:
Hello, I have telegram bot running Dokku droplet in Digital Ocean.
I've downloaded ffmpeg by
sudo apt-get install ffmpeg
on my Ubuntu machine from DigitalOcean.When I'm searching by
Whereis ffmpeg
it return/usr/bin/ffmpeg
.In my code I'm converting telegram voice's sample rate from 24000/48000hz to 16000 to modify them.
It return in logs :
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/ffmpeg'
What path I should write to my telegram bot to find ffmpeg?
The text was updated successfully, but these errors were encountered: