Difference between revisions of "Documentation:Modules/mp4"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page marked up/adapted from source code/changelog)
 
m (Move shortcut(s) to template)
 
Line 2: Line 2:
  
 
The demux module is planned to support [[wikipedia:High Efficiency Image File Format|HEIF]] in future versions (currently in 4.0.0-dev) through a <code>heif</code> submodule.
 
The demux module is planned to support [[wikipedia:High Efficiency Image File Format|HEIF]] in future versions (currently in 4.0.0-dev) through a <code>heif</code> submodule.
 
* Shortcuts for the demuxer: none.
 
* Shortcuts for the muxer: <code>mp4</code>, <code>mov</code>, <code>3gp</code>.
 
* Shortcuts for the mp4frag sub-module: <code>mp4frag</code>, <code>mp4stream</code>.
 
  
 
== Demux ==
 
== Demux ==
{{Module|name=mp4|type=Access demux|first_version=0.5.0|description=[[MP4]] stream demuxer}}
+
{{Module|name=mp4|type=Access demux|first_version=0.5.0|description=[[MP4]] stream demuxer|sc=none}}
 
{{Option
 
{{Option
 
|name=mp4-m4a-audioonly
 
|name=mp4-m4a-audioonly
Line 18: Line 14:
  
 
== Mux ==
 
== Mux ==
{{Module|name=mp4|type=Muxer|description=[[MP4]]/[[MOV]] muxer}}
+
{{Module|name=mp4|type=Muxer|description=[[MP4]]/[[MOV]] muxer|sc=mp4|sc2=mov|sc3=3gp}}
 
{{Option
 
{{Option
 
|name=sout-mp4-faststart
 
|name=sout-mp4-faststart
Line 27: Line 23:
 
{{Clear}}
 
{{Clear}}
 
=== mp4frag ===
 
=== mp4frag ===
{{Module|name=mp4frag|type=Muxer|first_version=3.0.0|description=Fragmented and streamable MP4 muxer}}
+
{{Module|name=mp4frag|type=Muxer|first_version=3.0.0|description=Fragmented and streamable MP4 muxer|sc=mp4frag|sc2=mp4stream}}
 
{{Clear}}
 
{{Clear}}
  

Latest revision as of 07:37, 17 May 2019

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.

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) (none)

Mux

Module: mp4
Type Muxer
First VLC version -
Last VLC version -
Operating system(s) all
Description MP4/MOV muxer
Shortcut(s) mp4, mov, 3gp
  • 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) mp4frag, mp4stream

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.