JJZolx;356436 Wrote: 
> You'd have the much simpler rule:
> 
> > 
Code:
--------------------
  >   > wvp mp3 * *
  >     # F
  >     [wvunpack] $FILE$ -wq --skip=$START$ --until=$END$ -o - | [lame] 
--resample 44100 --silent -q $QUALITY$ -v -B $BITRATE$ - -
--------------------
> > 

Looking at that again, if default values were used, then it would
actually require:


Code:
--------------------
    wvp mp3 * *
        # FTUB
        [wvunpack] $FILE$ -wq --skip=$START$ --until=$END$ -o - | [lame] 
--resample 44100 --silent -q $QUALITY$ -v -B $BITRATE$ - -
--------------------


Still, much simpler.


-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=54331

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

Reply via email to