MJPEG: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m 1 revision
Raffriff42 (talk | contribs)
remove TODO
Line 1: Line 1:
TODO
'''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_conversions|color matrix and/or luma range]] (if said codec outputs RGB)
 
===== More Information =====
* [[AviSource]]
* [http://en.wikipedia.org/wiki/Motion_JPEG Wikipedia: Motion JPEG]
* [http://wiki.multimedia.cx/index.php?title=MJPEG Multimedia.cx: MJPEG]


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

Revision as of 04:03, 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