# yuvplayer **Repository Path**: VenkeFan/yuvplayer ## Basic Information - **Project Name**: yuvplayer - **Description**: Raw YUV player which support various YUV format - **Primary Language**: C++ - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yuvplayer Lightweight YUV player which supports various YUV format Supporting Format * Planar format * YUV420 (YV12) * YUV422 (YV16) * YUV444 * RGB16 * RGB24 * RGB32 * Interleaved format * NV12 * NV21 * UYVY * VYUY Supporting Feature * Zoom (4:1 ~ 1:4) * Store frame to YUV/BMP Hot key * "→": frm-forward * "←": frm-backward * "↑": zoom-in * "↓": zoom-out * "p/space": play/pause toggle * "o": open * "g": goto a frame * "x": exit * "h" set size to 1080p(HD) * "s" set size to 720p(SD) * "c" set size to CIF * "q" set size to QCIF