IENT / YUView

The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset
http://ient.github.io/YUView
Other
1.78k stars 353 forks source link
analysis ffmpeg h265 hevc player raw-video video video-coding video-player yuv yuv-player

YUView

YUView is a QT based, cross-platform YUV player with an advanced analytic toolset.

Build Status

CI build

Description

At its core, YUView is a YUV player and analysis tool. However, it can do so much more:

Further details of the features can be found either here or in the wiki.

Screenshot of YUView:

YUView Main Window

Download

You can download precompiled binaries for Windows and MAC from the release site which are all compiled on travis CI. On the release page you can find:

If you have Ubuntu 22.04 or newer, you can get YUView from the official repo: sudo apt install yuview. For other Linux based platforms we are also on flathub. More information on YUView on Linux can be found in out wiki page "YUView on Linux".

If none of these apply to you, you can easily build YUView yourself.

Building

Compiling YUView from source is easy! We use qmake for the project so on all supported platforms you just have to install qt and run qmake and make to build YUView. There are no further dependent libraries. Alternatively, you can use the QTCreator if you prefer a GUI. More help on building YUView can be found in the wiki.