Algorithm info: v4 | htdemucs_ft (wav output to iTunes m4a converted / back to wav) #2
Submitted by Bas Curtiz
sanity check
Shifts: 1
Overlap: 0.25
Pitch: 0
All other options disabled
wav output PCM_16
Time Elapsed: 00:18:22
In order to properly align the offset created by m4a codec, I used:
for file in /mnt/d/demucs/*.wav; do
ffmpeg -ss 00:00.00001 -i "$file" -c copy "/mnt/d/demucs/0001/$(basename "$file")"
done
This entry is to inspect how much SDR degrades when input is m4a VBR by iTunes:
https://mvsep.com/quality_checker/entry/4745
Date added: 2023-08-22 |