Showing 28 open source projects for "ffmpeg api"

View related business solutions
  • 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    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: 2 This Week
    Last Update:
    See Project
  • 2
    FFmpeg.AutoGen

    FFmpeg.AutoGen

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

    ...It is designed for advanced use cases where precise control over multimedia processing is required. FFmpeg.AutoGen supports integration into custom media applications, streaming systems, and processing pipelines. Because it closely mirrors the native FFmpeg API, it requires familiarity with FFmpeg concepts for effective use. Overall, it serves as a powerful bridge between unmanaged multimedia libraries and .NET applications.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    Jaffree

    Jaffree

    Java ffmpeg and ffprobe command-line wrapper

    Jaffree is a Java library that provides a clean and modern API for interacting with FFmpeg, allowing developers to programmatically execute multimedia processing tasks. It abstracts the complexity of command-line FFmpeg usage by offering strongly typed Java classes for configuring inputs, outputs, codecs, and filters. The library supports streaming data, handling real-time processing scenarios, and integrating FFmpeg pipelines directly into Java applications. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    StreamPot

    StreamPot

    Run FFmpeg as an API with fluent-ffmpeg compatibility, queues and S3

    StreamPot is a self-hosted video processing platform that provides scalable media transcoding and streaming capabilities through a modern API-driven architecture. It enables users to upload video content, process it into multiple formats, and deliver it efficiently across different devices and network conditions. The system supports adaptive bitrate streaming, allowing videos to be optimized dynamically based on viewer bandwidth. It integrates FFmpeg as its core processing engine, enabling advanced encoding and transformation workflows. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    SwiftFFmpeg

    SwiftFFmpeg

    A Swift wrapper for the FFmpeg API

    SwiftFFmpeg is a Swift wrapper for FFmpeg that provides direct access to multimedia processing capabilities within Apple development environments. It exposes FFmpeg’s libraries through Swift-friendly APIs, enabling developers to perform encoding, decoding, and stream manipulation tasks. The project is designed to maintain performance while improving usability through modern language features. It supports working with media containers, codecs, and frames at a low level, offering fine control...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    cloud-morph

    cloud-morph

    Decentralize, Self-host Cloud Gaming/Application

    cloud-morph is a cloud-based media processing service that enables real-time video and audio transformation using FFmpeg in scalable environments. It is designed to run as a backend service that processes media streams or files and applies transformations such as transcoding, filtering, and format conversion. The system supports API-driven workflows, allowing integration into web applications or automation pipelines. It leverages containerization and distributed architecture to handle workloads efficiently across multiple nodes. cloud-morph focuses on flexibility, enabling users to define custom processing pipelines for different media scenarios. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Editly

    Editly

    Slick, declarative command line video editing & API

    Editly is a tool and framework for declarative NLE (non-linear video editing) using Node.js and FFmpeg. Editly allows you to easily and programmatically create a video from a set of clips, images, audio and titles, with smooth transitions and music overlaid. Editly has a simple CLI for quickly assembling a video from a set of clips or images, or you can use its more flexible JavaScript API. Inspired by ffmpeg-concat, Editly is much faster and doesn't require much storage because it uses streaming editing. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Restreamer

    Restreamer

    Complete streaming server solution for self-hosting

    ...It provides a browser-based interface that allows users to configure input sources such as IP cameras, OBS streams, or encoded video feeds, and distribute them to multiple destinations including YouTube, Twitch, and Facebook. Built with FFmpeg at its core, it supports protocols like RTMP, SRT, and HLS, enabling real-time streaming and transcoding across different platforms. The system runs easily in Docker environments and can be deployed on devices ranging from servers to Raspberry Pi, offering flexibility and scalability. It includes features like an HTML5 player, API access, snapshot generation, and audio processing, allowing integration into custom applications. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    DouK-Downloader

    DouK-Downloader

    TikTok releases/likes/compilations/live streams/videos/atlases/music

    DouK-Downloader is a fully open-source data acquisition and media downloading tool designed to extract, collect, and download content from TikTok and its Chinese counterpart Douyin at scale. Built using Python and modern asynchronous networking libraries such as HTTPX, it enables batch downloading of videos, images, live streams, and metadata from accounts, playlists, and individual links. The software goes beyond simple downloading by offering comprehensive data collection features,...
    Downloads: 6 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
    JAVE2

    JAVE2

    The JAVE (Java Audio Video Encoder) library is Java wrapper

    JAVE2 is a Java-based wrapper library for FFmpeg that enables developers to perform audio and video encoding operations through a structured and object-oriented API. It simplifies interaction with FFmpeg by abstracting command-line complexity into reusable Java components. The library supports tasks such as transcoding, format conversion, and media extraction, making it suitable for backend multimedia services.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    MLT Multimedia Framework
    A multimedia authoring and processing framework and a video playout server for television broadcasting.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 12
    ffmpeg-go

    ffmpeg-go

    Golang binding for ffmpeg

    ffmpeg-go is a Go language binding for FFmpeg that allows developers to construct and execute complex multimedia processing pipelines using a fluent and programmatic API. It acts as a wrapper around FFmpeg command-line functionality, translating chained function calls into executable FFmpeg commands. The library enables tasks such as transcoding, cutting, filtering, and streaming media while maintaining a clean and readable syntax.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 13
    flutter_ffmpeg

    flutter_ffmpeg

    Not maintained anymore. Superseded by FFmpegKit

    flutter-ffmpeg is a cross-platform Flutter plugin that enables developers to execute FFmpeg commands within mobile applications. It provides prebuilt FFmpeg binaries and a unified API for Android and iOS, simplifying multimedia processing in Flutter projects. The plugin supports a wide range of operations such as transcoding, filtering, and streaming.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    jetson-ffmpeg

    jetson-ffmpeg

    ffmpeg support on jetson nano

    jetson-ffmpeg is a specialized integration layer that enables FFmpeg to use hardware-accelerated encoding and decoding on NVIDIA Jetson devices through the L4T Multimedia API. It provides a bridge between FFmpeg and NVIDIA’s proprietary APIs, allowing developers to leverage on-device hardware encoders and decoders for improved performance. The project includes a library and patch system that modifies FFmpeg builds to enable NVMPI-based acceleration. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    irs

    irs

    A music downloader that understands your metadata needs

    ...They should run on most Linux distros, and OS X, but if they don't please make an issue. At it's core irs downloads individual songs. It does this by interfacing with the Spotify API, grabbing metadata, and then searching Youtube for a video containing the song's audio. It will download the video using youtube-dl, extract the audio using ffmpeg, and then pack the audio and metadata together into an MP3. From the core, it has been extended to download the index of albums and playlists through the Spotify API, and then iteratively use the method described for downloading each song.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    fijkplayer

    fijkplayer

    ijkplayer for flutter. ijkplayer 的 flutter

    fijkplayer is a cross-platform video player plugin designed for Flutter applications, built on top of FFmpeg and ijkplayer to provide powerful multimedia playback capabilities. It offers a stable and flexible API that allows developers to integrate advanced video playback features into mobile and desktop apps. The library supports a wide range of formats and streaming protocols, enabling playback of both local files and network streams.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Gilfoyle

    Gilfoyle

    Distributed video encoding, hosting and streaming

    Gilfoyle is a web application from the Dreamvo project that runs a self-hosted media streaming server. Allowing you to easily implement media streaming in any application at any scale. It's written in Golang, mostly designed for Kubernetes and runs as a single Linux binary with PostgreSQL and RabbitMQ.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Xabe.FFmpeg

    Xabe.FFmpeg

    .NET Standard wrapper for FFmpeg. It allows to process media

    Xabe.FFmpeg is a .NET library that provides a high-level wrapper for FFmpeg, allowing developers to perform multimedia operations using a clean and intuitive API. It simplifies complex command-line interactions by offering structured methods for tasks such as conversion, concatenation, and streaming. The library supports both synchronous and asynchronous execution, making it suitable for scalable applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ffmpeg.js

    ffmpeg.js

    Port of FFmpeg with Emscripten

    ...The library supports different builds tailored for formats like WebM and MP4, including worker-based versions for improved performance in web applications. It exposes a programmatic API that mirrors FFmpeg command-line behavior, allowing developers to pass arguments and handle input and output streams in memory. This makes it especially useful for browser-based editors, converters, and multimedia tools. Overall, ffmpeg.js brings powerful media processing capabilities to client-side environments with minimal setup.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    ffmpeg-cpp

    ffmpeg-cpp

    A clean, easy-to-use C++ wrapper around the ffmpeg libraries

    ffmpeg-cpp is a modern C++ wrapper designed to simplify interaction with FFmpeg by providing a fluent and expressive API for building media processing pipelines. It allows developers to construct complex workflows such as transcoding, filtering, and streaming using readable C++ syntax rather than raw command-line arguments. The library focuses on flexibility while maintaining performance, enabling precise control over inputs, outputs, and filters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    videoshow

    videoshow

    Simple node.js utility to create video slideshows from images

    videoshow is a Node.js utility designed to create video slideshows from a sequence of images using FFmpeg as its processing engine. It allows developers to programmatically generate videos by combining images with optional audio tracks, subtitles, and visual transitions. The tool supports customization of parameters such as frame rate, resolution, bitrate, and codecs, enabling flexible output configurations. It includes both a programmatic API and a command-line interface, making it adaptable for different workflows. videoshow processes media efficiently and is used in production environments to generate large volumes of videos automatically. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    MediaToolkit

    MediaToolkit

    A .NET library to convert and process all your video & audio files

    MediaToolkit is a .NET library designed to simplify multimedia processing tasks by providing an easy-to-use interface over FFmpeg functionality. It allows developers to perform operations such as video conversion, thumbnail generation, and metadata extraction without dealing with raw command-line syntax. The library supports common media workflows, making it suitable for backend services and desktop applications. It provides structured APIs for configuring encoding parameters and handling...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Vishesh Auto Index

    Vishesh Auto Index

    Vishesh Auto Index 5 is Best Wap Auto Index for mp3 sites.

    Vishesh Auto Index is a rebirth of AutoIndex. A mobile focused autoindex script that allows users to create a mobile download site. Security level too high. Vishesh Auto Index 5 specially made for mp3/mp4 downloading websites. Vishesh Auto Index 5 My Official Blog:- https://visheshgrewal.blogspot.com Vishesh Auto Index:- https://vishesh-auto-index.blogspot.com Readme.txt for more information
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    QtAV

    QtAV

    A cross-platform multimedia framework based on Qt and FFmpeg

    QtAV is a cross-platform multimedia framework built on top of Qt and FFmpeg that enables developers to create high-performance audio and video applications with minimal effort. It provides a flexible API for decoding, encoding, and rendering media streams, supporting a wide variety of formats through FFmpeg integration. The framework supports hardware acceleration technologies such as DXVA, VAAPI, and CUDA, ensuring efficient playback even for high-resolution or complex video formats. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    Icarus Scene Engine

    Icarus Scene Engine

    3D .NET engine for Windows, Linux, Mac

    Icarus Scene Engine is a cross-platform, CLS-compliant 3D framework, integrating open source APIs into a cohesive all-open-source, all .NET solution. For Windows, MacOSX & Linux. Uses OpenTK, OpenGL, OpenAL APIs for graphics and audio. Runs on Mono/.NET. Links to FFMpeg for streaming video, and FreeType as a temporary conversion mod to bring fonts into a native XML format. Binary builds of Icarus will be infrequent, roughly every 18 months or so, the GIT code updates regularly on a...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB