lsvng / ffmpeg_h264

FFmpeg H264 encoder / decoder C++ implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

FFmpeg H264 encoder / decoder C++ implementation

License:MIT License


Languages

Language:C++ 89.3%Language:CMake 10.7%