run.sh saying ffmpeg is not installed Even tho it is in the linux terminal
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
I was trying out this it said ffmpeg not installed what the heck?
I used sudo apt-get install ffmpeg
and it said its already installed + newest version
I currently run linux on my chromebook
Can you help me?
Bruh
Expected Behavior
Run the script and i could make those bouncy webms*
Steps To Reproduce
No response
Environment
- OS:chromeOS*
- Node:Already Have Nodejs*
- ffmpeg:Installed on chromeOS automatically*
Anything else?
Help me bruh*
WHY CANT I USE IT
can you try to run command -v ffmpeg? it is what the script does internally to figure out if an ffmpeg executable exists, and as per this stackoverflow answer, it should be the more or less standard way to do it. what terminal are you using?
if you still can't get it to work, just comment those lines out of the script
yes it does its usr/bin/ffmpeg
can you try to run
command -v ffmpeg? it is what the script does internally to figure out if anffmpegexecutable exists, and as per this stackoverflow answer, it should be the more or less standard way to do it. what terminal are you using?if you still can't get it to work, just comment those lines out of the script
I use the chrome os terminal and i did check that ffmpeg is installed quote on quote yes
I can confirm that this applies to other linux distributions rather than ChomeOS
I actually get a similar/the same error using WSL. Though it displays the "/usr/bin/ffmpeg/" before exiting.
Maybe the script could be re-written to run ffprobe --version and see if it returns something or if it errors out ?