Showing 49 open source projects for "ffmpeg api"

View related business solutions
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    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
  • 2
    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: 6 This Week
    Last Update:
    See Project
  • 3
    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: 2 This Week
    Last Update:
    See Project
  • 4
    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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    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
  • 6

    DMCC Logger for Avaya

    The DMCCLogger uses DMCC API to record calls for Avaya CM

    The Avaya DMCC Logger (DMCCLogger) is a server program that uses Avaya DMCC API to implement call recording for Avaya Aura Communication Manager. DMCCLogger supports Multiple Registration (MR) and Single Step Conference (SSC) recording methods. DMCCLogger receives RTP streams from Avaya Aura CM directly and converts the RTP data to WAV or MP3 file using conversion tool such as ffmpeg. Call details information is stored in MySQL database, a web based software called DMCCLoggerWeb is developed for searching of call records based on information such as calling number, called number, agent ID, etc. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    GLFFmpeg uses the video recording functionality provided by the FFmpeg library to capture content generated using OpenGL. The cross-platform library provides a minimalistic set of API to simplify the task of capturing OpenGL output to a video stream. GNU Lesser General Public License version 2.1 (LGPLv2.1)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    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: 4 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    simplest ffmpeg player

    simplest ffmpeg player

    The simplest video player based on FFmpeg

    A simplest video player based on FFmpeg. The software is based on VC 2010. It is suitable for beginner of FFmpeg. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software. Solutions contains 6 Project: simplest_ffmpeg_player: Standard Version, suitable for biginner. simplest_ffmpeg_player_su: SU(SDL Update)Version, Add SDL Event.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    simplest ffmpeg audio encoder

    simplest ffmpeg audio encoder

    The simplest audio encoder based on FFmpeg

    A simplest audio encoder based on FFmpeg. The software is based on VC 2010. It is suitable for beginner of FFmpeg. It encodes PCM data to AAC bitstream. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    simplest ffmpeg picture encoder

    simplest ffmpeg picture encoder

    The simplest picture encoder based on FFmpeg

    A simplest picture encoder based on FFmpeg. The software is based on VC 2010. It is suitable for beginner of FFmpeg. It encodes YUV420P data to JPEG picture .It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    simplest ffmpeg audio player

    simplest ffmpeg audio player

    The simplest audio player based on FFmpeg

    A simplest audio player based on FFmpeg.The software is based on VC 2010. It is suitable for beginner of FFmpeg. It only uses 200 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software. The solution contains 3 projects: simplest_ffmpeg_audio_player: Audio player based on FFmpeg and SDL. simplest_ffmpeg_audio_decoder: Audio decoder. Uses libavcodec and libavformat. simplest_audio_play_sdl2: Example about using SDL2 play PCM data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    simplest ffmpeg video encoder

    simplest ffmpeg video encoder

    The simplest video encoder based on FFmpeg

    A simplest video encoder based on FFmpeg. It is based on VC 2010. It is suitable for beginner of FFmpeg. It encodes YUV420P data to H.264 bitstream. It only uses about 100 lines of code. Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg's API through this software. It contains following project: simplest_ffmpeg_video_encoder: Simple Encoder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ffplay for MFC

    ffplay for MFC

    ffplay transplant to MFC

    ...It can decode a media stream and play it out. It has basic function of a video player such as: play, pause/continue, backward, forward, full screen etc. Through this software, the beginner of ffmpeg can learn ffmpeg’s API or relatively technologies. Note: there are 2 version of this software: 1.0.0: Use old libs, which is more stable. 1.0.1: Use newest libs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    ffmpeg for MFC

    ffmpeg for MFC

    ffmpeg transplant to MFC

    This software transplant ffmpeg to Microsoft VC++ environment. And use MFC to build a simple Graphical User Interface. It can convert a media stream from one format to another format. Through this software, the beginner of ffmpeg can learn ffmpeg’s API or relatively technologies. Currently it's not stable yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MusicPlayer

    MusicPlayer

    Music player - endlessly plays your music

    This music player is supposed to be simple and all centered around an infinite intelligent queue (some other players call this PartyShuffle or DJ mode). You can manually add songs to it - but if you don't or the queue gets too short, it will automatically intelligently fill it with further songs. The intelligent queue decision currently is based on: * song ratings * context-based choices, e.g. related songs more likely Other features of this player: * open source, simplified BSD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    tvpvrd - (TV Personal Video Recorder Daemon). A Unix server/daemon to make scheduled recordings of TV broadcasts using one or multiple Video capture cards with optional automatic transcoding (using ffmpeg)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    UNV

    UNV v2.0: Content Centric Live Video Streaming

    We present UNV_v2.0, an open-source video streaming framework for the Linux operating system, based on the video for Linux (v4l2 API) and the FFmpeg library. The purpose of the 2nd version of UNV is low-delay live capturing and streaming over IP, with a choice of codecs and protocols to use. For a short demonstration video, see http://www.youtube.com/watch?v=KXeCZquZh2Q For a 4-page technical summary, please see: G. Stathis, G. Smart, O Sawalha, L Levrini, H Balgobin, S Vitorakis, and Y Andreopoulos, "UNV: Content Centric Live Video Streaming," Proc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Kite7 is a open source framework written in PHP with a unique CMS application on it. It's created for the web2.0 area and designed for big webpages like big portals. This is the 2.0 Version, the 1.6 was propitary for a big advertising group
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ffencoderd is a little daemon written in perl to automate video encoding using ffmpeg. Based on Flix engine/SDK by On2 functionality. Processes are sent to encode through a SOAP API. It's main purpose is to encode video files to FLV (Flash Video Format)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    3gp converter is a GUI(kommander script) that uses ffmpeg as a backend and allows you convert the video files in 3gp format,which used at mobile phones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Database-driven converter based on ffmpeg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Video community (like youtube) in hours not months. Requires Mplayer, Mencoder, FFmpeg, Lame and Flvtool2. Designed for both low and high end websites supporting almost any file extension, with ease of upload for console/mobile support
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB