Difference between revisions of "Documentation:Modules/es"
Jump to navigation
Jump to search
m (→Demux: {{Clear}}) |
m (→Demux: See also: Documentation:Modules/a52) |
||
Line 1: | Line 1: | ||
== Demux == | == Demux == | ||
+ | {{See also|Documentation:Modules/a52}} | ||
{{Module|name=es|type=Access demux|description=[[MPEG-1|MPEG-I]]/[[MPEG-2|II]]/[[MPEG-4|4]] / [[A52]] / [[DTS]] / MLP audio|sc=mpga|sc2=mp3|sc3=m4a|sc4=mp4a|sc5=aac|sc6=ac3|sc7=a52|sc8=eac3|sc9=dts|sc10=mlp|sc11=thd}} | {{Module|name=es|type=Access demux|description=[[MPEG-1|MPEG-I]]/[[MPEG-2|II]]/[[MPEG-4|4]] / [[A52]] / [[DTS]] / MLP audio|sc=mpga|sc2=mp3|sc3=m4a|sc4=mp4a|sc5=aac|sc6=ac3|sc7=a52|sc8=eac3|sc9=dts|sc10=mlp|sc11=thd}} | ||
Latest revision as of 09:09, 28 May 2019
Contents
Demux
See also: Documentation:Modules/a52
Module: es | |
---|---|
Type | Access demux |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | MPEG-I/II/4 / A52 / DTS / MLP audio |
Shortcut(s) | mpga , mp3 , m4a , mp4a , aac , ac3 , a52 , eac3 , dts , mlp , thd
|
Options
None.
MPEG-4 video
Module: es | |
---|---|
Type | Access demux |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | MPEG-4 video |
Shortcut(s) | m4v , mp4v
|
Options
- es-fps <float> : This is the frame rate used as a fallback when playing MPEG video elementary streams. default value: 25
Stream output
Module: es | |
---|---|
Type | Stream output |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Elementary stream output |
Shortcut(s) | es
|
As of VLC 2.2.0 all elementary streams are streamed by default. This can be overridden with --no-sout-all
.
Options
Generic
- sout-es-access <string> : This is the default output access method that will be used
- sout-es-mux <string> : This is the default muxer method that will be used
- sout-es-dst <string> : This is the default output URI
Audio
- sout-es-access-audio <string> : This is the output access method that will be used for audio
- sout-es-mux-audio <string> : This is the muxer that will be used for audio
- sout-es-dst-audio <string> : This is the output URI that will be used for audio
Video
- sout-es-access-video <string> : This is the output access method that will be used for video
- sout-es-mux-video <string> : This is the muxer that will be used for video
- sout-es-dst-video <string> : This is the output URI that will be used for video
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.