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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
leandromoreira avatar

leandromoreira/ffmpeg-libav-tutorial

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

Ffmpeg Libav Tutorial

Este proyecto es una guía de ingeniería multimedia basada en C y un framework de procesamiento multimedia diseñado para gestionar códecs, frames y paquetes dentro del ecosistema de FFmpeg y Libav. Proporciona documentación técnica y patrones de implementación para transcodificación, remuxing y redimensionamiento de datos de vídeo y audio.

El proyecto incluye un entorno de desarrollo en contenedores que encapsula las bibliotecas multimedia y toolchains necesarias dentro de una imagen virtual para garantizar entornos de compilación consistentes.

El framework cubre una gama de flujos de trabajo de ingeniería multimedia, incluyendo streaming de bitrate adaptativo, remuxing de contenedores multimedia y extracción de metadatos. También proporciona capacidades para el procesamiento de streams, como la sincronización de audio-vídeo y el redimensionamiento de resolución, junto con herramientas para registrar detalles de códecs y tiempos.

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.

Historial de estrellas

Gráfico del historial de estrellas de leandromoreira/ffmpeg-libav-tutorialGráfico del historial de estrellas de leandromoreira/ffmpeg-libav-tutorial

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Ffmpeg Libav Tutorial

Proyectos open-source similares, clasificados según cuántas características comparten con Ffmpeg Libav Tutorial.
  • gpac/gpacAvatar de gpac

    gpac/gpac

    3,205Ver en 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
    Ver en GitHub↗3,205
  • php-ffmpeg/php-ffmpegAvatar de PHP-FFmpeg

    PHP-FFmpeg/PHP-FFmpeg

    5,013Ver en 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
    Ver en GitHub↗5,013
  • kkroening/ffmpeg-pythonAvatar de kkroening

    kkroening/ffmpeg-python

    10,999Ver en 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
    Ver en GitHub↗10,999
  • microshow/rxffmpegAvatar de microshow

    microshow/RxFFmpeg

    4,732Ver en 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
    Ver en GitHub↗4,732
Ver las 30 alternativas a Ffmpeg Libav Tutorial→

Preguntas frecuentes

¿Qué hace leandromoreira/ffmpeg-libav-tutorial?

Este proyecto es una guía de ingeniería multimedia basada en C y un framework de procesamiento multimedia diseñado para gestionar códecs, frames y paquetes dentro del ecosistema de FFmpeg y Libav. Proporciona documentación técnica y patrones de implementación para transcodificación, remuxing y redimensionamiento de datos de vídeo y audio.

¿Cuáles son las características principales de leandromoreira/ffmpeg-libav-tutorial?

Las características principales de leandromoreira/ffmpeg-libav-tutorial son: Multimedia Frameworks, FFmpeg Transcoders, Media Engineering Guides, Media Demuxers, Post-Decode Frame Access, Multimedia Processing Suites, Media Transcoding, Packet-to-Frame Pipelines.

¿Qué alternativas de código abierto existen para leandromoreira/ffmpeg-libav-tutorial?

Las alternativas de código abierto para leandromoreira/ffmpeg-libav-tutorial incluyen: 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…