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
On Linux, faster-whisper-xxx works fine without voice extraction. But when using voice extraction (both Pro and non-pro) versions it fails after extraction is completed. E.g for Faster-Whisper-XXL Pro with
--output_format srt --model large-v2 --verbose False --language en --ff_vocal_extract=mb-roformer
It fails after MB-RoFormer completes with error
Error 1: Failed to load audio:
ffmpeg: error while loading shared libraries: libavcodec.so.58: cannot open shared object file: No such file or directory
Everything works fine with the same options and the same audio file on Win11