What's new
LiteRECORDS

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • Guest, before your account can be reviewed you must click the activation link sent to your email account. Please ensure you check your junk folders.
    If you do not see the link after 24 hours please open a support ticket.

Powerful New Vocal Remover AI - Instructions

Am I doing something wrong?


PS C:\Users\sousa\Documents\ultimatevocalremovergui-master> pip install --no-cache-dir -r requirements.txt
Requirement already satisfied: Pillow in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 1)) (8.0.1)
Requirement already satisfied: tqdm==4.45.0 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 2)) (4.45.0)
Requirement already satisfied: librosa==0.7.2 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 3)) (0.7.2)
Requirement already satisfied: opencv-python in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 4)) (4.4.0.46)
Requirement already satisfied: numba==0.48.0 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 5)) (0.48.0)
Requirement already satisfied: numpy==1.19.3 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 6)) (1.19.3)
Requirement already satisfied: SoundFile in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 7)) (0.10.3.post1)
Requirement already satisfied: soundstretch in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 8)) (1.2)
Requirement already satisfied: audioread>=2.0.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (2.1.9)
Requirement already satisfied: scipy>=1.0.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (1.5.4)
Requirement already satisfied: scikit-learn!=0.19.0,>=0.14.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (0.23.2)
Requirement already satisfied: joblib>=0.12 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (0.17.0)
Requirement already satisfied: decorator>=3.0.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (4.4.2)
Requirement already satisfied: six>=1.3 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (1.15.0)
Requirement already satisfied: resampy>=0.2.2 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (0.2.2)
Requirement already satisfied: llvmlite<0.32.0,>=0.31.0dev0 in c:\users\sousa\documents\lib\site-packages (from numba==0.48.0->-r requirements.txt (line 5)) (0.31.0)
Requirement already satisfied: setuptools in c:\users\sousa\documents\lib\site-packages (from numba==0.48.0->-r requirements.txt (line 5)) (39.0.1)
Requirement already satisfied: cffi>=1.0 in c:\users\sousa\documents\lib\site-packages (from SoundFile->-r requirements.txt (line 7)) (1.14.3)
Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\sousa\documents\lib\site-packages (from scikit-learn!=0.19.0,>=0.14.0->librosa==0.7.2->-r requirements.txt (line 3)) (2.1.0)
Requirement already satisfied: pycparser in c:\users\sousa\documents\lib\site-packages (from cffi>=1.0->SoundFile->-r requirements.txt (line 7)) (2.20)
You are using pip version 10.0.1, however version 20.3b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\sousa\Documents\ultimatevocalremovergui-master> pip install torch == 1.6.0 + cu101 torchvision = = 0.7.0 + cu101 -f https://download.pytorch.org/whl/torch_stable.html
Invalid requirement: '=='
Traceback (most recent call last):
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\packaging\requirements.py", line 93, in __init__
req = REQUIREMENT.parseString(requirement_string)
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1632, in parseString
raise exc
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1622, in parseString
loc, tokens = self._parse( instring, 0 )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 3395, in parseImpl
loc, exprtokens = e._parse( instring, loc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 3717, in parseImpl
return self.expr._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 3378, in parseImpl
loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1383, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 2689, in parseImpl
raise ParseException(instring, loc, self.errmsg, self)
pip._vendor.pyparsing.ParseException: Expected W:(abcd...) (at char 0), (line:1, col:1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\users\sousa\documents\lib\site-packages\pip\_internal\req\req_install.py", line 252, in from_line
req = Requirement(req)
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\packaging\requirements.py", line 97, in __init__
requirement_string[e.loc:e.loc + 8]))
pip._vendor.packaging.requirements.InvalidRequirement: Invalid requirement, parse error at "'=='"

You are using pip version 10.0.1, however version 20.3b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\sousa\Documents\ultimatevocalremovergui-master>
 
Am I doing something wrong?


