Git Product home page Git Product logo

sampleyuvrenderer's Introduction

SampleYUVRenderer

Very basic sketch of rendering YUV frames via Qt/OpenGL

What is it for?

YUV -- is a raw video file format. Sometimes you want to display it, for example when displaying decoded video stream data.

Here is a Proof-of-Concept sketch, demonstrating rendering of YUV frames (as follows from title). There were times, when DirectX or Vdpau could beat OpenGL, the old version of it, but rendering a simple frame (okay, with YUV 2 RGB conversion) doesn't feel like something, which requires third party libraries.

How it works?

Since Qt supports OpenGL ES with shaders and other fine stuff (starting with Qt 5.6 or so), you can obtain a well-behaving rendering widget, possible to be embedded in your widget app.

Cross-platform and maybe even portable (depends on the drivers/hardware support etc).

Where to get raw yuv file?

They are required for testing purposes. Google helpes. Here, for example, you can get some.

sampleyuvrenderer's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.