bpa;524912 Wrote: 
> For SliMP3 with mplayer - I think the workaround is to always use a "-b
> 64" and not $BITRATE$ 
> 
> If you have other players then you should have a special line in the
> conf file for Slimp3 class of players as well the standard one.

Hello BPA:
thanks again for your help!
Unfortunately, the problem persists - SLIMP3 keeps rebuffering and it
converts to 320kbps

This is how I implemented your suggestion in my custom-convert.conf
Is this correctly implemented?

wma mp3 * *
# FR
[mplayer] -really-quiet -vc null -vo null -cache 128 -af
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=-
$FILE$ | [lame] --silent -r -q $QUALITY$ -b $BITRATE$ - - 2>/dev/null

wma mp3 slimp3 *
# FR
[mplayer] -really-quiet -vc null -vo null -cache 128 -af
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=-
$FILE$ | [lame] --silent -r -q $QUALITY$ -b "-b 64" - - 2>/dev/null

Thanks again;
Heiner

P.S. I also tried 
... -q $QUALITY$ -b 64 - - 2>/dev/null
instead of 
... -q $QUALITY$ -b "-b 64" - - 2>/dev/null

with the same neg. outcome....


-- 
slimhase
------------------------------------------------------------------------
slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958
View this thread: http://forums.slimdevices.com/showthread.php?t=63124

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to