blob: 5b2ebb03eb2d518531ac4bfe3ba3448d7ea73782 (
plain) (
blame)
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
|
name=Ogg Vorbis (oggenc)
ext=ogg
command=oggenc -q 5 -o %o -
use_16bit=true
tags=true
name=MPEG layer 3, 320 kB/s (lame)
ext=mp3
command=lame --preset cbr 320 - %o
use_16bit=true
tags=true
name=MPEG layer 3, 192 kB/s (lame)
ext=mp3
command=lame -V2 - %o
use_16bit=true
tags=true
name=MPEG layer 3, 128 kB/s (lame)
ext=mp3
command=lame --preset cbr 128 - %o
use_16bit=true
tags=true
name=WavPack
ext=wv
command=wavpack -i - -o %o
use_16bit=false
tags=true
name=FLAC
ext=flac
command=flac -o %o -5 -
use_16bit=false
tags=true
|