diff options
Diffstat (limited to 'audio/squeezeboxserver/files/patch-convert.conf')
-rw-r--r-- | audio/squeezeboxserver/files/patch-convert.conf | 50 |
1 files changed, 20 insertions, 30 deletions
diff --git a/audio/squeezeboxserver/files/patch-convert.conf b/audio/squeezeboxserver/files/patch-convert.conf index 299438e1fbf1..76e11f05dcad 100644 --- a/audio/squeezeboxserver/files/patch-convert.conf +++ b/audio/squeezeboxserver/files/patch-convert.conf @@ -1,47 +1,37 @@ ---- convert.conf.orig 2008-12-19 17:30:03.000000000 -0800 -+++ convert.conf 2008-12-22 13:32:09.000000000 -0800 -@@ -75,7 +75,7 @@ +--- convert.conf.orig 2009-01-23 19:23:04.000000000 +0100 ++++ convert.conf 2009-01-23 19:21:33.000000000 +0100 +@@ -74,8 +74,8 @@ + # specific combinations match before wildcards mov mp3 * * - # FRB:{BITRATE=-B %B} -- [mov123] $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ -r --big-endian - - -+ [faad] $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r --big-endian - - +- # FRB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} +- [mov123] $FILE$ | [lame] -s 44100 --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ -r --big-endian - - ++ # FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} ++ [faad] -q -w -f 2 $FILE$ | [lame] -s 44100 --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ -r --little-endian - - alc mp3 * * # FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} -@@ -83,7 +83,7 @@ +@@ -158,9 +158,9 @@ + [wvunpack] $FILE$ -rq $START$ $END$ -o - - ogg mp3 * * - # IFB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} -- [sox] -t ogg $FILE$ -t wav -w - | [lame] --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ - - -+ [oggdec] -Q -o - $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ --abr $BITRATE$ -r --big-endian - - - - wav mp3 * * - # IFB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D} -@@ -160,7 +160,7 @@ ## you can comment this out if you want to use LAME to transcode AAC/MOV files to MP3. - mov aif * * - # FR +-mov aif * * +- # FR - [mov123] $FILE$ -+ [faad] -w -f 2 $FILE$ ++mov wav * * ++ # F ++ [faad] -w -q $FILE$ wma wma * * - -@@ -183,7 +183,7 @@ - - ogg flc * * - # IFRD:{RESAMPLE=-r %d} -- [sox] $RESAMPLE$ -t ogg $FILE$ -t wav - | [flac] -cs --compression-level-0 --totally-silent - -+ [oggdec] -Q -o - $FILE$ | [flac] -cs --compression-level-0 --totally-silent --endian big --channels 2 --bps 16 --sample-rate 44100 --sign signed - - - wma flc * * - # F:{PATH=%f}R:{PATH=%F} -@@ -199,7 +199,7 @@ +@@ -198,8 +198,8 @@ + [mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0 - mov flc * * - # FR +- # FR - [mov123] $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 - -+ [faad ] -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 - ++ # F ++ [faad] -w -q -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 - alc flc * * # F |