Difference between revisions of "Documentation:Modules/flac"
Jump to navigation
Jump to search
(Create page marked up/adapted from source code/changelog) |
(Add shortcuts, category) |
||
Line 1: | Line 1: | ||
− | + | [[FLAC]] is supported through libflac. | |
− | + | == Decoder == | |
+ | {{Module|name=flac|type=Audio decoder|first_version=0.5.2|description=FLAC audio decoder|sc=flac}} | ||
− | == Options == | + | === Options === |
None. | None. | ||
+ | {{Clear}} | ||
+ | |||
+ | == Encoder == | ||
+ | {{Module|name=flac|type=Audio encoder|first_version=0.7.0|description=FLAC audio encoder|sc=flac}} | ||
+ | |||
+ | === Options === | ||
+ | None. | ||
+ | {{Clear}} | ||
+ | |||
+ | == Demux == | ||
+ | {{Module|name=flac|type=Access demux|description=FLAC demuxer|sc=flac}} | ||
+ | |||
+ | === Options === | ||
+ | None. | ||
+ | {{Clear}} | ||
== Source code == | == Source code == | ||
* {{VLCSourceFile|modules/codec/flac.c}} | * {{VLCSourceFile|modules/codec/flac.c}} | ||
+ | * {{VLCSourceFile|modules/demux/flac.c}} | ||
{{Documentation footer}} | {{Documentation footer}} |
Revision as of 07:13, 17 May 2019
FLAC is supported through libflac.
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.
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.