I've tried both the default ffmpeg decode:
- Code: Select all
ffmpeg -i %s -ab %bk -v 0 -f mp3 -
...as well as a custom two-part FLAC->LAME pipeline:
- Code: Select all
flac --totally-silent --decode --stdout %s
- Code: Select all
lame --silent -h -b %b -
Any assistance? Being able to seek is very important for me, so I'd be very sad if I couldn't get this working. Thanks!
