diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
| commit | b6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch) | |
| tree | f2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /audio/squeezeboxserver/files/patch-convert.conf | |
| parent | e892f2bbcdaf08e461fb47a64eee749e1a02fe85 (diff) | |
Diffstat (limited to 'audio/squeezeboxserver/files/patch-convert.conf')
| -rw-r--r-- | audio/squeezeboxserver/files/patch-convert.conf | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/audio/squeezeboxserver/files/patch-convert.conf b/audio/squeezeboxserver/files/patch-convert.conf deleted file mode 100644 index 76e11f05dcad..000000000000 --- a/audio/squeezeboxserver/files/patch-convert.conf +++ /dev/null @@ -1,37 +0,0 @@ ---- 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}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} -@@ -158,9 +158,9 @@ - [wvunpack] $FILE$ -rq $START$ $END$ -o - - - ## you can comment this out if you want to use LAME to transcode AAC/MOV files to MP3. --mov aif * * -- # FR -- [mov123] $FILE$ -+mov wav * * -+ # F -+ [faad] -w -q $FILE$ - - wma wma * * - - -@@ -198,8 +198,8 @@ - [mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0 - - - mov flc * * -- # FR -- [mov123] $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 |
