Difference between revisions of "Mpjpeg"

From VideoLAN Wiki
Jump to navigation Jump to search
 
(→‎Module options: Remove section, the option --sout-mpjpeg-separator is obsolete)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
The '''Multipart JPEG''' [[muxer]].
 +
 +
== Container format ==
 
{{mux|id=mpjpeg|encoder=y}}
 
{{mux|id=mpjpeg|encoder=y}}
  
The '''Multipart JPEG''' [[muxer]].
+
=== Accepted video codecs ===
 +
* [[MJPG]]
 +
* [[JPEG]]
 +
* [[JFIF]]
 +
* [[JPGL]]
 +
* [[mjpa]]
 +
 
 +
==Source code==
 +
{{file|modules/mux/mpjpeg.c|output muxer}}

Latest revision as of 06:08, 24 March 2019

The Multipart JPEG muxer.

Container format

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

Accepted video codecs

Source code