All Projects → IENT → Yuview

IENT / Yuview

Licence: other
The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset

Projects that are alternatives of or similar to Yuview

Player
FFmpeg and SDL2 video player
Stars: ✭ 119 (-82.11%)
Mutual labels:  ffmpeg, player, video-player
Awesome Video
A curated list of awesome streaming video tools, frameworks, libraries, and learning resources.
Stars: ✭ 397 (-40.3%)
Mutual labels:  ffmpeg, player, hevc
Fijkplayer
ijkplayer for flutter. ijkplayer 的 flutter 封装。 Flutter video/audio player. Flutter media player plugin for android/iOS based on ijkplayer. fijkplayer 是基于 ijkplayer 封装的 flutter 媒体播放器,开箱即用,无需编译 ijkplayer
Stars: ✭ 943 (+41.8%)
Mutual labels:  ffmpeg, player, video-player
Patch
Something could be public patches
Stars: ✭ 120 (-81.95%)
Mutual labels:  ffmpeg, hevc, h265
RDPlot
Tool for plotting rd curves from output of video coding test model software
Stars: ✭ 22 (-96.69%)
Mutual labels:  analysis, hevc, h265
Dkvideoplayer
Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕
Stars: ✭ 3,796 (+470.83%)
Mutual labels:  ffmpeg, player, video-player
Giraffeplayer2
out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Stars: ✭ 344 (-48.27%)
Mutual labels:  ffmpeg, player, video-player
smart rtmpd
RTMP server, smart, compact, high performance(c, c++), high concurrency, easy to maintain, easy to deploy, (supports multiple operating systems Windows and Linux, ARM, FreeBSD)
Stars: ✭ 159 (-76.09%)
Mutual labels:  ffmpeg, hevc, h265
Playerdemo
一个视频播放器,开源版 potplayer ,用于总结播放器开发技术。
Stars: ✭ 491 (-26.17%)
Mutual labels:  ffmpeg, player, video-player
X1Player
iOS端封装的视频播放器.支持直播,录播视频的播放,支持常用的播放界面控制,类似于ijkplayer 优点是体积更小,使用快捷
Stars: ✭ 21 (-96.84%)
Mutual labels:  player, ffmpeg, video-player
Voukoder
Provides an easy way to include the FFmpeg encoders in other windows applications.
Stars: ✭ 436 (-34.44%)
Mutual labels:  ffmpeg, hevc, h265
Qier Player
🎬 A lightweight and sophisticated React-based H5 video player / 简单易用的h5播放器
Stars: ✭ 360 (-45.86%)
Mutual labels:  player, video-player
Svt Hevc
SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Stars: ✭ 363 (-45.41%)
Mutual labels:  hevc, h265
Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+505.41%)
Mutual labels:  player, video-player
Vgplayer
📺 A simple iOS video player by Vein.
Stars: ✭ 383 (-42.41%)
Mutual labels:  player, video-player
Gitlhevcanalyzer
Gitl HEVC/H.265 Analyzer based on Qt. Custom filters supported.
Stars: ✭ 361 (-45.71%)
Mutual labels:  hevc, h265
Videojs Resolution Switcher
Resolution switcher adds the ability to select the video quality in video.js player.
Stars: ✭ 375 (-43.61%)
Mutual labels:  player, video-player
Pbjvideoplayer
▶️ video player, simple way to play and stream media on iOS/tvOS
Stars: ✭ 620 (-6.77%)
Mutual labels:  player, video-player
Moonplayer
Video player that can play online videos from youtube, bilibili etc.
Stars: ✭ 399 (-40%)
Mutual labels:  player, video-player
Xgplayer
A HTML5 video player with a parser that saves traffic
Stars: ✭ 4,792 (+620.6%)
Mutual labels:  player, video-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:

  • simple navigation/zooming in the video
  • support for a wide variety of YUV formats using various subsamplings and bit depts
  • support for raw RGB files, image files and image sequences
  • direct decoding of raw h.265/HEVC bitstreams with visualization of internals like prediction modes and motion vectors and many more
  • interface with visualization for the reference software decoders HM and JEM
  • support for opening almost any file using FFmpeg
  • image comparison using side-by-side and comparison view
  • calculation and display of differences (in YUV or RGB colorspace)
  • save and load playlists
  • overlay the video with statistics data
  • ... and many 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:

  • Windows installer
  • Windows zip
  • Mac OS Application
  • Linux Appimage

For the 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].