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)
(The module name is "mjpeg" not "mjpg")
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.
  

Revision as of 23:20, 24 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

  • --mjpeg-fps (float)
    Frames per second when playing MJPEG. Use 0 (the default) when playing from a live stream such as a camera.

Source code