PS C:\Users\sousa\Documents\ultimatevocalremovergui-master> pip install --no-cache-dir -r requirements.txt
Requirement already satisfied: Pillow in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 1)) (8.0.1)
Requirement already satisfied: tqdm==4.45.0 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 2)) (4.45.0)
Requirement already satisfied: librosa==0.7.2 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 3)) (0.7.2)
Requirement already satisfied: opencv-python in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 4)) (4.4.0.46)
Requirement already satisfied: numba==0.48.0 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 5)) (0.48.0)
Requirement already satisfied: numpy==1.19.3 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 6)) (1.19.3)
Requirement already satisfied: SoundFile in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 7)) (0.10.3.post1)
Requirement already satisfied: soundstretch in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 8)) (1.2)
Requirement already satisfied: audioread>=2.0.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (2.1.9)
Requirement already satisfied: scipy>=1.0.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (1.5.4)
Requirement already satisfied: scikit-learn!=0.19.0,>=0.14.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (0.23.2)
Requirement already satisfied: joblib>=0.12 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (0.17.0)
Requirement already satisfied: decorator>=3.0.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (4.4.2)
Requirement already satisfied: six>=1.3 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (1.15.0)
Requirement already satisfied: resampy>=0.2.2 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (0.2.2)
Requirement already satisfied: llvmlite<0.32.0,>=0.31.0dev0 in c:\users\sousa\documents\lib\site-packages (from numba==0.48.0->-r requirements.txt (line 5)) (0.31.0)
Requirement already satisfied: setuptools in c:\users\sousa\documents\lib\site-packages (from numba==0.48.0->-r requirements.txt (line 5)) (39.0.1)
Requirement already satisfied: cffi>=1.0 in c:\users\sousa\documents\lib\site-packages (from SoundFile->-r requirements.txt (line 7)) (1.14.3)
Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\sousa\documents\lib\site-packages (from scikit-learn!=0.19.0,>=0.14.0->librosa==0.7.2->-r requirements.txt (line 3)) (2.1.0)
Requirement already satisfied: pycparser in c:\users\sousa\documents\lib\site-packages (from cffi>=1.0->SoundFile->-r requirements.txt (line 7)) (2.20)
You are using pip version 10.0.1, however version 20.3b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\sousa\Documents\ultimatevocalremovergui-master> pip install torch == 1.6.0 + cu101 torchvision = = 0.7.0 + cu101 -f https://download.pytorch.org/whl/torch_stable.html
Invalid requirement: '=='
Traceback (most recent call last):
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\packaging\requirements.py", line 93, in __init__
req = REQUIREMENT.parseString(requirement_string)
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1632, in parseString
raise exc
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1622, in parseString
loc, tokens = self._parse( instring, 0 )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 3395, in parseImpl
loc, exprtokens = e._parse( instring, loc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 3717, in parseImpl
return self.expr._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 3378, in parseImpl
loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1383, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 2689, in parseImpl
raise ParseException(instring, loc, self.errmsg, self)
pip._vendor.pyparsing.ParseException: Expected W:(abcd...) (at char 0), (line:1, col:1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\users\sousa\documents\lib\site-packages\pip\_internal\req\req_install.py", line 252, in from_line
req = Requirement(req)
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\packaging\requirements.py", line 97, in __init__
requirement_string[e.loc:e.loc + 8]))
pip._vendor.packaging.requirements.InvalidRequirement: Invalid requirement, parse error at "'=='"

You are using pip version 10.0.1, however version 20.3b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\sousa\Documents\ultimatevocalremovergui-master>

I'm not exactly sure what is happening. You might have to wait on [MENTION=39673]Anjok[/MENTION] to look and see what is happening. Did you follow the video exactly for how to set up ffmpeg? And for making sure you added the python folder paths in correctly?
 
[MENTION=39673]Anjok[/MENTION] a nice addition to the GUI I think will be adding the model name to the files. If I want to try out several different models, it just outputs a file with the same name as the previous, essentially replacing it, and unless I output in a different folder with each model, I can't use all of my tries to compare which one sounds the best.
 
Look at the error that appears:

C:\Users\sousa\Documents\UVR-V4GUI> pip install torch == 1.6.0 + cu101 torchvision == 0.7.0 + cu101 - f https://download.pytorch.org/whl/torch_stable.html
Invalid requirement: '=='
Traceback (most recent call last):
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\packaging\requirements.py", line 93, in __init__
req = REQUIREMENT.parseString(requirement_string)
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1632, in parseString
raise exc
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1622, in parseString
loc, tokens = self._parse( instring, 0 )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 3395, in parseImpl
loc, exprtokens = e._parse( instring, loc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 3717, in parseImpl
return self.expr._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 3378, in parseImpl
loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1383, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 2689, in parseImpl
raise ParseException(instring, loc, self.errmsg, self)
pip._vendor.pyparsing.ParseException: Expected W:(abcd...) (at char 0), (line:1, col:1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_internal\req\req_install.py", line 252, in from_line
req = Requirement(req)
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\packaging\requirements.py", line 97, in __init__
requirement_string[e.loc:e.loc + 8]))
pip._vendor.packaging.requirements.InvalidRequirement: Invalid requirement, parse error at "'=='"

You are using pip version 10.0.1, however version 20.3b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\sousa\Documents\UVR-V4GUI>
 
Look at the error that appears:

C:\Users\sousa\Documents\UVR-V4GUI> pip install torch == 1.6.0 + cu101 torchvision == 0.7.0 + cu101 - f https://download.pytorch.org/whl/torch_stable.html
Invalid requirement: '=='
Traceback (most recent call last):
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\packaging\requirements.py", line 93, in __init__
req = REQUIREMENT.parseString(requirement_string)
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1632, in parseString
raise exc
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1622, in parseString
loc, tokens = self._parse( instring, 0 )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 3395, in parseImpl
loc, exprtokens = e._parse( instring, loc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 3717, in parseImpl
return self.expr._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 3378, in parseImpl
loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1383, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 2689, in parseImpl
raise ParseException(instring, loc, self.errmsg, self)
pip._vendor.pyparsing.ParseException: Expected W:(abcd...) (at char 0), (line:1, col:1)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_internal\req\req_install.py", line 252, in from_line
req = Requirement(req)
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\packaging\requirements.py", line 97, in __init__
requirement_string[e.loc:e.loc + 8]))
pip._vendor.packaging.requirements.InvalidRequirement: Invalid requirement, parse error at "'=='"

