Showing 25 open source projects for "video making"

View related business solutions
  • 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
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    WanGP

    WanGP

    AI video generator optimized for low VRAM and older GPUs use

    ...Wan2GP provides a full web-based interface that simplifies interaction with complex generative pipelines, making it easier to configure prompts, models, and rendering settings. It also integrates a wide range of utilities such as prompt enhancement, mask editing, motion design, and extraction tools for pose, depth, and flow data to support advanced video workflows.
    Downloads: 53 This Week
    Last Update:
    See Project
  • 2
    BizHawk

    BizHawk

    BizHawk is a multi-system emulator written in C#

    A multi-system emulator written in C#. As well as quality-of-life features for casual players, it also has recording/playback and debugging tools, making it the first choice for TASers (Tool-Assisted Speedrunners). Screenshotting and recording audio + video to file. Firmware management, input, framerate, and more in a HUD over the game. Rebindable hotkeys for controlling the frontend (keyboard+mouse+gamepad). A comprehensive input mapper for the emulated gamepads and other peripherals. ...
    Downloads: 38 This Week
    Last Update:
    See Project
  • 3
    libavif

    libavif

    Library for encoding and decoding .avif files

    libavif is a portable, open-source C library that implements encoding and decoding for the AVIF (AV1 Image File Format), offering a robust, production-ready way to work with AVIF images across platforms. It supports all AV1-supported YUV formats and bit-depths, including alpha (transparency), and includes command-line tools (avifenc and avifdec) to easily convert to/from AVIF from common image formats like JPEG, PNG, or Y4M. The API is straightforward, allowing applications to integrate AVIF...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    Matroska Server Mk2

    Matroska Server Mk2

    The streaming solution to end all streaming problems

    Matroska Server Mk2 is a media streaming server designed to serve MKV video files over a network with minimal configuration. It enables on-demand streaming of video content, making it suitable for personal media servers or lightweight distribution systems. The project focuses on efficient file serving and compatibility with common media players. It supports handling large video files while maintaining smooth playback performance.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    FFmpegAndroid

    FFmpegAndroid

    FFmpeg implements video cropping, watermarking, transcoding

    FFmpegAndroid is a comprehensive Android-focused multimedia development project that demonstrates how to integrate and use FFmpeg for advanced audio and video processing tasks. It provides a wide range of implementations including video editing, transcoding, watermarking, and GIF generation, all optimized for mobile environments. The project also covers real-time streaming capabilities such as local and live RTMP pushing using H264 encoding, making it suitable for building live broadcasting applications. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ffmpeg_develop_doc

    ffmpeg_develop_doc

    2023, the latest audio and video learning materials, projects

    ffmpeg_develop_doc is a curated repository that aggregates a comprehensive collection of learning resources related to FFmpeg and multimedia development. It includes command references, technical articles, academic papers, tutorials, and example projects covering audio and video processing concepts. The repository is structured as a knowledge base, offering materials on encoding, decoding, streaming protocols, and real-time media systems. It also contains interview preparation resources and practical case studies, making it useful for both learning and professional development. In addition to documentation, it links to open-source projects and implementation examples that demonstrate real-world usage of FFmpeg. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Jessibuca

    Jessibuca

    Jessibuca is an open source pure H5 live streaming player

    ...Jessibuca includes intelligent buffering and frame handling to prevent delay accumulation during long playback sessions. It also supports multiple playback instances simultaneously, making it suitable for monitoring dashboards or multi-stream environments. With a lightweight footprint and strong compatibility, it is widely used for web-based surveillance, live streaming, and embedded video applications.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    FFmpegCommand

    FFmpegCommand

    Command library suitable for Android. It implements audio and video

    FFmpegCommand is a graphical utility designed to simplify the generation and execution of FFmpeg commands for multimedia processing tasks. It provides an interface where users can configure parameters such as codecs, bitrates, and formats without manually writing command-line instructions. The tool dynamically builds FFmpeg commands based on user selections, making complex workflows more accessible. It supports common operations such as transcoding, trimming, and format conversion....
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    VirtualBox

    VirtualBox

    Virtualization software for x86_64 hardware

    VirtualBox is a powerful open-source full virtualization software that allows a user to run one or more “guest” operating systems simultaneously inside “virtual machines” on a single physical “host” machine. It supports a wide variety of host platforms (Linux, Windows, macOS, Solaris, etc.) and guest OSes, enabling, for example, running Linux on a Windows PC, running Windows Server on a Linux host, or even legacy OSes in a controlled environment. This flexibility makes VirtualBox ideal for...
    Downloads: 94 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10
    os-tutorial

    os-tutorial

    How to create an OS from scratch

    os-tutorial is an open source educational project by cfenollosa that teaches the basics of building an operating system from scratch. The repository provides step-by-step lessons starting with bootloaders and moving through kernel development, interrupts, memory management, and system calls. Each tutorial is accompanied by clear explanations, code examples, and references to deepen understanding. The project uses x86 assembly and C to illustrate concepts, making it accessible to students and...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    raylib-go

    raylib-go

    Go bindings for raylib, a simple and easy-to-use library

    raylib-go is a Go (Golang) binding/wrapper around raylib, the light-weight C library for video game and multimedia programming. It allows Go developers to build 2D (and some simple 3D) games, graphical applications, or multimedia tools using a familiar and simple API, while leveraging Go’s language ergonomics, concurrency model, and ecosystem. With raylib-go, developers can draw graphics, handle input, play sound, manage textures, and manage game loops directly in Go — without needing to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    EZ Project

    EZ Project

    Softwares making our work easier

    Go to "Files" to download releases of EZComm and Jirrit. EZComm (EZ Comm) is still maintened, code hosted on https://github.com/bon-ami/ezcomm You can use it as either a client or a server for TCP/UDP text messages Jirrit is still maintened, code hosted on https://github.com/bon-ami/jirrit You can use it to operate with commands on JIRA, bugzilla, Jenkins and Gerrit. EZOutput is hosted on https://gitee.com/bon-ami/ezoutput
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ffmpeg-gl-transition

    ffmpeg-gl-transition

    FFmpeg filter for applying GLSL transitions between video streams

    ffmpeg-gl-transition is an extension for FFmpeg that introduces support for GLSL-based transitions between video streams, enabling visually rich effects during video concatenation. It replaces complex FFmpeg filter graphs with a simpler approach that uses shader-based transitions, making it easier to create custom visual effects. The tool integrates OpenGL rendering into FFmpeg, allowing developers to apply transitions such as crossfades and warp effects between clips. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    MemoryLeakDetector

    MemoryLeakDetector

    Native memory leak monitoring tool

    memory-leak-detector is a native memory-leak monitoring tool developed by ByteDance (originally for their video-app team) that helps developers detect, diagnose, and manage memory leaks in native (e.g. C/C++) code across Android applications. It offers relatively simple integration and wide monitoring coverage: by configuring the tool (or via broadcast control), developers can start leak detection for specific native libraries or entire processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RxFFmpeg

    RxFFmpeg

    FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl

    RxFFmpeg is a high-performance multimedia processing framework built on top of FFmpeg and optimized specifically for Android environments, enabling developers to perform complex audio and video editing operations programmatically. It integrates widely used encoding libraries such as x264, mp3lame, and fdk-aac, allowing it to support a broad range of media formats and transformations. The framework provides a wrapper around FFmpeg commands, making it easier to execute advanced media operations without directly handling low-level command syntax. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    LiVES

    LiVES

    LiVES is a Video Editing System. It is designed to be simple to use, y

    LiVES mixes realtime video performance and non-linear editing in one professional quality application. It is designed to be simple to use, yet powerful. It is small in size, yet it has many advanced features. Using LiVES, you can start editing and making video right away, without having to worry about formats, frame sizes, or framerates. It is a very flexible tool which is used by both professional VJ's and video editors - mix and switch clips from the keyboard, use dozens of realtime effects, trim and edit your clips in the clip editor, and bring them together using the multitrack timeline. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 17
    Media Player Classic - Home Cinema

    Media Player Classic - Home Cinema

    MPC-HC's main repository. For support use our Trac

    Media Player Classic – Home Cinema (MPC-HC) is a lightweight, open-source audio and video player for Windows designed to provide high performance with minimal system resource usage. Built on the DirectShow architecture, it supports a wide range of audio and video formats without requiring external codecs, thanks to integrated components like LAV Filters. The software is known for its simple, classic interface inspired by early Windows Media Player versions while still offering advanced playback capabilities. ...
    Downloads: 56 This Week
    Last Update:
    See Project
  • 18
    YouTube Video Converter / Transcoder

    YouTube Video Converter / Transcoder

    Converts various video formats into H264 / mp4 format for YouTube

    This video transcoder converts various video formats into High quality H.264 or mp4 format which is specially optimized for YouTube channel. This application will help you to achieve the recommended upload encoding settings by YouTube. Thus, making your video look flawless on your YouTube channel. Additionally its audio section helps you to extract audio files out of various audio and video formats.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    SRec is a program for recording videos from whatever is happening on your AmigaOS 4.x computer screen (useful for making tutorials, showing off games/programs, etc.). This is a purely software solution so no extra hardware is needed to use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Are you boring with manually making movies of your vacations, birthdays, every year, month? Arrange your clips as you did: a folder for each event, give clips a “chronological name”, folder a “title name”. That's it. Then just run Video Kiss.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Neuros 442 is a handheld, multimedia player . This manufacturer sponsored project is dedicated to porting Linux and making many product architectural decisions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A series of simple video games, written in various languages (chiefly C/C++ and making use of several libraries). Libraries crafted within the project for use by Bouncing Ball Games will also be made available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Endo is a simple, powerful 3D modeling program. It is good for making low-poly models for video games, and the like. Future version will provide texturing and rigging support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    the Rabbit Run is a piece of machinima currently in production by part of the Quake done Quick team. We are making modifications to the Quake1 engine so as to enable particular audio and video effects in the resulting playback engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ap02 presents a promiscuous model of data generation and self-display, making use of a virtual machine architecture to develop and execute self modifying instruction sets across networked nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB