awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesBitstream Filters

Tools for modifying the structure of encoded media packets without performing full re-encoding.

Distinct from Data Packet Encoding: Distinct from Data Packet Encoding: focuses on modifying existing encoded bitstreams rather than creating new packets from raw data.

Explore 3 awesome GitHub repositories matching data & databases · Bitstream Filters. Refine with filters or upvote what's useful.

Awesome Bitstream Filters GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ffmpeg/ffmpegAvatar de FFmpeg

    FFmpeg/FFmpeg

    61,176Voir sur GitHub↗

    FFmpeg is a cross-platform multimedia framework designed for the recording, conversion, and streaming of audio and video content. It functions as a comprehensive toolkit that provides both a command-line utility for direct media manipulation and a collection of low-level libraries for integration into custom applications. At its core, the project utilizes a packet-based stream engine and a format-agnostic abstraction layer to handle diverse media standards, containers, and network protocols. The framework distinguishes itself through a modular, graph-based filter execution model that allows f

    Modifies the structure of encoded media packets without full re-encoding to adjust stream properties or resolve compatibility issues.

    Caudiocffmpeg
    Voir sur GitHub↗61,176
  • fd-/rpiplayAvatar de FD-

    FD-/RPiPlay

    5,197Voir sur GitHub↗

    RPiPlay est un serveur de mirroring AirPlay et un récepteur multimédia conçu pour connecter les appareils Apple au matériel Raspberry Pi. Il fonctionne comme une passerelle multimédia qui reçoit des flux audio et vidéo chiffrés depuis des appareils iOS et macOS pour les projeter sur un système d'affichage et de son connecté. Le projet se concentre sur le streaming vidéo à faible latence en rendant les images dès leur arrivée pour contourner les horodatages planifiés. Il utilise la manipulation de flux binaires et un pipeline vidéo spécialisé pour réduire le délai de transmission entre l'appareil source et le récepteur. Le système fournit un rendu accéléré par le matériel pour une lecture fluide et utilise une synchronisation basée sur l'horloge pour maintenir l'alignement audio-vidéo. Il inclut des contrôles pour router l'audio vers des ports matériels spécifiques et configurer les paramètres de sortie d'affichage tels que la rotation et le retournement d'image.

    Implements bitstream filters to modify encoded video packets in real time to reduce latency without full re-encoding.

    C++
    Voir sur GitHub↗5,197
  • gpac/gpacAvatar de gpac

    gpac/gpac

    3,205Voir sur 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

    Modifies compressed audio or video elementary streams using FFmpeg bitstream filters without full re-encoding.

    Catsc3broadcastcenc
    Voir sur GitHub↗3,205
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. Data Packet Encoding
  6. Bitstream Filters

Explorer les sous-tags

  • Bitstream Buffer ManagementOptimizing memory usage and I/O speed by adjusting cache sizes for media bitstreams. **Distinct from Bitstream Filters:** Focuses on memory cache size management for I/O performance rather than modifying the bitstream structure.