You are using pip version 10.0.1, however version 20.3b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\sousa\Documents\UVR-V4GUI>

Yes dude we know. You'll have to wait for Anjok to see this.
 
Last edited:
[MENTION=39673]Anjok[/MENTION] a nice addition to the GUI I think will be adding the model name to the files. If I want to try out several different models, it just outputs a file with the same name as the previous, essentially replacing it, and unless I output in a different folder with each model, I can't use all of my tries to compare which one sounds the best.

Right. I've been making an output and naming them just the basic name to keep them separated for comparison. So mine are like
Alison Krauss - So Long, So Wrong_Instruments (44100-512).wav
or

Alison Krauss - So Long, So Wrong_Instruments (LOW END A)
 
Last edited:
[MENTION=39673]Anjok[/MENTION] a nice addition to the GUI I think will be adding the model name to the files. If I want to try out several different models, it just outputs a file with the same name as the previous, essentially replacing it, and unless I output in a different folder with each model, I can't use all of my tries to compare which one sounds the best.

I did add that feature, you have to make sure "Model Test Mode" is selected. Here's how I explained it on my GitHub -

Model Test Mode - This option makes it easier for users to test the results of different models, and model combinations, by eliminating the hassel of having to manually change the filenames and/or create new folders when processing the same track through multiple models. This option structures the model testing process.

- When 'Model Test Mode' is selected, the application will auto-generate a new folder in the 'Save to' path you have chosen.The new auto-generated folder will be named after the model(s) selected.

-- The output audio files will be saved to the auto-generated directory.

-- The filenames for the instrumental & vocal outputs will have the selected model(s) name(s) appended to them.
 
Last edited:
I did add that feature, you have to make sure "Model Test Mode" is selected. Here's how I explained it on my GitHub -

Model Test Mode - This option makes it easier for users to test the results of different models, and model combinations, by eliminating the hassel of having to manually change the filenames and/or create new folders when processing the same track through multiple models. This option structures the model testing process.

- When 'Model Test Mode' is selected, the application will auto-generate a new folder in the 'Save to' path you have chosen.The new auto-generated folder will be named after the model(s) selected.

-- The output audio files will be saved to the auto-generated directory.

-- The filenames for the instrumental & vocal outputs will have the selected model(s) name(s) appended to them.

Can this be changed so that each audio output is in the same save folder one starts with? I'd rather open one save folder to see 3 different instrumentals than having to open 3 different folders. We want to just click click click to compare. I think that is what [MENTION=26971]djtayz[/MENTION] meant.
 
Last edited:
389 Downloads of Ultimate Vocal Remover as of posting this. There's not that many who thanked this post or that many who commented. Can y'all show [MENTION=39673]Anjok[/MENTION] some love please? This project is getting downloaded more off site than within.
 
[MENTION=39673]Anjok[/MENTION]: is there a reason UVM 11_18 looks like this on my screen? Where The Vocal Remover graphics should be? I also noticed between my All in One PC and my laptop that the All in One allows me to minimize and exit the GUI but on my laptop I don't get to access them. Will I have to change my laptop screen resolution?

 
Last edited:
[MENTION=39673]Anjok[/MENTION]: is there a reason UVM 11_18 looks like this on my screen? Where The Vocal Remover graphics should be? I also noticed between my All in One PC and my laptop that the All in One allows me to minimize and exit the GUI but on my laptop I don't get to access them. Will I have to change my laptop screen resolution?


Ahhh I think there's a tiny bug in the VocalRemover.py file, I'll fix it!

In the meantime, go to the img folder and change the file named "UVR-logo.png" to something else and change the file named "UVR-banner.png" to "UVR-logo.png". That should fix it
 
389 Downloads of Ultimate Vocal Remover as of posting this. There's not that many who thanked this post or that many who commented. Can y'all show @Anjok some love please? This project is getting downloaded more off site than within.

I've added HIDE tags to the URLs to encourage people to show support with LR currency, credits. If the OP would prefer it without tags then i apologise and feel free to remove them.
 
I've added HIDE tags to the URLs to encourage people to show support with LR currency, credits. If the OP would prefer it without tags then i apologise and feel free to remove them.

I had thought of doing that but didn't want to upset [MENTION=39673]Anjok[/MENTION]. As you said he's free to remove the hide tags if he doesn't want them. However I feel this will help him since most of his time is spent in researching and training for this project. With that being said he doesn't have the time to find non listed content to earn credits.
 
Hey guys! I wanted to highlight this bit from my tutorial. I noticed that it can make a huge difference in some tracks and thought it would be very helpful to many of you here -

Note - The WINDOW_SIZE value is universal. The smaller your window size, the better your conversions will be. However, a smaller window size means longer conversions times and heavier resource usage.

Here are the recommended window size values -
1024 - Low conversion quality, shortest conversion time, low resource usage
512 - Average conversion quality, average conversion time, normal resource usage
320 - Better conversion quality, long conversion time, high resource usage
272 - Best conversion quality, longest conversion time, heavy resource usage

**272 is the lowest window size value possible.**