Difference between revisions of "Mpjpeg"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
The '''Multipart JPEG''' [[muxer]]. | The '''Multipart JPEG''' [[muxer]]. | ||
+ | |||
+ | ==Module options== | ||
+ | * sout-mpjpeg-separator ([[string]]) | ||
+ | *: Multipart strings like MPJPEG use a specific string to separate its content pieces. You can select this string. Default is "--myboundary". | ||
+ | |||
+ | ==Source code== | ||
+ | {{file|modules/mux/mpjpeg.c|output muxer}} |
Revision as of 00:10, 17 December 2006
mpjpeg
|
VLC can encode and decode this container. The module name to use at the command line is mpjpeg. |
The Multipart JPEG muxer.
Module options
- sout-mpjpeg-separator (string)
- Multipart strings like MPJPEG use a specific string to separate its content pieces. You can select this string. Default is "--myboundary".
Source code
- modules/mux/mpjpeg.c (output muxer)