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
Howdy! I'm having trouble using stempeg on a fresh Ubuntu machine. I installed and built ffmpeg using script that was linked to in the README, and ffmpeg sits in /usr/bin and works...
Ok, so the docs aren't totally obvious that ffprobe is needed, and the install script linked to doesn't build it.
Or at least didn't for me.
Or maybe it does build it but then doesn't move it to /usr/bin.
In any case, just running sudo apt install ffmpeg fixed everything. 👍
So... ready to close this anytime.
Howdy! I'm having trouble using
stempeg
on a fresh Ubuntu machine. I installed and builtffmpeg
using script that was linked to in the README, andffmpeg
sits in/usr/bin
and works...Same as on my old machine where everything's fine.
But when I run the python code on my new machine, I get...
Setting
export FFMPEG_PATH=/usr/bin
or evenexport FFMPEG_PATH=/usr/bin/ffmpeg
doesn't help.What needs to happen here?
Thanks!
The text was updated successfully, but these errors were encountered: