Showing 667 open source projects for "ffmpeg"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Jellyfin FFmpeg

    Jellyfin FFmpeg

    FFmpeg for Jellyfin with custom extensions and enhancements

    Jellyfin FFmpeg is a customized fork of the FFmpeg multimedia framework specifically tailored for use with the Jellyfin media server ecosystem. It enhances standard FFmpeg functionality by adding patches, fixes, and optimizations that improve compatibility and playback reliability in streaming environments. The project focuses on features that directly benefit media server use cases, such as better HDR and Dolby Vision handling, stable hardware acceleration, and consistent transcoding behavior. ...
    Downloads: 49 This Week
    Last Update:
    See Project
  • 2
    ShiftMediaProject FFmpeg

    ShiftMediaProject FFmpeg

    Unofficial FFmpeg with added custom native Visual Studio project

    ShiftMediaProject FFmpeg is a specialized fork of FFmpeg tailored for building Windows-compatible binaries with additional support for third-party libraries and toolchains. It provides patches and build scripts that enable easier integration of FFmpeg into Windows development environments, particularly with Visual Studio. The project focuses on improving compatibility with external codecs and libraries that are not always supported in standard builds.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    ffmpeg-normalize

    ffmpeg-normalize

    Audio Normalization for Python/ffmpeg

    ffmpeg-normalize is a command-line utility designed to normalize audio levels in media files using FFmpeg, ensuring consistent volume across multiple tracks. It supports both EBU R128 loudness normalization and peak normalization methods, allowing users to choose the appropriate standard for their needs. The tool analyzes audio streams and applies adjustments to achieve target loudness levels without introducing distortion.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    typed-ffmpeg

    typed-ffmpeg

    Type-safe FFmpeg bindings for Python & TypeScript

    typed-ffmpeg is a strongly typed wrapper for FFmpeg designed to provide safer and more structured media processing workflows in TypeScript environments. It translates FFmpeg command-line operations into typed interfaces, reducing the risk of errors and improving developer experience. The library allows users to construct complex media pipelines using a fluent and predictable API.
    Downloads: 10 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    Laravel FFMpeg

    Laravel FFMpeg

    This package provides an integration with FFmpeg for Laravel

    This package provides an integration with FFmpeg for Laravel 10. Laravel's Filesystem handles the storage of the files. You can easily add a watermark using the addWatermark method. With the WatermarkFactory, you can open your watermark file from a specific disk, just like opening an audio or video file. When you discard the fromDisk method, it uses the default disk specified in the filesystems.php configuration file.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    learn-ffmpeg

    learn-ffmpeg

    Learn audio and video knowledge, organize materials

    learn-ffmpeg is an educational repository that provides a structured collection of tutorials, notes, and examples for mastering FFmpeg and multimedia processing concepts. It covers a wide range of topics, including encoding, decoding, transcoding, and streaming workflows. The repository is designed to guide users from basic command usage to advanced media pipeline development.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    ffmpeg-commander

    ffmpeg-commander

    A web-based GUI for quickly generating common FFmpeg command-line

    ffmpeg-commander is a web-based graphical interface that simplifies the creation of FFmpeg commands for common video and audio encoding tasks. It provides a user-friendly environment where users can configure encoding options without needing to memorize complex command-line syntax. Built with modern web technologies, it generates FFmpeg commands dynamically based on user input.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    FFmpeg Sidecar

    FFmpeg Sidecar

    Wrap a standalone FFmpeg binary in an intuitive Iterator interface

    FFmpeg Sidecar is a Rust library that wraps a standalone FFmpeg binary and exposes it through an intuitive, iterator-based interface. It allows developers to interact with video streams as sequences of raw frames, abstracting the complexity of decoding and processing media. The library leverages FFmpeg’s CLI instead of low-level bindings, simplifying setup and avoiding heavy dependencies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Android FFmpeg

    Android FFmpeg

    An Android FFmpeg audio and video development tutorial

    LearnFFmpeg is an educational repository that provides structured resources for understanding and mastering FFmpeg and multimedia processing concepts. It includes tutorials, command examples, and explanations of core concepts such as encoding, decoding, and streaming workflows. The project is designed to guide users from basic usage to more advanced topics, helping them build practical knowledge of FFmpeg operations. It often includes real-world examples and scenarios that demonstrate how FFmpeg can be applied in production environments. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    FFmpeg.AutoGen

    FFmpeg.AutoGen

    FFmpeg auto generated unsafe bindings for C#/.NET and Core

    FFmpeg.AutoGen is a .NET binding for FFmpeg that provides low-level access to its native libraries through automatically generated C# interop code. It enables developers to work directly with FFmpeg’s APIs, including encoding, decoding, muxing, and demuxing operations, within managed .NET environments. The library exposes FFmpeg structures and functions with minimal abstraction, offering high performance and flexibility.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    ffmpeg.wasm

    ffmpeg.wasm

    FFmpeg for browser, powered by WebAssembly

    ffmpeg.wasm is a pure WebAssembly (and JavaScript/TypeScript) port of FFmpeg that enables in-browser media recording, conversion, and streaming—letting developers perform video/audio processing entirely client-side without server uploads. Transpiled via Emscripten from FFmpeg and its codecs into WebAssembly. Supports both single-threaded and multi-threaded cores using web workers. Written in TypeScript for improved developer experience.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    FFmpeg prebuilt for NW.js

    FFmpeg prebuilt for NW.js

    FFmpeg prebuilt binaries for NW.js / Chromium

    FFmpeg prebuilt for NW.js is a project that provides precompiled FFmpeg binaries tailored for use with NW.js and Chromium-based applications. It simplifies the process of integrating FFmpeg into desktop applications by eliminating the need for manual compilation. The project includes builds with proprietary codec support, enabling broader media compatibility in applications.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    FFmpeg Quality Metrics

    FFmpeg Quality Metrics

    Calculate quality metrics with FFmpeg (SSIM, PSNR, VMAF, VIF)

    FFmpeg Quality Metrics is a Python-based tool that evaluates video quality by calculating objective metrics using FFmpeg. It supports widely used metrics such as PSNR, SSIM, VIF, MSAD, and VMAF, enabling detailed comparison between reference and distorted video files. The tool outputs both per-frame data and aggregated statistics like averages and standard deviation, making it useful for research, encoding optimization, and benchmarking.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    ffmpeg-over-ip

    ffmpeg-over-ip

    Connect to remote ffmpeg servers

    ffmpeg-over-ip is a client-server system that enables remote execution of FFmpeg commands on a machine with GPU access while controlling it from another environment such as a container or virtual machine. It allows applications without direct GPU access to offload video transcoding tasks to a remote server, improving performance without requiring complex passthrough setups.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    ffmpeg-android-maker

    ffmpeg-android-maker

    Contains a script that assembles FFmpeg library for Android

    ffmpeg-android-maker is a build automation tool designed to compile FFmpeg for Android platforms with support for various codecs and libraries. It simplifies the complex process of cross-compiling FFmpeg by providing scripts that handle dependencies, configuration, and build steps. The project supports multiple architectures, enabling developers to generate binaries compatible with different Android devices.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    VideoStation-FFMPEG-Patcher

    VideoStation-FFMPEG-Patcher

    Patcher to enable DTS, EAC3 and TrueHD transcoding support

    VideoStation-FFMPEG-Patcher is a utility designed to enhance compatibility between Synology Video Station and FFmpeg by patching or replacing FFmpeg binaries. It allows users to enable support for additional codecs and formats that are not included in the default Synology environment due to licensing restrictions. The tool modifies system configurations to ensure that Video Station can leverage a more complete FFmpeg build.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    build-ffmpeg-script

    build-ffmpeg-script

    The FFmpeg build script provides an easy way to build a static FFmpeg

    ffmpeg-build-script is a shell-based automation tool that simplifies compiling FFmpeg from source with a wide range of codecs and libraries. It automates downloading dependencies, configuring build options, and generating static FFmpeg binaries for Linux and macOS systems. The script supports enabling GPL and non-free codecs, allowing access to advanced encoding features such as x264, x265, and AV1.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Homebridge Camera FFmpeg

    Homebridge Camera FFmpeg

    Homebridge Plugin Providing FFmpeg-based Camera Support

    ...The FFmpeg output command for directing audio back to a two-way capable camera. This feature is still in development and a configuration that works today may not work in the future.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    FFmpeg Cheat Sheet

    FFmpeg Cheat Sheet

    A categorized collection of FFmpeg commands for video automation

    ...It is particularly useful for beginners who want to learn FFmpeg syntax and workflows without reading extensive documentation. The cheat sheet also includes practical examples that demonstrate real-world applications of FFmpeg. It can be used as both a learning resource and a quick lookup tool during development. Overall, it simplifies access to FFmpeg knowledge in a concise format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FFmpeg Batch AV Converter

    FFmpeg Batch AV Converter

    FFmpeg Batch AV Converter

    FFmpeg Batch AV Converter is a graphical front-end for FFmpeg designed to simplify advanced multimedia processing through an intuitive interface while preserving full access to FFmpeg’s capabilities. It allows users to perform complex encoding, conversion, and editing operations using drag-and-drop workflows instead of command-line input.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 21
    FFmpeg CLI Wrapper for Java

    FFmpeg CLI Wrapper for Java

    Java wrapper around the FFmpeg command line tool

    ...It includes built-in support for parsing FFprobe output into Java objects, making it easier to work with media information in applications. ffmpeg-cli-wrapper is designed to be lightweight and does not bundle FFmpeg itself, giving developers flexibility in managing dependencies. It also provides logging and process handling features to monitor execution and handle errors effectively. Overall, it simplifies the integration of FFmpeg into Java-based systems.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Interactive FFMPEG Command Generator

    Interactive FFMPEG Command Generator

    Create and render complex ffmpeg filtergraphs in the browser

    Interactive FFMPEG Command Generator is an experimental visual tool that allows users to explore and understand FFmpeg commands and filters interactively. It provides a graphical interface for constructing FFmpeg pipelines, making it easier to learn and experiment with complex media transformations. The tool focuses on education and exploration, helping users visualize how different filters and parameters affect output.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    PyAV

    PyAV

    Pythonic bindings for FFmpeg's libraries

    PyAV is a Python library that provides direct bindings to FFmpeg, offering fine-grained control over multimedia processing through a Pythonic interface. It enables developers to work with media containers, streams, packets, codecs, and frames, exposing low-level operations while simplifying some of the complexity of FFmpeg. The library is designed for precise media manipulation, making it suitable for applications that require frame-level access or custom processing pipelines. ...
    Downloads: 51 This Week
    Last Update:
    See Project
  • 24
    YoutubeDownloader

    YoutubeDownloader

    Downloads videos and playlists from YouTube

    YoutubeDownloader is a cross-platform GUI application built with C#, using YoutubeExplode to fetch videos, playlists, or channel content from YouTube. It supports keyword search, batch download, format selection, vigilant mode, and FFmpeg integration. Available for Windows, Linux, and macOS (portable binaries included). It’s actively maintained and open-source under GPL‑3.0+.
    Downloads: 80 This Week
    Last Update:
    See Project
  • 25
    ffmpeg_develop_doc

    ffmpeg_develop_doc

    2023, the latest audio and video learning materials, projects

    ...In addition to documentation, it links to open-source projects and implementation examples that demonstrate real-world usage of FFmpeg. The collection is continuously updated and aims to centralize scattered information into a single accessible resource. It serves as a roadmap for developers seeking to understand multimedia systems from fundamentals to advanced topics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB