I have a largish library (29 000+ songs) of uncompressed music of different bits depths and resolutions. I want to find and convert all 192k files to 96k and all 176k files to 88.2k. What is the best way to do this?
find and convert hires to low res?
Collapse
X
-
Re: find and convert hires to low res?
>192k files to 96k and all 176k files to 88.2k
Firstly there is no benefit going exactly half, so 176KHz to 96KHz would actually be better quality than 88.2KHz
You can use the conditional encoding DSP effect, set to skip anything below 176KHz, and include the DSP effect Resample to convert to 96KHz all those not skipped.
Comment