YUView: Open Source Tool for Viewing YUV and RGB Raw Video Data
Overview
When developing audio and video applications, working with raw YUV and RGB image data files is a common requirement. YUView is an open-source application that provides a robust solution for inspecting these raw data formats. The tool runs on multiple platforms including Linux, Windows, and macOS, making it particularly valuable for dev ...
Posted on Tue, 19 May 2026 13:28:10 +0000 by musicbase
Converting YUV Video Frames to RGB Format with OpenCV
Objective
Process uncompressed video files stored in YUV format and convert them to RGB for visualization.
Development Environment
Visual Studio 2022
OpenCV 3.4.16
C++17
FFMPEG 6.1.1
Implementation
File paths must use double backslashes (C:\\...) or forward slashes (C:/), as single backslashes are interpreted as escape characters in C++ strin ...
Posted on Sat, 16 May 2026 08:40:09 +0000 by ibechane