-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecs.conf
83 lines (60 loc) · 1.54 KB
/
codecs.conf
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#########################################################################################
#
# Perl Audio Converter - default encoders / decoders
#
# FORMAT = encoder,decoder
#
# E = Supported Encoders
# D = Supported Decoders
#
# You can check any format by using the following:
#
# pacpl --encoder <format> or pacpl --decoder <format>
#
# The above two commands will show you what is supported, installed, and the default.
# Formats that only have one encoder/decoder are not listed in this file.
#
#########################################################################################
# AAC #
# E: avconv, faac, ffmpeg
# D: avconv, faad, ffmpeg, mplayer
AAC = faac,faad
# AC3 #
# E: aften, avconv, ffmpeg
# D: avconv, ffmpeg, mplayer
AC3 = ffmpeg,ffmpeg
# DTS #
# E: avconv, dcaenc, ffmpeg
# D: ffmpeg
DTS = ffmpeg,ffmpeg
# FLAC #
# encoders: flac, ffmpeg, avconv, flake
# decoders: flac, ffmpeg, avconv, mplayer
FLAC = flac,flac
# FLA #
# E: flac,
# D: flac, mplayer
FLA = flac,flac
# MP4 #
# E: faac, ffmpeg, avconv
# E: faad, ffmpeg, avconv, mplayer
MP4 = faac,faad
# MP3 #
# E: avconv, bladeenc, ffmpeg, gogo, lame, sox
# D: avconv, ffmpeg, lame, mplayer, sox
MP3 = lame,lame
# MP2 #
# E: avconv, ffmpeg, sox, toolame, twolame
# D: avconv, ffmpeg, mplayer
# OGG #
# E: avconv, ffmpeg, oggenc, sox
# D: avconv, ffmpeg, mplayer, oggdec, sox
OGG = oggenc,oggdec
# TTA #
# E: ttaenc
# D: avconv, ffmpeg, mplayer, ttaenc
TTA = ttaenc,ttaenc
# WV (WAVPACK) #
# E: avconv, ffmpeg, wavpack
# D: avconv, ffmpeg, mplayer, wvunpack
WV = wavpack,wvunpack