My collection contains approx. 3000 flac files, with different samples rates (16 and 24 bit), bit rates (from 44khz to 192khz), etc...
My car player is "only" able to play flac files at max 24 bit / 48khz.
Then I'm using dBpoweramp to convert my collection. My need is : resampling all flac files that are above 24 bit / 48khz, and copying the others without reencoding.
In addition to this, I need to manipulate artist tags to transform multi-artist to "artist1; artist2; ..." on ALL flac files (reencoded ones and copied ones too).
For now, I'm using a single FLAC encoder, with those DSPs:
* Conditional Encoding : action "Copy 1:1 source to destination", "if all conditions match" / Bitdepth "24 bit or below" / Sample rate "48khz or below"
* Bit Depth : Minimum "8 bit" / Maximum "24 bit" / Dither "Triangular TPDF"
* Resample : Minimum "8000" / Maximum "48000"
* ID Tag Processing : Manipulation "Multiple artists to 'Artist1; Artist2"
But my problem is that DSP effect "Conditional Encoding" block other dsps if the copy process is run (this is the main goal). Then, only reencoded files would be tag-processed.
If I want to process ID tags, I must launch a second run on the result of the first run, using only ID tag processing.
If you have any idea to do this in one run, I would be grateful.
My car player is "only" able to play flac files at max 24 bit / 48khz.
Then I'm using dBpoweramp to convert my collection. My need is : resampling all flac files that are above 24 bit / 48khz, and copying the others without reencoding.
In addition to this, I need to manipulate artist tags to transform multi-artist to "artist1; artist2; ..." on ALL flac files (reencoded ones and copied ones too).
For now, I'm using a single FLAC encoder, with those DSPs:
* Conditional Encoding : action "Copy 1:1 source to destination", "if all conditions match" / Bitdepth "24 bit or below" / Sample rate "48khz or below"
* Bit Depth : Minimum "8 bit" / Maximum "24 bit" / Dither "Triangular TPDF"
* Resample : Minimum "8000" / Maximum "48000"
* ID Tag Processing : Manipulation "Multiple artists to 'Artist1; Artist2"
But my problem is that DSP effect "Conditional Encoding" block other dsps if the copy process is run (this is the main goal). Then, only reencoded files would be tag-processed.
If I want to process ID tags, I must launch a second run on the result of the first run, using only ID tag processing.
If you have any idea to do this in one run, I would be grateful.
Comment