Documentation:Modules/mp4
< Documentation:Modules
Jump to navigation
Jump to search
Revision as of 07:43, 25 March 2019 by DoesItReallyMatter (talk | contribs) (Create page marked up/adapted from source code/changelog)
Support for fragmented MP4 muxing/demuxing was added in VLC 3.0.0.
The demux module is planned to support HEIF in future versions (currently in 4.0.0-dev) through a heif
submodule.
- Shortcuts for the demuxer: none.
- Shortcuts for the muxer:
mp4
,mov
,3gp
. - Shortcuts for the mp4frag sub-module:
mp4frag
,mp4stream
.
Contents
Demux
Module: mp4 | |
---|---|
Type | Access demux |
First VLC version | 0.5.0 |
Last VLC version | - |
Operating system(s) | all |
Description | MP4 stream demuxer |
Shortcut(s) | - |
- mp4-m4a-audioonly <boolean> : Ignore non audio tracks from iTunes audio files default value: disabled
Mux
Module: mp4 | |
---|---|
Type | Muxer |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | MP4/MOV muxer |
Shortcut(s) | - |
- sout-mp4-faststart <boolean> : Create "Fast Start" files. "Fast Start" files are optimized for downloads and allow the user to start previewing the file while it is downloading default value: enabled
mp4frag
Module: mp4frag | |
---|---|
Type | Muxer |
First VLC version | 3.0.0 |
Last VLC version | - |
Operating system(s) | all |
Description | Fragmented and streamable MP4 muxer |
Shortcut(s) | - |
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.