RAW yuv player project is moved to GITHUB.
Visit: https://github.com/Tee0125/yuvplayer
Old description:
Lightweight player for raw YUV/UYVY files.
Features
- Support Planar YUV formats (YUV444/YUV422/YUV420/Y)
- Support Packed YUV formats (UYVY/NV12/NV21)
- Support Planar RGB formats (RGB32/RGB24/RGB16)
- Support zooming with nearest neighborhood method (4:1 ~ 1:4)
- Can save frame to image
License
BSD LicenseFollow YUV Player
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent Jobs. Additionally, I write some suggestions. [1] Hotkey for Size->Custom : will be useful [2] Description for hotkey in homepage "→" frm-forward, "←" frm-backward, "↑" zoom-in, "↓" zoom-out "p/space" play/pause toggle, "o" open, "g" goto a frm, "x" exit "h/s/c/q" set size to 1080p/720p/cif/qcif [3] Default detecting for typical-sized yuv420 I inserted some detecting codes into FileOpen() e.g. size match: if( (size%(1920*1080*3/2))==0 ) uGuess = ID_SIZE_HD; e.g. string match: if( path[i:i+2]=="416" ) uGuess = ID_SIZE_WQVGA;
-
1. *.* mask should be added to open file dialog, imho. 2. SD (standard definition) is 720x576 for PAL/SECAM or 720x480 for NTSC. More correct: SD is 576i/480i with ~any horizontal resolution (I saw 720, 704, 544, etc). Please, think about rename HD/SD to 1080p/720p and add 576p/480p menu items. 3. Can you add YV12 format? It is commonly used. Details: www.fourcc.org/yuv.php 4. Good work on the whole. Thank you!
-
UYUV was typo bug. it's been fixed to 'UYVY' in trunk. Thx.
-
Under the "Color" menu there is an option for UYUV, i have never heard of this color space before or could find any information. Is this correct?
-
Fantastic player. ! Great works !