Documentation:Modules/es

From VideoLAN Wiki
Jump to navigation Jump to search

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.