Skip to content

Commit a12e015

Browse files
committed
Simplify troubleshooting instructions
1 parent 7e46ce2 commit a12e015

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,12 @@ convert compressed audio files to WAV files.
6969
Troubleshooting
7070
---------------
7171

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.
72+
A ``NoBackendError`` exception means that the library could not find one of
73+
the libraries or tools it needs to decode audio. This could mean, for example,
74+
that you have a broken installation of `FFmpeg`_. To check, try typing
75+
``ffmpeg -version`` in your shell. If that gives you an error, try installing
76+
FFmpeg with your OS's package manager (e.g., apt or yum) or `using Conda
77+
<https://anaconda.org/conda-forge/ffmpeg>`_.
7978

8079
Version History
8180
---------------

0 commit comments

Comments
 (0)