Documentation:Modules/avformat

From VideoLAN Wiki
Jump to navigation Jump to search

Muxing options are provided as a sub-module and internally depend on the variable ENABLE_SOUT.

Demux

Module: avformat
Type Access demux
First VLC version -
Last VLC version -
Operating system(s) all
Description Avformat demuxer
Shortcut(s) -
  • avformat-format <string> : Internal libavcodec format name default value: NULL
  • avformat-options <string> : Advanced options, in the form {opt=val,opt2=val2} default value: NULL

Mux

Module: avformat
Type Muxer
First VLC version -
Last VLC version -
Operating system(s) all
Description Avformat muxer
Shortcut(s) -
  • sout-avformat-mux <string> : Force use of a specific avformat muxer default value: NULL
  • sout-avformat-options <string> : Advanced options, in the form {opt=val,opt2=val2} default value: NULL
  • sout-avformat-reset-ts <boolean> : The muxed content will start near a 0 timestamp default value: disabled

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.