From 7070a165d13a0d183bd6c8e52eece1c6e9aeeef3 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Tue, 10 Nov 2020 20:59:27 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2da54c3..b10ded7 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ pip install --no-cache-dir -r requirements.txt pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html ``` +### FFmpeg + +FFmpeg must be installed and configured in order for the application to be able to process any track that isn't a *.wav* file. Instructions for installing FFmpeg can be found on YouTube, WikiHow, Reddit, GitHub, and many other sources around the web. + +- **Note:** If you are experiencing any errors when attempting to process any media audio files that are not the *.wav* format, please ensure FFmpeg is install & configured correctly. + ### Running the Vocal Remover GUI & Models - Open the file labeled *'VocalRemover.py'*. @@ -131,6 +137,8 @@ A special thank you to aufr33 for helping me expand the dataset used to train th ## Troubleshooting +Please be as detailed as possible when posting a new issue. Make sure to provide any error outputs and/or screenshots/gif's to give us a clearer understanding of the issue you are experiencing. + If the *'VocalRemover.py'* file won't open *under any circumstances* and all other resources have been exhausted, please do the following - 1. Open the cmd prompt from the UVR-V4GUI directory