bpa;209850 Wrote: 
> SSODS has a special mplayer called mplayer-stdout and special conf
> command because of limitations in the Linux on DS products.  I think
> the following may work.  However the processing power of the DS may
> mean that only wma->wav may work. Encoding into Flac or MP3 may require
> too much cpu to encode in realtime.
> 
> > 
Code:
--------------------
  >   > 
  > wma wav * *
  > [mplayer-stdout] -really-quiet -vc null -vo null -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:waveheader:file=- $FILE$ 
2>/dev/null
  > wma mp3 * *
  > [mplayer-stdout] -really-quiet -vc null -vo null  -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=- $FILE$ 
2>/dev/null | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - - 2>/dev/null
  > wma flc * *
  > [mplayer-stdout] -really-quiet -vc null -vo null  -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=- $FILE$ 
2>/dev/null | [flac] -cs --endian=little --channels=2 --sign=signed --bps=16 
--sample-rate=44100 --compression-level-0 - - 2>/dev/null
  > 
--------------------
> > 

Where do I put this ? In the custom-convert.conf ? Or in one of the
others .conf ?


-- 
Bergowitz
------------------------------------------------------------------------
Bergowitz's Profile: http://forums.slimdevices.com/member.php?userid=11947
View this thread: http://forums.slimdevices.com/showthread.php?t=36242

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to