-
-
Save 19317362/4c6cff3f44c0dd97f8d477b26a12eab1 to your computer and use it in GitHub Desktop.
YUV Sample files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.sunrayimage.com/examples.html | |
http://trace.eas.asu.edu/yuv/ 都是yuv420p的 | |
Example Images Download: | |
You can download the example images of all the suppoted formats in version 2. | |
(All in qcif format, 176x144) | |
RGB 4:4:4 format: | |
RGB-444-progressive-packed: tulips_rgb444_prog_packed_qcif.yuv. | |
RGB-444-progressive-planar: tulips_rgb444_prog_planar_qcif.yuv. | |
BGR-444-progressive-packed: tulips_bgr444_prog_packed_qcif.yuv. | |
BGR-444-progressive-planar: tulips_bgr444_prog_planar_qcif.yuv. | |
YUV 4:4:4 format: | |
YUV-444-interlaced-packed: tulips_yuv444_inter_packed_qcif.yuv. | |
YUV-444-interlaced-planar: tulips_yuv444_inter_planar_qcif.yuv. | |
YUV-444-progressive-packed: tulips_yuv444_prog_packed_qcif.yuv. | |
YUV-444-progressive-planar: tulips_yuv444_prog_planar_qcif.yuv. | |
YVU-444-interlaced-packed: tulips_yvu444_inter_packed_qcif.yuv. | |
YVU-444-interlaced-planar: tulips_yvu444_inter_planar_qcif.yuv. | |
YVU-444-progressive-packed: tulips_yvu444_prog_packed_qcif.yuv. | |
YVU-444-progressive-planar: tulips_yvu444_prog_planar_qcif.yuv. | |
UYV-444-interlaced-packed: tulips_uyv444_inter_packed_qcif.yuv. | |
UYV-444-interlaced-planar: tulips_uyv444_inter_planar_qcif.yuv. | |
UYV-444-progressive-packed: tulips_uyv444_prog_packed_qcif.yuv. | |
UYV-444-progressive-planar: tulips_uyv444_prog_planar_qcif.yuv. | |
YUV 4:2:2 format: | |
YUYV-422-interlaced-packed: tulips_yuyv422_inter_packed_qcif.yuv. | |
YUV-422-interlaced-planar <YV16>: tulips_yuv422_inter_planar_qcif.yuv. | |
YUYV-422-progressive-packed <YUY2, YUNV, V422, YUYV>: tulips_yuyv422_prog_packed_qcif.yuv. | |
YUY-422-progressive-planar: tulips_yuv422_prog_planar_qcif.yuv. | |
UYVY-422-interlaced-packed <IUYV>: tulips_uyvy422_inter_packed_qcif.yuv. | |
UYVY-422-progressive-packed <UYVY, UYNV, Y422 >: tulips_uyvy422_prog_packed_qcif.yuv. | |
YVYU-422-interlaced-packed: tulips_yvyu422_inter_packed_qcif.yuv. | |
YVU-422-interlaced-planar: tulips_yvu422_inter_planar_qcif.yuv. | |
YVYU-422-progressive-packed <YVYU>: tulips_yvyu422_prog_packed_qcif.yuv. | |
YVU-422-progressive-planar: tulips_yvu422_prog_planar_qcif.yuv. | |
YUV 4:2:0 format: | |
YUV-420-interlaced-planar: tulips_yuv420_inter_planar_qcif.yuv. | |
YUV-420-progressive-planar <IYUV, I420>: tulips_yuv420_prog_planar_qcif.yuv. | |
YVU-420-interlaced-planar <YV12>: tulips_yvu420_inter_planar_qcif.yuv. | |
YVU-420-progressive-planar : tulips_yvu420_prog_planar_qcif.yuv. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment