"Fossies" - the Fresh Open Source Software Archive 
Member "pacpl-code/codecs.conf" (9 Feb 2021, 1580 Bytes) of package /linux/privat/pacpl-6.1.3.tar.bz2:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Generic config files source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "codecs.conf":
6.1.2_vs_6.1.3.
1 #########################################################################################
2 #
3 # Perl Audio Converter - default encoders / decoders
4 #
5 # FORMAT = encoder,decoder
6 #
7 # E = Supported Encoders
8 # D = Supported Decoders
9 #
10 # You can check any format by using the following:
11 #
12 # pacpl --encoder <format> or pacpl --decoder <format>
13 #
14 # The above two commands will show you what is supported, installed,
15 # and the default.
16
17 # Formats that only have one encoder/decoder are not listed in this file.
18 #
19 #########################################################################################
20
21
22 # AAC #
23 # E: avconv, faac, ffmpeg
24 # D: avconv, faad, ffmpeg, mplayer
25
26 AAC = faac,faad
27
28 # AC3 #
29 # E: aften, avconv, ffmpeg
30 # D: avconv, ffmpeg, mplayer
31
32 AC3 = ffmpeg,ffmpeg
33
34 # DTS #
35 # E: avconv, dcaenc, ffmpeg
36 # D: ffmpeg
37
38 DTS = ffmpeg,ffmpeg
39
40 # FLAC #
41 # encoders: flac, ffmpeg, avconv, flake
42 # decoders: flac, ffmpeg, avconv, mplayer
43
44 FLAC = flac,flac
45
46 # FLA #
47 # E: flac,
48 # D: flac, mplayer
49
50 FLA = flac,flac
51
52 # MP4 #
53 # E: faac, ffmpeg, avconv
54 # E: faad, ffmpeg, avconv, mplayer
55
56 MP4 = faac,faad
57
58 # MP3 #
59 # E: avconv, bladeenc, ffmpeg, gogo, lame, sox
60 # D: avconv, ffmpeg, lame, mplayer, sox
61
62 MP3 = lame,lame
63
64 # MP2 #
65 # E: avconv, ffmpeg, sox, toolame, twolame
66 # D: avconv, ffmpeg, mplayer
67
68 # OGG #
69 # E: avconv, ffmpeg, oggenc, sox
70 # D: avconv, ffmpeg, mplayer, oggdec, sox
71
72 OGG = oggenc,oggdec
73
74 # TTA #
75 # E: ttaenc
76 # D: avconv, ffmpeg, mplayer, ttaenc
77
78 TTA = ttaenc,ttaenc
79
80 # WV (WAVPACK) #
81 # E: avconv, ffmpeg, wavpack
82 # D: avconv, ffmpeg, mplayer, wvunpack
83
84 WV = wavpack,wvunpack