Difference between revisions of "Documentation:Modules/a52"
Jump to navigation
Jump to search
(Create page marked up/adapted from source code. I reproduced the notice from modules/codec/a52.c regarding special licencing) |
m (Undo revision 61656 by DoesItReallyMatter (talk)) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Module|name=a52|type=Access demux|description=ATSC [[A/52]] (AC-3) audio decoder}} | + | {{See also|Documentation:Modules/es}} |
− | + | {{Module|name=a52|type=Access demux|description=ATSC [[A/52]] (AC-3) audio decoder|sc=none}} | |
− | |||
{{Clear}} | {{Clear}} | ||
Line 23: | Line 22: | ||
== Source code == | == Source code == | ||
* {{VLCSourceFile|modules/codec/a52.c}} | * {{VLCSourceFile|modules/codec/a52.c}} | ||
+ | * {{VLCSourceFile|modules/packetizer/a52.c}} | ||
{{Documentation}} | {{Documentation}} |
Latest revision as of 03:49, 31 May 2019
See also: Documentation:Modules/es
Module: a52 | |
---|---|
Type | Access demux |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | ATSC A/52 (AC-3) audio decoder |
Shortcut(s) | (none) |
There is a comment in the code:
/***************************************************************************** * NOTA BENE: this module requires the linking against a library which is * known to require licensing under the GNU General Public License version 2 * (or later). Therefore, the result of compiling this module will normally * be subject to the terms of that later license. *****************************************************************************/
Options
- a52-dynrng <boolean> : Dynamic range compression makes the loud sounds softer, and the soft sounds louder, so you can more easily listen to the stream in a noisy environment without disturbing anyone. If you disable the dynamic range compression the playback will be more adapted to a movie theater or a listening room default value: enabled
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.