H264 Video Encoder for OpenGL
CRANK

Download the source at GitHubDespite this long article has more lines than the encoder library itself, this is a very simple and easy to read and understand article. If you have read my other articles before, you will be comfortable to know I do not write complicated stuff.Table of ContentsIntroductionRunning the DemoHEVC ArtifactsIntegration with your OpenGL FrameworkHow is video encoder writtenRunning as asm.js on web browserRequirementsVideo EncoderVisual C++ 2015/2017Windows 7/8/10OpenGL RendererSDL2SDL2 ImageGLEWGLMTiny OBJ loaderZlibAll the OpenGL Renderer required libraries are included in the repository. The focus is on Video Encoder.IntroductionI worked on this video encoder while writing my Windows Store App, Mandy Frenzy, a photo slideshow app for ladies. Right now, I am feeling burnt out so I am taking a short hiatus. Meanwhile I write a series of short articles as a way to document this app. This video encoder is header file only (H264Writer.h), based on Microsoft Media F…

codeproject.com
Related Topics: 3D Programming Windows Image Processing