awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ffmpeg/ffmpegFFmpeg का अवतार

    FFmpeg/FFmpeg

    61,176GitHub पर देखें↗

    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
    GitHub पर देखें↗61,176
  • fd-/rpiplayFD- का अवतार

    FD-/RPiPlay

    5,197GitHub पर देखें↗

    RPiPlay एक AirPlay मिररिंग सर्वर और मीडिया रिसीवर है जिसे Apple उपकरणों को Raspberry Pi हार्डवेयर से जोड़ने के लिए डिज़ाइन किया गया है। यह एक मीडिया गेटवे के रूप में कार्य करता है जो iOS और macOS उपकरणों से एन्क्रिप्टेड वीडियो और ऑडियो स्ट्रीम प्राप्त करता है ताकि उन्हें एक कनेक्टेड डिस्प्ले और साउंड सिस्टम पर प्रोजेक्ट किया जा सके। यह प्रोजेक्ट कम-विलंबता (low-latency) वीडियो स्ट्रीमिंग पर केंद्रित है, जो फ्रेम के आते ही उन्हें रेंडर करके निर्धारित टाइमस्टैम्प को बायपास करता है। यह स्रोत डिवाइस और रिसीवर के बीच ट्रांसमिशन देरी को कम करने के लिए बिटस्ट्रीम हेरफेर और एक विशेष वीडियो पाइपलाइन का उपयोग करता है। सिस्टम सुचारू विज़ुअल प्लेबैक के लिए हार्डवेयर-त्वरित रेंडरिंग प्रदान करता है और ऑडियो और वीडियो संरेखण बनाए रखने के लिए क्लॉक-आधारित सिंक्रनाइज़ेशन का उपयोग करता है। इसमें ऑडियो को विशिष्ट हार्डवेयर पोर्ट पर रूट करने और रोटेशन तथा इमेज फ्लिपिंग जैसी डिस्प्ले आउटपुट सेटिंग्स को कॉन्फ़िगर करने के लिए नियंत्रण शामिल हैं।

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

    C++
    GitHub पर देखें↗5,197
  • gpac/gpacgpac का अवतार

    gpac/gpac

    3,205GitHub पर देखें↗

    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
    GitHub पर देखें↗3,205
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. Data Packet Encoding
  6. Bitstream Filters

सब-टैग एक्सप्लोर करें

  • 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.