blob: 19940dea6180e2f267a5234d8010898b037143a3 (
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
|
Describe AacPreset here
[[!format txt """
[_presets_]
version=0.10
element-name=GstFAAC
[Profile Low Complexity]
_meta/comment=Low Complexity Profile
profile=LC
[Profile Main]
_meta/comment=Main Profile
profile=MAIN
[Profile Sample Rate Scalable]
_meta/comment=Sample Rate Scalable Profile
profile=SSR
[Profile Long Term Prediction]
_meta/comment=Long Term Prediction Profile
profile=LTP
[Quality Low]
_meta/comment=Low quality
bitrate=96000
[Quality Normal]
bitrate=128000
[Quality High]
bitrate=200000
"""]]
|