awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
leandromoreira avatar

leandromoreira/ffmpeg-libav-tutorial

0
View on GitHub↗
11,011 stars·1,018 forks·C·BSD-3-Clause·28 viewsgithub.com/leandromoreira/ffmpeg-libav-tutorial↗

Ffmpeg Libav Tutorial

This project is a C-based media engineering guide and multimedia processing framework designed for managing codecs, frames, and packets within the FFmpeg and Libav ecosystem. It provides technical documentation and implementation patterns for transcoding, remuxing, and resizing video and audio data.

The project includes a containerized development environment that encapsulates required media libraries and toolchains within a virtual image to ensure consistent build environments.

The framework covers a range of multimedia engineering workflows, including adaptive bitrate streaming, media container remuxing, and metadata extraction. It also provides capabilities for stream processing, such as audio-video synchronization and resolution resizing, alongside tools for logging codec and timing details.

Features

  • Multimedia Frameworks - Implements a modular framework for encoding, decoding, and routing multimedia streams through complex processing pipelines.
  • FFmpeg Transcoders - Provides a framework for media transcoding using FFmpeg to convert files between different codecs.
  • Media Engineering Guides - Serves as a technical guide for managing codecs, frames, and packets within the FFmpeg and Libav ecosystem.
  • Media Demuxers - Provides tools for separating interleaved audio and video streams from media containers into individual packets.
  • Post-Decode Frame Access - Provides access to raw YUV or RGB frames after the decoding process is complete.
  • Multimedia Processing Suites - Provides a comprehensive suite of utilities for transcoding, streaming, and manipulating multimedia content via Libav.
  • Media Transcoding - Converts audio and video from one codec to another to ensure device compatibility and compression.
  • Packet-to-Frame Pipelines - Implements a processing pipeline that converts raw container packets into decoded frames for filtering or re-encoding.
  • Codec-Based Decoders - Provides low-level stream decoding capabilities to translate compressed packets into raw frames.
  • Stream Remuxers - Repackages audio and video streams into different container formats without re-encoding the underlying data.
  • Processing Graphs - Implements a graph-based architecture for chaining visual transformations and filters on video frames.
  • Media Metadata Extraction - Extracts technical metadata such as container format, duration, and resolution from media files.
  • Media Timestamp Regulators - Aligns audio and video playback by regulating packet delivery based on media timestamps.
  • Audio-Video Synchronization - Coordinates the timing of audio and video streams to prevent drift during playback.
  • Adaptive Bitrate Streaming - Implements the process of segmenting video into multiple resolutions for adaptive bitrate delivery.
  • Multi-Resolution Stream Generators - Generates multiple resolution and bitrate versions of video split into chunks for adaptive HTTP playback.
  • Video Resizers - Adjusts the spatial resolution of video frames to fit specific display sizes or bandwidth limits.
  • Educational Resources - Comprehensive guide for learning the underlying media libraries.

Star history

Star history chart for leandromoreira/ffmpeg-libav-tutorialStar history chart for leandromoreira/ffmpeg-libav-tutorial

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does leandromoreira/ffmpeg-libav-tutorial do?

This project is a C-based media engineering guide and multimedia processing framework designed for managing codecs, frames, and packets within the FFmpeg and Libav ecosystem. It provides technical documentation and implementation patterns for transcoding, remuxing, and resizing video and audio data.

What are the main features of leandromoreira/ffmpeg-libav-tutorial?

The main features of leandromoreira/ffmpeg-libav-tutorial are: Multimedia Frameworks, FFmpeg Transcoders, Media Engineering Guides, Media Demuxers, Post-Decode Frame Access, Multimedia Processing Suites, Media Transcoding, Packet-to-Frame Pipelines.

What are some open-source alternatives to leandromoreira/ffmpeg-libav-tutorial?

Open-source alternatives to leandromoreira/ffmpeg-libav-tutorial include: gpac/gpac — GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing… php-ffmpeg/php-ffmpeg — PHP-FFmpeg is an object-oriented wrapper for executing FFmpeg binary commands within PHP applications. It serves as a… kkroening/ffmpeg-python — ffmpeg-python is a Python wrapper that translates programmatic method calls into command-line arguments for executing… microshow/rxffmpeg — RxFFmpeg is an Android multimedia framework and media transcoder based on FFmpeg. It provides a set of tools for video… wang-bin/qtav — QtAV is a cross-platform media engine and multimedia framework that combines FFmpeg decoding with the Qt framework for… ffmpeg/ffmpeg — FFmpeg is a cross-platform multimedia framework designed for the recording, conversion, and streaming of audio and…

Open-source alternatives to Ffmpeg Libav Tutorial

Similar open-source projects, ranked by how many features they share with Ffmpeg Libav Tutorial.
  • gpac/gpacgpac avatar

    gpac/gpac

    3,205View on GitHub↗

    GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing units called filters connect into a directed graph to handle media workflows. At its core, the framework centers all media packaging and manipulation on the ISO Base Media File Format (ISOBMFF), with specialized tools for reading, writing, fragmenting, and encrypting MP4 and related containers. It also provides a declarative scene graph composition system for describing interactive multimedia scenes using MPEG-4 BIFS, X3D, SVG, or VRML syntax, alongside a hardware-accelerated re

    Catsc3broadcastcenc
    View on GitHub↗3,205
  • php-ffmpeg/php-ffmpegPHP-FFmpeg avatar

    PHP-FFmpeg/PHP-FFmpeg

    5,013View on GitHub↗

    PHP-FFmpeg is an object-oriented wrapper for executing FFmpeg binary commands within PHP applications. It serves as a multimedia processing library and toolkit for transcoding, clipping, merging, and filtering audio and video files through a standardized programmatic interface. The project provides specialized drivers for video manipulation, audio editing, and media metadata extraction. These drivers allow for the application of visual filters, the modification of audio sample rates, and the probing of multimedia files to retrieve technical specifications and validate file integrity. The lib

    PHP
    View on GitHub↗5,013
  • kkroening/ffmpeg-pythonkkroening avatar

    kkroening/ffmpeg-python

    10,999View on GitHub↗

    ffmpeg-python is a Python wrapper that translates programmatic method calls into command-line arguments for executing FFmpeg media processing tasks. It functions as a multimedia transcoding interface and a media stream capture tool, allowing for the recording of live audio and video from hardware devices and network sources. The library features a fluent interface for constructing complex directed graphs of audio and video filters through method chaining. It also includes an FFprobe metadata extractor that retrieves structured technical properties from media files and returns them as Python d

    Python
    View on GitHub↗10,999
  • microshow/rxffmpegmicroshow avatar

    microshow/RxFFmpeg

    4,732View on GitHub↗

    RxFFmpeg is an Android multimedia framework and media transcoder based on FFmpeg. It provides a set of tools for video and audio editing, transcoding, and processing on Android devices. The framework integrates a video player component for rendering local files and network streams with zoom and rotation support. It also includes specialized libraries for Android video editing, such as cropping and splicing, and Android audio processing for mixing tracks and modifying voice pitch. The project covers broad media manipulation capabilities, including the conversion of images to video, the extrac

    Candroidarm64-v8aarmeabi-v7a
    View on GitHub↗4,732
See all 30 alternatives to Ffmpeg Libav Tutorial→