Hi all,
I would like to make extracts with some nice fading effects. So, I use the Grabber DSP to grab 30 seconds from my song, and then I use the Fade DSP to add the fading effects.
Here is the command line corresponding to the DSP part that I use :
(please note that my extract begins at 30s, not at 0s)
The result is a 30s file, with a fade-in, but no fade-out !
I have tried this combination with the graphical interface of dbPowerAmp, with the same result.
So, is this behaviour expected, or am I missing something ?
I would like to make extracts with some nice fading effects. So, I use the Grabber DSP to grab 30 seconds from my song, and then I use the Fade DSP to add the fading effects.
Here is the command line corresponding to the DSP part that I use :
Code:
-dspeffect1="Grabber=-lengthms={qt}30000{qt} -position={qt}30000{qt}" -dspeffect2="Fade=-inlengthms={qt}4000{qt} -outlengthms={qt}3000{qt}"
The result is a 30s file, with a fade-in, but no fade-out !
I have tried this combination with the graphical interface of dbPowerAmp, with the same result.
So, is this behaviour expected, or am I missing something ?
Comment