Showing 360 open source projects for "format"

View related business solutions
  • 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.
    Try It Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    FFShare

    FFShare

    An android app to compress image, video and audio files

    ...It allows users to select segments of videos, encode them, and upload them directly without manual editing steps. The tool integrates with FFmpeg to handle trimming, compression, and format conversion before sharing. It is designed for speed and convenience, enabling rapid workflows for content creators and developers. ffshare also supports configuration options for controlling output quality and encoding parameters. Its minimal interface focuses on automation and efficiency rather than complex editing features. Overall, it provides a streamlined solution for clipping and sharing media content quickly.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    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 support natively — creating, decoding, compressing, or decompressing images programmatically. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Windrecorder

    Windrecorder

    Windrecorder is a memory search app by records everything

    Windrecorder is an open-source personal memory search engine that continuously records on-screen activity in a highly optimized and storage-efficient format. It captures screen content locally and builds a searchable database using OCR and image understanding, allowing users to rewind and rediscover anything they have previously seen. The system indexes only meaningful visual changes, extracting text, browser data, and contextual information to improve search accuracy and reduce storage overhead. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    ezytdl

    ezytdl

    Advanced electron-based frontend for yt-dlp

    ezytdl is a user-friendly media downloader designed to simplify retrieving video and audio content from online platforms through a graphical interface. It acts as a wrapper around powerful tools like yt-dlp and FFmpeg, allowing users to download content without using command-line instructions. The application supports a wide range of websites and enables users to choose formats, resolutions, and output options easily. It includes features such as batch downloading and playlist handling,...
    Downloads: 1 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
  • 5
    Av1an

    Av1an

    Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework

    Av1an is a command-line encoding framework designed to efficiently encode video into the AV1 format using distributed and parallel processing techniques. It acts as an orchestrator that splits video files into chunks, processes them in parallel using encoders like SVT-AV1, AOM, or rav1e, and then merges the results into a final output. The tool is optimized for high-quality encoding while reducing total processing time through multi-core and multi-machine support.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Videomass

    Videomass

    Videomass is a free, open source and cross-platform GUI for FFmpeg

    ...It offers extensive configuration options while also providing presets to simplify common workflows. Videomass integrates closely with FFmpeg, exposing powerful capabilities such as transcoding, filtering, and format conversion without requiring command-line interaction. It also supports scripting and customization for more advanced use cases. Overall, it combines usability and flexibility into a comprehensive multimedia processing tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    A cross-platform SDK for AAF. AAF is a metadata management system and file format for use in professional multimedia creation and authoring. The AAF specification is administered by the Advanced Media Workflow Association, which also coordinates deve
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    wlmedia

    wlmedia

    Next audio and video player SDK

    ...The project includes support for multiple media formats and emphasizes performance and efficiency in resource-constrained systems. It demonstrates how to build media pipelines that handle playback, processing, and format conversion. wlmedia is structured as both a functional tool and a learning resource for developers exploring multimedia systems. Its modular design allows components to be reused or extended for custom applications. Overall, it serves as a practical toolkit for media handling and experimentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FFmpeg Cheat Sheet

    FFmpeg Cheat Sheet

    A categorized collection of FFmpeg commands for video automation

    ...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
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    handbrake-js

    handbrake-js

    Video encoding / transcoding / converting for node.js

    handbrake-js is a Node.js wrapper around the HandBrake CLI tool, designed to bring powerful video transcoding capabilities into JavaScript applications. It provides a programmatic interface for converting video files from nearly any format into modern codecs using HandBrake’s encoding engine. The library allows developers to build automation workflows for media processing without directly interacting with command-line tools. It supports multiple output formats such as MP4 and MKV and includes compatibility across major operating systems. handbrake-js relies on an installed HandBrakeCLI binary and exposes its functionality through asynchronous JavaScript APIs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ffmpeg-commander

    ffmpeg-commander

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

    ...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. The tool focuses on common workflows such as format conversion, compression, and codec selection. It can optionally connect to a backend service to execute commands and stream progress updates in real time. The interface is inspired by tools like HandBrake, aiming to lower the barrier to entry for FFmpeg usage. Overall, it acts as a bridge between ease of use and powerful multimedia processing capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AutoCrop-Vertical

    AutoCrop-Vertical

    Smart video converter using YOLOv8 and FFmpeg

    AutoCrop-Vertical is a Python-based video processing tool that automatically converts horizontal videos into vertical formats optimized for social media platforms. It uses computer vision techniques and AI models such as YOLOv8 to analyze each frame, detect subjects, and dynamically adjust cropping decisions. Instead of applying a static center crop, the system intelligently tracks people or key objects to preserve visual focus and composition. When cropping would degrade the scene, it can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Membrane Core

    Membrane Core

    The core of Membrane Framework, multimedia processing framework

    ...It models media processing as a graph of lightweight, supervised OTP processes—elements connected by links—so work is isolated, fault-tolerant, and easy to scale or reconfigure at runtime. The core defines a clear lifecycle and callback API for elements, plus concepts like buffers, events, and capabilities/format negotiation to keep components interoperable and type-safe. Back-pressure, scheduling, and time synchronization are handled by the framework, enabling low-latency streaming and precise playback control without ad-hoc concurrency code. Developers compose pipelines from reusable building blocks and can dynamically add, remove, or switch elements while the system is running.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Shotcut

    Shotcut

    Shotcut is a free, open source, cross-platform video editor.

    Shotcut is a free, open source, cross-platform video editor for Windows, Mac and Linux. Major features include support for a wide range of formats; no import required meaning native timeline editing; Blackmagic Design support for input and preview monitoring; and resolution support to 4k. Copyright © 2011-2023 by Meltytech, LLC Shotcut is a trademark of Meltytech, LLC.
    Leader badge
    Downloads: 72,726 This Week
    Last Update:
    See Project
  • 15
    DVDStyler

    DVDStyler

    A cross-platform DVD authoring application

    ...DVDStyler provides over 20 DVD menu templates, allowing you to create your own menu designs and photo slideshows. After you select your DVD label name, video quality, video format, aspect ratio, and audio format, you can select a template to add video materials to. DVDStyler's interface supports drag-and-drop so you can add project buttons and movies around with ease. Some basic video editing operations such as trimming and cropping are also available.
    Leader badge
    Downloads: 5,331 This Week
    Last Update:
    See Project
  • 16
    AMV-Converter

    AMV-Converter

    Converts Videos to .AMV (Used For Cheap MP3 Players)

    AMV Converter is a lightweight tool designed to convert videos to the AMV (Actions Media Video) format — a proprietary format used primarily in older MP4/MP3 players. Built using ffmpeg, this converter is optimized to produce AMV files with smaller file sizes, perfect for low-storage portable devices. The tool also includes a built-in video downloader powered by yt-dlp, with support for a wide range of video formats and subtitle/audio preservation options.
    Leader badge
    Downloads: 126 This Week
    Last Update:
    See Project
  • 17
    MP3 Rocket

    MP3 Rocket

    YouTube to mp3 converter and downloader

    ...MP3 Rocket is more than a video downloader, it allows users to download HD videos and convert them to any common video format. The program is easy to use. Just specify the URL for the video desired and click the Download button. Audio formats supported are: MP3, M4A, AAC, AIFF, FLAC, WAV, WMA. Video formats supported are: MP4, FLV, MOV, AVI, MPG, WMV, WEBM, 3GP.
    Downloads: 105 This Week
    Last Update:
    See Project
  • 18
    Winamp

    Winamp

    Iconic media player

    Winamp is a media player that gained widespread popularity in the late 1990s and early 2000s for its user-friendly interface and extensive customization options. Originally developed by Nullsoft, it quickly became a go-to choice for playing audio files, particularly MP3s. Known for its sleek design, visualizer effects, and compatibility with numerous audio formats, Winamp allowed users to create and manage playlists, apply skins for a personalized look, and access plug-ins to extend its...
    Downloads: 330 This Week
    Last Update:
    See Project
  • 19
    FFmpeg Batch AV Converter

    FFmpeg Batch AV Converter

    Free all in one audio/video ffmpeg batch encoder

    ...You can change encoding priority, pause and resume, set automatic shutdown. It is good for seasoned ffmpeg users as well as beginners. It provides unlimited single or multi-file batch encoding for almost any audio/video format. You can use any set of parameters and try them before starting encoding. You can multiplex streams, subtitle videos (as track and hardcoded), trim, concatenate, record screen, multimedia info. Included youtube-dl / yt-dlp frontend GUI to download urls.
    Leader badge
    Downloads: 1,264 This Week
    Last Update:
    See Project
  • 20
    ezthumb
    A video thumbnail generator based on FFMPEG.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 21
    YT Channel Downloader

    YT Channel Downloader

    Download YouTube channels, playlists, videos, audios with easy login.

    ...With a simple YouTube login process, you can download private or age-restricted content using your session cookies. The application offers extensive customization options, allowing you to choose your preferred video resolution, audio quality, and file format. Additionally, the intuitive interface ensures that both novice and advanced users can navigate and utilize the tool effortlessly. Whether you're archiving your favorite channels or downloading videos for offline viewing, YT Channel Downloader provides a seamless and efficient experience.
    Leader badge
    Downloads: 315 This Week
    Last Update:
    See Project
  • 22
    NotEnoughAV1Encodes

    NotEnoughAV1Encodes

    GUI for AV1 (aomenc, rav1e & svt-av1)

    NotEnoughAV1Encodes is a graphical user interface designed to simplify encoding video into the AV1 format using multiple encoders such as aomenc, rav1e, and SVT-AV1. It provides a centralized environment for configuring encoding parameters, managing jobs, and monitoring progress. The tool supports advanced features like scene-based splitting and chunked encoding, improving efficiency and output quality. It includes multithreading capabilities to accelerate encoding tasks and handle large workloads. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Subtitle Editor

    Subtitle Editor

    Subtitle Editor for SRT, SUB, SBV, TXT, ASS, SSA subs

    Srt Editor is a small subtitle editing tool for Linux, OSX and Win64. You can edit the following file formats in various ways : SRT, SUB, TXT, SBV, ASS, SSA. Last version : 4.0.3 (MacOS & Linux) / 3.2.1 (Windows)
    Downloads: 23 This Week
    Last Update:
    See Project
  • 24
    PyTube Downloader

    PyTube Downloader

    Let's quickly download YouTube videos & playlists with one click.

    PyTube Downloader lets you quickly download YouTube videos and playlists with one click. Choose from 144p to 8K quality and download multiple videos simultaneously. PyTube Downloader 让你轻松一键下载 YouTube 视频和播放列表。支持选择 144p 到 8K 的质量,并支持同时下载多个视频。
    Downloads: 62 This Week
    Last Update:
    See Project
  • 25
    4allDownloader Converter

    4allDownloader Converter

    Video,audio&Files Downloader&Convert with built-in browser with AI.

    ...Experience lightning-fast downloads, universal format support, and privacy-focused browsing in one revolutionary application. Perfect for content creators, researchers, media enthusiasts and anyone who demand.
    Downloads: 5 This Week
    Last Update:
    See Project
Auth0 Logo