3 مستودعات
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.
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.
RPiPlay هو خادم لعرض شاشة AirPlay ومستقبل وسائط مصمم لربط أجهزة Apple بأجهزة Raspberry Pi. يعمل كبوابة وسائط تستقبل تدفقات الفيديو والصوت المشفرة من أجهزة iOS وmacOS لعرضها على شاشة ونظام صوت متصل. يركز المشروع على بث الفيديو بزمن انتقال منخفض من خلال عرض الإطارات فور وصولها لتجاوز الطوابع الزمنية المجدولة. ويستخدم معالجة تدفق البتات وخط أنابيب فيديو متخصص لتقليل تأخير الإرسال بين جهاز المصدر والمستقبل. يوفر النظام عرضاً معجلاً بالأجهزة لتشغيل مرئي سلس، ويستخدم مزامنة تعتمد على الساعة للحفاظ على محاذاة الصوت والفيديو. كما يتضمن عناصر تحكم لتوجيه الصوت إلى منافذ أجهزة محددة وتكوين إعدادات إخراج العرض مثل التدوير وقلب الصورة.
Implements bitstream filters to modify encoded video packets in real time to reduce latency without full re-encoding.
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.