Skip to content

Commit 7e46ce2

Browse files
committed
Added Troubleshooting section to README
1 parent ff9535d commit 7e46ce2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ Example
6666
The included ``decode.py`` script demonstrates using this package to
6767
convert compressed audio files to WAV files.
6868

69+
Troubleshooting
70+
---------------
71+
72+
NoBackendError despite a backend (specifically FFmpeg) being installed
73+
------------------------------------------------------------------------
74+
75+
Make sure that you can execute `ffmpeg` properly. If you are getting a segmentation
76+
fault, try installing `ffmpeg` with your OS package manager (apt, dnf, yum, etc.)
77+
or with `conda` (`https://anaconda.org/conda-forge/ffmpeg`). Make sure then that
78+
`ffmpeg` is executable.
79+
6980
Version History
7081
---------------
7182

0 commit comments

Comments
 (0)