I have been trying to install ffmpeg using the command
pip install ffmpeg and I am doing this in a server where we dont have sudo permissions. On writing ffmpeg I get ffmpeg: command not found. Then I checked with pip list and it showed ffmpeg. Please help me.
pip install ffmpeg installs a Python package that doesn't have any executable scripts; it's for calling functions from Python code.
If you want to install ffmpeg program you need to run — what do you use, Ubuntu? — sudo apt install ffmpeg
The Python package requires the program anyway.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With