Huffyuv: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m 1 revision |
Raffriff42 (talk | contribs) m use Template:BenRGMirror |
||
| Line 1: | Line 1: | ||
Huffyuv is a lossless video codec created by BenRG (the original developer of AviSynth), patterned after JPEG-LS. It supports RGB, UYVY, and YUY2. | Huffyuv is a lossless video codec created by BenRG (the original developer of AviSynth), patterned after JPEG-LS. It supports RGB, UYVY, and YUY2. | ||
Its homepage used to be at | Its homepage used to be at <span style="color:#c00000"><nowiki>http://math.berkeley.edu/~benrg/huffyuv.html</nowiki></span> but has disappeared. Version 2.1.1 (binaries and source) is downloadable at [{{BenRGMirror}}/huffyuv.html Donald Graft's mirror]. | ||
Latest Huffyuv can be found here: [http://www.doom9.org/index.html?/software2.htm Huffyuv v2.1.1 CCE SP-Patch v0.2.5, released Dec 22, 2003]. Get the file huffyuv_ccesp-patch_025.zip. | Latest Huffyuv can be found here: [http://www.doom9.org/index.html?/software2.htm Huffyuv v2.1.1 CCE SP-Patch v0.2.5, released Dec 22, 2003]. Get the file huffyuv_ccesp-patch_025.zip. | ||
Latest revision as of 21:32, 17 September 2014
Huffyuv is a lossless video codec created by BenRG (the original developer of AviSynth), patterned after JPEG-LS. It supports RGB, UYVY, and YUY2.
Its homepage used to be at http://math.berkeley.edu/~benrg/huffyuv.html but has disappeared. Version 2.1.1 (binaries and source) is downloadable at Donald Graft's mirror.
Latest Huffyuv can be found here: Huffyuv v2.1.1 CCE SP-Patch v0.2.5, released Dec 22, 2003. Get the file huffyuv_ccesp-patch_025.zip.
Another implementation exists within libavcodec (MPlayer, FFDShow, etc), which extends the format to support YV12.