Difference between revisions of "Documentation:Modules/mjpeg"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Module: type=Access demux)
(Add information about packetiser)
 
Line 1: Line 1:
 +
== Demux ==
 
{{Module|name=mjpeg|type=Access demux|description=[[M-JPEG]] camera demuxer}}
 
{{Module|name=mjpeg|type=Access demux|description=[[M-JPEG]] camera demuxer}}
  
 +
=== Options ===
 
{{Option
 
{{Option
 
|name=mjpeg-fps
 
|name=mjpeg-fps
 
|value=float
 
|value=float
|min=-340282346638528859811704183484516925440.000000
 
|max=340282346638528859811704183484516925440.000000
 
 
|description=This is the desired frame rate when playing MJPEG from a file. Use 0 (this is the default value) for a live stream (from a camera)
 
|description=This is the desired frame rate when playing MJPEG from a file. Use 0 (this is the default value) for a live stream (from a camera)
 
|default=0
 
|default=0
 
}}
 
}}
 +
{{Clear}}
 +
 +
== Packetizer ==
 +
{{Module|name=mjpeg|type=Packetizer|description=MJPEG video packetizer|sc=none}}
 +
 +
=== Options ===
 +
None.
 +
{{Clear}}
  
 
== Source code ==
 
== Source code ==
 
* {{VLCSourceFile|modules/demux/mjpeg.c}}
 
* {{VLCSourceFile|modules/demux/mjpeg.c}}
 +
* {{VLCSourceFile|modules/packetizer/mjpeg.c}}
  
 
{{Documentation}}
 
{{Documentation}}

Latest revision as of 07:52, 17 May 2019

Demux

Module: mjpeg
Type Access demux
First VLC version -
Last VLC version -
Operating system(s) all
Description M-JPEG camera demuxer
Shortcut(s) -

Options

  • mjpeg-fps <float> : This is the desired frame rate when playing MJPEG from a file. Use 0 (this is the default value) for a live stream (from a camera) default value: 0

Packetizer

Module: mjpeg
Type Packetizer
First VLC version -
Last VLC version -
Operating system(s) all
Description MJPEG video packetizer
Shortcut(s) (none)

Options

None.

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.