Difference between revisions of "Documentation:Modules/mjpeg"
Jump to navigation
Jump to search
m (→Source code: New section) |
(Add information about packetiser) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Module|name=mjpeg|type= | + | == Demux == |
+ | {{Module|name=mjpeg|type=Access demux|description=[[M-JPEG]] camera demuxer}} | ||
+ | === Options === | ||
{{Option | {{Option | ||
|name=mjpeg-fps | |name=mjpeg-fps | ||
|value=float | |value=float | ||
− | |||
− | |||
|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 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.