Difference between revisions of "MJPEG"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Reverted edits by WzrIvz (Talk); changed back to last version by H2g2bob)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{mux|id=mjpg|encoder=n}}
+
{{mux|id=mjpeg|encoder=n}}
 
'''Motion JPEG''' (M-JPEG) is a file containing a sequence of unconnected [[JPEG]] files.
 
'''Motion JPEG''' (M-JPEG) is a file containing a sequence of unconnected [[JPEG]] files.
  
 
==Module options==
 
==Module options==
* --mjpeg-fps ([[float]])
+
{{See|Documentation:Modules/mjpeg}}
*: Frames per second when playing MJPEG. Use 0 (the default) when playing from a live stream such as a camera.
 
  
 
== Source code ==
 
== Source code ==
 
{{file|modules/demux/mjpeg.c|input demuxer}}
 
{{file|modules/demux/mjpeg.c|input demuxer}}

Latest revision as of 20:39, 25 February 2019

mjpeg
VLC can decode this container.
The module name to use at the command line is mjpeg.

Motion JPEG (M-JPEG) is a file containing a sequence of unconnected JPEG files.

Module options

See Documentation:Modules/mjpeg

Source code