/ffmpeg_h264

FFmpeg H264 encoder / decoder C++ implementation

Primary LanguageC++MIT LicenseMIT

H264

H264 employs advanced compression techniques, such as inter-frame and intra-frame prediction, and variable block size motion compensation, to reduce data redundancy in video content. It supports a wide range of video resolutions, frame rates, and bitrates.

About

This repository contains a simple C++ example that demonstrate the usage of FFmpeg libraries to perform encoding and decoding of H.264 video format.