Documentation:Modules/avformat
Jump to navigation
Jump to search
See also: Documentation:Modules/avcodec
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
- (folder)
- modules/demux/avformat/avformat.c (file)
- modules/codec/avcodec/avcommon.h (header, defines AV_OPTIONS_LONGTEXT and AV_RESET_TS_LONGTEXT shown here)
- modules/demux/avformat/avformat.h (header, defines MUX_LONGTEXT and FORMAT_LONGTEXT shown here)
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.