3 Repos
Passes video frames through external scripting frameworks like AviSynth and VapourSynth for advanced filtering before encoding.
Distinct from Video Encoding and Decoding: Distinct from Video Encoding and Decoding: focuses on integration with external scripting frameworks rather than codec-level encoding.
Explore 3 awesome GitHub repositories matching graphics & multimedia · External Filter Integrations. Refine with filters or upvote what's useful.
Passes video frames through AviSynth and VapourSynth scripts for advanced filtering before FFmpeg encoding.
QtAV is a cross-platform media engine and multimedia framework that combines FFmpeg decoding with the Qt framework for audio and video rendering. It functions as a hardware-accelerated video player, an OpenGL video renderer, and a multimedia stream transcoder. The project distinguishes itself through a hardware-abstraction decoding layer that utilizes GPU interfaces such as VA-API and VideoToolbox to decode high-resolution video. It employs a zero-copy memory transfer path to move decoded video data directly to graphics APIs, reducing CPU overhead and enabling high-performance YUV rendering.
Integrates with external filtering libraries to modify the visual output of video streams.
Bar chart race is a Python data visualization library that transforms ordered tabular time-series data into animated bar and line chart races. It operates as an extension for rendering dynamic charts that illustrate how rankings and values change over time. The library interpolates wide-format chronological tables into densely sampled frame sequences, calculating intermediate numeric values to produce fluid motion animations. It orchestrates iterative canvas redraws through a plotting backend while supporting external multimedia encoders to export compressed standard video files. Generated a
Pipes sequential rendered image canvases through third-party multimedia encoders to export compressed standard video files.