Skip to content

Commit

Permalink
Merge pull request #53 from IgnorantSapient/patch-1
Browse files Browse the repository at this point in the history
Update README.md to include ffmpeg troubleshooting
  • Loading branch information
p0n1 authored Mar 18, 2024
2 parents 737a9b8 + 0883a8e commit 767f040
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 767f040

Please sign in to comment.