I'm trying to cut and fade out the last 4 seconds of a mp3 file:
avconv -i SPEX_pilot_02.mp3 -t 0:0:25 -filter:a fade=t=out:st=21:d=4 preteach-words.mp3
There is no error, but there is no fade out effect applied. ):
My version is avconv 0.8.10-6:0.8.10-0ubuntu0.13.10.1
avconv -filters | grep fade
gives me
fade Fade in/out input video
On the Official LibAV documentation the fade filter is only listed in the video filters section and is using frames as parameters.