Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayCodec::cVideoH264 Class Reference

#include <cVideoH264.h>

Inheritance diagram for GrayCodec::cVideoH264:
GrayCodec::cVideoH264Dec GrayCodec::cVideoH264Enc

Public Member Functions

 cVideoH264 (void)
 
 ~cVideoH264 (void)
 

Detailed Description

use x264 codec to encode H.264 video. (it cannot decode video). Part of the HTML5 spec. DLNA requires MPEG4 AVC x264 is a widely used open source implementation of the heavily patent encumbered MPEG-4 AVC media format.

Note
consider using https://en.wikipedia.org/wiki/OpenH264

Constructor & Destructor Documentation

◆ cVideoH264()

GrayCodec::cVideoH264::cVideoH264 ( void  )

◆ ~cVideoH264()

GrayCodec::cVideoH264::~cVideoH264 ( void  )

The documentation for this class was generated from the following file: