MJPEG: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs)
remove TODO
Raffriff42 (talk | contribs)
m link
Line 3: Line 3:
===== More Information =====
===== More Information =====
* [[AviSource]]
* [[AviSource]]
* [http://en.wikipedia.org/wiki/Motion_JPEG Wikipedia: Motion JPEG]  
* [https://en.wikipedia.org/wiki/Motion_JPEG#Encoding Wikipedia: Motion JPEG]  
* [http://wiki.multimedia.cx/index.php?title=MJPEG Multimedia.cx: MJPEG]
* [http://wiki.multimedia.cx/index.php?title=MJPEG Multimedia.cx: MJPEG]


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 07:12, 21 September 2014

MJPEG (Motion JPEG) is a video compression format in which each video frame or interlaced field is compressed separately as a JPEG image. As a popular video capture format, there are many proprietary MJPEG codecs - not all of which agree on such things as color matrix and/or luma range (if said codec outputs RGB)

More Information