Missing ffmpeg dependency for whisper sst
nspitko opened this issue · 1 comments
nspitko commented
Warning: Couldn't find ffprobe or avprobe - defaulting to ffprobe, but may not work
Followed by
OSError: [Errno 7] Argument list too long: 'ffprobe'
This occurs when using the API. Unsure if the interface side works, I've not sorted out the SSL issues yet; but I can't imagine it works any better.
Atinoda commented
Hi @nspitko , thank you for raising this issue - it's on my list to go through all the dependencies and make sure they are installed for all the default extensions. I will notify this issue when that happens. In the meantime, opening up a terminal to the container and inputting apt update && apt install ffmpeg
may get you up and running!