summaryrefslogtreecommitdiff
blob: 8500e3d57071a706d4b8289df56d3c8120e79c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- convert.conf.old	2009-01-21 12:10:24.000000000 +0000
+++ convert.conf	2009-01-21 20:22:05.000000000 +0000
@@ -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 --big-endian - -
 
 alc mp3 * *
 	# FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
@@ -158,9 +158,12 @@
 	[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 aif * *
+#	# FR
+#	[mov123] $FILE$
+mov wav * *
+	# F
+	[faad] -q -w -f 2 $FILE$
 
 wma wma * *
 	-
@@ -198,8 +201,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] -q -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -
 
 alc flc * *
 	# F