JavaScript Video Software

View 248 business solutions

Browse free open source JavaScript Video Software and projects below. Use the toggles on the left to filter open source JavaScript Video Software by OS, license, language, programming language, and project status.

  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • 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
  • 1

    contextv

    Project developed at the CIn/UFPE as part of IN1133 class.

    Project developed at the CIn/UFPE as part of IN1133 class (Master in Computer Sciences).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    file*HANDLER is a net-daemon style server coordinating some free media conversion pkgs with a pgSQL back end. Embedded AJAX scripts provide the UI for grid-type directory sharing/streaming of audio/video/flat-file display over any standard webserver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    fivevid
    Open video sharing platform. HTML5 + CSS3 + Theora + OGG
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gifify

    gifify

    Convert any video file to an optimized animated GIF

    gifify is a command-line utility and Node.js-based tool designed to convert video files into optimized animated GIFs with high efficiency and flexibility. It leverages powerful multimedia tools such as FFmpeg, ImageMagick, and giflossy to produce lightweight GIF outputs while maintaining visual quality. The tool allows users to process full videos or extract specific segments, making it useful for creating short clips, demos, or previews. Its Unix-friendly design supports piping through standard input and output, enabling seamless integration into automation scripts and workflows. gifify performs all processing in memory, avoiding temporary files and improving speed, even when handling large source videos. It also provides a wide range of configuration options such as frame rate, compression, color limits, and resizing to fine-tune output results. Despite being simple to use, it offers advanced customization for developers and power users working with video-to-GIF conversion tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Start Free
  • 5
    h265ize

    h265ize

    A node utility utilizing ffmpeg to encode videos with the hevc codec

    h265ize is a command-line tool that automates the conversion of video files to the H.265/HEVC codec using FFmpeg. It is designed to reduce file sizes while maintaining high visual quality, making it ideal for archiving and storage optimization. The tool scans directories, identifies compatible files, and processes them automatically with predefined encoding settings. It emphasizes ease of use by minimizing the need for manual configuration. h265ize can skip already optimized files and manage output efficiently. It is particularly useful for users managing large media libraries. The project focuses on balancing compression efficiency with visual fidelity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    iaextractor repository

    AAC audio extractor for the FLV format

    Repository for iaextractor project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Simple instant messager app for small-usergroups. Supports clustering, voice, video streaming, file exchanging and some other features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    library of extensions to MaxMSP software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    musiclick

    musiclick

    musiclick-View,Listen,Download,Convert,Mail,Record,Search,Upload...

    Offline video & audio converter packing a bundle of features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Start Free
  • 10
    openVeoh is a collection of open source software which allows UNIX users to download and manage content available on Veoh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pman-player

    pman-player

    Desktop Media Center for Windows and Linux

    PMan is a desktop media player and media management tool. More info on the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    simple-peer

    simple-peer

    Simple WebRTC video, voice, and data channels

    simple-peer is a lightweight JavaScript library that simplifies peer-to-peer WebRTC connections for real-time communication directly between browsers and devices. The project abstracts away much of the complexity of the native WebRTC API, allowing developers to establish audio, video, and data channels with minimal configuration. It supports direct peer communication without requiring heavy signaling infrastructure beyond the initial connection exchange. simple-peer is commonly used in browser-based chat applications, multiplayer games, collaborative tools, decentralized systems, and streaming platforms. The library works in both browser and Node.js environments, enabling flexible peer-to-peer networking architectures across platforms. Its streamlined API and low setup overhead have made it one of the most popular developer-friendly wrappers around WebRTC functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Application d'enregistrement / diffusion de Webradio diffusant en Shoutcast fonctionnant sous Jakarta Tomcat, permet l'enregistrement programme d'emission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    tv.js

    tv.js

    Apple TV for Torrent Streaming in JS (Node/Chrome)

    tv.js is a JavaScript smart TV experiment for streaming movies through a TV-style interface. It was built as a 24-hour hackathon project and is designed to run as a server with a browser-based front end. The app can run on a Raspberry Pi connected to a television through HDMI. Its interface can be controlled from a smartphone, so users do not need a keyboard or mouse in the living room. The project originally combined movie lookup, torrent search, BitTorrent streaming, and video conversion into one prototype. Because it deals with torrent-based media access, it should only be used with content the user is legally allowed to stream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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. It also provides event hooks for monitoring progress and handling errors during rendering. Overall, it simplifies slideshow video creation while retaining the power of FFmpeg.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Æther9 is an experiment in collaborative realtime storytelling through the use of networked video transmission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Shoutcast Control Panel is a project designed to create and control Shoutcast servers via mysql, php and apache. I have started this project because of the lack of open source control panels with useful functionality.
    Downloads: 0 This Week
    Last Update:
    See Project