From 0883a8e89716a9597a6ef243ad5c9e58b26a5417 Mon Sep 17 00:00:00 2001 From: Ashwin Annamalai <4549937+IgnorantSapient@users.noreply.github.com> Date: Sat, 2 Mar 2024 19:51:48 -0500 Subject: [PATCH] Update README.md to include ffmpeg troubleshooting --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1c941ae..8e1a74d 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,11 @@ Here are some examples that demonstrate various option combinations: This may be because the Python version you are using is [less than 3.8](https://stackoverflow.com/questions/73165636/no-module-named-importlib-metadata). You can try to manually install it by `pip3 install importlib-metadata`, or use a higher Python version. +### FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg' + +Make sure ffmpeg biary is accessible from your path. If you are on a mac and use homebrew, you can do `brew install ffmpeg`, On Ubuntu you can do `sudo apt install ffmpeg` + + ## Related Projects - [Epub to Audiobook (M4B)](https://github.com/duplaja/epub-to-audiobook-hf): Epub to MB4 Audiobook, with StyleTTS2 via HuggingFace Spaces API.