31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
|
$OpenBSD: patch-convert_conf,v 1.1.1.1 2008/10/17 09:59:26 sthen Exp $
|
||
|
--- convert.conf.orig Fri Mar 28 16:04:54 2008
|
||
|
+++ convert.conf Sat May 24 22:52:44 2008
|
||
|
@@ -88,7 +88,7 @@ ogg ogg * *
|
||
|
-
|
||
|
|
||
|
ogg aif * *
|
||
|
- [sox] -t ogg $FILE$ -t raw -r 44100 -c 2 -w -s $-x$ -
|
||
|
+ [oggdec] -Q -o - $FILE$
|
||
|
|
||
|
wma wav * *
|
||
|
[wmadec] -r 44100 -b 16 -n 2 $FILE$
|
||
|
@@ -110,7 +110,7 @@ wvp wav * *
|
||
|
|
||
|
## you can comment this out if you want to use LAME to transcode AAC/MOV files to MP3.
|
||
|
mov aif * *
|
||
|
- [mov123] $FILE$
|
||
|
+ [faad] -w -f 2 $FILE$
|
||
|
|
||
|
wma wma squeezebox2 *
|
||
|
-
|
||
|
@@ -142,7 +142,7 @@ ape flc * *
|
||
|
[mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0 -
|
||
|
|
||
|
mov flc * *
|
||
|
- [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 -
|
||
|
|
||
|
alc flc * *
|
||
|
[alac] $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 -
|