Difference between revisions of "Documentation:Modules/flac"
Jump to navigation
Jump to search
(Add shortcuts, category) |
(Add information about packetiser) |
||
Line 17: | Line 17: | ||
== Demux == | == Demux == | ||
{{Module|name=flac|type=Access demux|description=FLAC demuxer|sc=flac}} | {{Module|name=flac|type=Access demux|description=FLAC demuxer|sc=flac}} | ||
+ | |||
+ | === Options === | ||
+ | None. | ||
+ | {{Clear}} | ||
+ | |||
+ | == Packetizer == | ||
+ | {{Module|name=flac|type=Packetizer|description=Flac audio packetizer|sc=none}} | ||
=== Options === | === Options === | ||
Line 25: | Line 32: | ||
* {{VLCSourceFile|modules/codec/flac.c}} | * {{VLCSourceFile|modules/codec/flac.c}} | ||
* {{VLCSourceFile|modules/demux/flac.c}} | * {{VLCSourceFile|modules/demux/flac.c}} | ||
+ | * {{VLCSourceFile|modules/packetizer/flac.c}} | ||
{{Documentation footer}} | {{Documentation footer}} |
Latest revision as of 07:56, 17 May 2019
FLAC is supported through libflac.
Contents
Decoder
Module: flac | |
---|---|
Type | Audio decoder |
First VLC version | 0.5.2 |
Last VLC version | - |
Operating system(s) | all |
Description | FLAC audio decoder |
Shortcut(s) | flac
|
Options
None.
Encoder
Module: flac | |
---|---|
Type | Audio encoder |
First VLC version | 0.7.0 |
Last VLC version | - |
Operating system(s) | all |
Description | FLAC audio encoder |
Shortcut(s) | flac
|
Options
None.
Demux
Module: flac | |
---|---|
Type | Access demux |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | FLAC demuxer |
Shortcut(s) | flac
|
Options
None.
Packetizer
Module: flac | |
---|---|
Type | Packetizer |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Flac audio packetizer |
Shortcut(s) | (none) |
Options
None.
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.