Difference between revisions of "Documentation:Modules/es"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page, marked up/adapted from program output)
 
(Expand, new section →‎Demux)
Line 1: Line 1:
{{Module|name=es|type=Stream output|description=[[Elementary stream]] output}}
+
== Demux ==
 +
{{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}}
 +
 
 +
=== Options ===
 +
None.
 +
 
 +
=== MPEG-4 video ===
 +
{{Module|name=es|type=Access demux|description=[[MPEG-4]] video|sc=m4v|sc2=mp4v}}
 +
 
 +
==== Options ====
 +
{{Option
 +
|name=es-fps
 +
|value=float
 +
|default=25
 +
|description=This is the [[frame rate]] used as a fallback when playing MPEG video [[elementary stream]]s.
 +
}}
 +
{{Clear}}
 +
 
 +
== Stream output ==
 +
{{Module|name=es|type=Stream output|description=[[Elementary stream]] output|sc=es}}
  
 
As of VLC 2.2.0 all elementary streams are streamed by default. This can be overridden with <code>--no-sout-all</code>.  
 
As of VLC 2.2.0 all elementary streams are streamed by default. This can be overridden with <code>--no-sout-all</code>.  
  
== Options ==
+
=== Options ===
=== Generic ===
+
==== Generic ====
 
{{Option
 
{{Option
 
|name=sout-es-access
 
|name=sout-es-access
Line 21: Line 40:
 
}}
 
}}
  
=== Audio ===
+
==== Audio ====
 
{{Option
 
{{Option
 
|name=sout-es-access-audio
 
|name=sout-es-access-audio
Line 38: Line 57:
 
}}
 
}}
  
=== Video ===
+
==== Video ====
 
{{Option
 
{{Option
 
|name=sout-es-access-video
 
|name=sout-es-access-video
Line 56: Line 75:
  
 
== Source code ==
 
== Source code ==
 +
* {{VLCSourceFile|modules/demux/mpeg/es.c}}
 
* {{VLCSourceFile|modules/stream_out/es.c}}
 
* {{VLCSourceFile|modules/stream_out/es.c}}
  
 
{{Documentation}}
 
{{Documentation}}

Revision as of 09:04, 28 May 2019

Demux

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

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 GuideStreaming HowToHacker GuideModules)
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.