Showing 451 open source projects for "command line port"

View related business solutions
  • 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
  • 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
    Interactive FFMPEG Command Generator

    Interactive FFMPEG Command Generator

    Create and render complex ffmpeg filtergraphs in the browser

    ...It abstracts command-line complexity while still exposing the underlying FFmpeg logic. Developers and creators can use it to prototype workflows before translating them into scripts. The project encourages experimentation and discovery in multimedia processing. Its interface-driven approach makes FFmpeg more accessible to non-expert users.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Coomer Downloader App

    Coomer Downloader App

    Coomer downloader

    ...It is often used for personal archiving, data collection, or offline access to content that may otherwise be difficult to manage manually. The tool operates through a command-line interface, making it suitable for scripting and integration into automated workflows.
    Downloads: 354 This Week
    Last Update:
    See Project
  • 3
    ffmpy

    ffmpy

    Pythonic interface for FFmpeg/FFprobe command line

    ffmpy is a Python wrapper that provides a simple and Pythonic interface for constructing and executing FFmpeg and FFprobe command-line operations. It abstracts command generation into structured Python objects, making it easier to define inputs, outputs, and parameters programmatically. The library uses Python’s subprocess module to run compiled commands, ensuring compatibility with standard FFmpeg installations. It is designed for developers who want to automate media processing tasks without manually writing complex command strings. ffmpy supports flexible argument configuration, enabling a wide range of transcoding and analysis workflows. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    yt-dlp-gui

    yt-dlp-gui

    A cross-platform GUI wrapper for yt-dlp written in PySide6

    yt-dlp-gui is a cross-platform graphical interface for the popular command-line video downloader yt-dlp, created to make video and audio downloads from sites like YouTube, Vimeo, Twitch, and others easier for everyday users without needing to work directly with command-line arguments. Written in PySide6 (Python with Qt bindings), it wraps the powerful yt-dlp engine in a visual application that lets users paste video URLs, choose formats, apply presets, and start downloads with a click, while still exposing options for advanced tweaks via configuration files. ...
    Downloads: 261 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
  • 5
    Bunkr Downloader

    Bunkr Downloader

    Yet bunkrr album downloader

    Bunkr Downloader is a command-line media downloader designed specifically for retrieving and managing albums from the Bunkr platform. It is implemented in Python and focuses on providing a structured workflow for downloading, organizing, and synchronizing media collections. The tool allows users to input album URLs and automatically download all associated media while maintaining a local metadata database for tracking content.
    Downloads: 142 This Week
    Last Update:
    See Project
  • 6
    Bilidown

    Bilidown

    Bilibili video parsing download tool, supports 8K video

    bilidown is a command-line tool designed to download videos and audio content from the Bilibili platform with high flexibility and control. It supports downloading single videos, playlists, and series, allowing users to archive content efficiently. The tool integrates FFmpeg to merge audio and video streams when necessary, ensuring compatibility and high-quality output.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 7
    mpv

    mpv

    Command line video player

    mpv is a free (as in freedom) media player for the command line. It supports a wide variety of media file formats, audio and video codecs, and subtitle types. Powerful scripting capabilities can make the player do almost anything. There is a large selection of user scripts on the wiki. While mpv strives for minimalism and provides no real GUI, it has a small controller on top of the video for basic control. mpv has an OpenGL, Vulkan, and D3D11 based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more. mpv can leverage most hardware decoding APIs on all platforms. ...
    Downloads: 67 This Week
    Last Update:
    See Project
  • 8
    ffmpeg-commander

    ffmpeg-commander

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

    ffmpeg-commander is a web-based graphical interface that simplifies the creation of FFmpeg commands for common video and audio encoding tasks. 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. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    YouTube Music Downloader

    YouTube Music Downloader

    A simple app to get songs from YouTube in mp3 format with artist name

    YouTube Music Downloader is a command-line music downloader written in Python that retrieves audio from YouTube and enriches it with detailed metadata from external sources. It combines tools like yt-dlp and FFmpeg to extract high-quality audio while automatically tagging files with artist name, album, release date, and artwork. The application distinguishes itself by integrating metadata providers such as Spotify and iTunes, ensuring that downloaded tracks resemble properly organized music library entries. ...
    Downloads: 47 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
  • 10
    dovi_tool

    dovi_tool

    dovi_tool is a CLI tool combining multiple utilities

    dovi_tool is a command-line utility written in Rust that provides a comprehensive set of tools for working with Dolby Vision metadata in video streams. It is designed to analyze, edit, and generate dynamic metadata used in high dynamic range video formats. The tool allows users to extract, inject, and modify RPU data, which controls how Dolby Vision content is displayed on compatible devices.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 11
    FFmpeg CLI Wrapper for Java

    FFmpeg CLI Wrapper for Java

    Java wrapper around the FFmpeg command line tool

    ffmpeg-cli-wrapper is a Java library that provides a structured interface for interacting with FFmpeg and FFprobe through command-line execution. It allows developers to construct multimedia processing commands programmatically using object-oriented patterns instead of raw shell commands. The library supports tasks such as transcoding, probing media files, and extracting metadata while maintaining clarity and type safety. It includes built-in support for parsing FFprobe output into Java objects, making it easier to work with media information in applications. ffmpeg-cli-wrapper is designed to be lightweight and does not bundle FFmpeg itself, giving developers flexibility in managing dependencies. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    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. It is designed for flexibility and performance, enabling both simple conversions and advanced multimedia workflows. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Twspace-dl

    Twspace-dl

    A python module to download twitter spaces

    Twspace-dl is a Python-based tool designed to download audio content from Twitter Spaces, enabling users to archive live or recorded sessions locally. It works by extracting streaming URLs and processing them with FFmpeg to generate downloadable audio files. The tool supports both command-line and graphical interfaces, making it accessible to different types of users. It requires authentication via exported cookies due to API restrictions, ensuring access to protected content. twspace-dl also includes options for saving metadata, playlists, and cover art associated with the stream. It can handle both live and ended Spaces, providing flexibility in content retrieval. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    Blur

    Blur

    Add motion blur to videos

    Blur is a command-line tool designed to simplify video processing workflows focused on blurring and censoring sensitive regions within video content. It provides a streamlined interface for applying blur effects to specific areas, often using FFmpeg as the underlying processing engine. The tool enables automation of repetitive editing tasks such as anonymizing faces, text, or objects in video frames.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    ffmpeg-normalize

    ffmpeg-normalize

    Audio Normalization for Python/ffmpeg

    ffmpeg-normalize is a command-line utility designed to normalize audio levels in media files using FFmpeg, ensuring consistent volume across multiple tracks. It supports both EBU R128 loudness normalization and peak normalization methods, allowing users to choose the appropriate standard for their needs. The tool analyzes audio streams and applies adjustments to achieve target loudness levels without introducing distortion.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    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. FFmpegCommand is particularly useful for users who want to leverage FFmpeg’s power without needing deep technical knowledge. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    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. It supports operations such as transcoding, filtering, and stream manipulation while maintaining compatibility with FFmpeg’s underlying capabilities. typed-ffmpeg is particularly useful in large-scale applications where maintainability and type safety are important. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    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: 5 This Week
    Last Update:
    See Project
  • 19
    youtube-viewer

    youtube-viewer

    Lightweight YouTube client for Linux

    youtube-viewer is a lightweight YouTube client for Linux, providing a command-line interface to search and play YouTube videos. It offers a minimalistic alternative to browsing YouTube through a web browser.​
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    mpv.net for Windows

    mpv.net for Windows

    mpv.net is a media player for Windows with a modern GUI

    mpv.net is a media player for Windows with a modern GUI. The player is based on the popular mpv media player. mpv.net is designed to be mpv compatible, and almost all mpv features are available, this means the official mpv manual applies to mpv.net, differences are documented in the mpv.net manual.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 21
    FFShare

    FFShare

    An android app to compress image, video and audio files

    FFShare is a lightweight command-line tool designed to simplify sharing video clips by quickly uploading them to online platforms using FFmpeg-based processing. 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.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Real-ESRGAN GUI

    Real-ESRGAN GUI

    Cross-platform GUI for image upscaler Real-ESRGAN

    The graphic interface of Real-ESRGAN, a practical and beautiful image magnification tool, refers to the design of waifu2x-caffe. This program is a graphical interface of Real-ESRGAN's command line program Real-ESRGAN-ncnn-vulkan , written in Python and tkinter, and supports Windows, Ubuntu and macOS platforms. According to actual measurements, arm64the single-architecture performance is better than universal2the dual- architecture Mac on the Apple chip, so Apple chip users are advised to pack arm64single-architecture applications by themselves. ...
    Downloads: 119 This Week
    Last Update:
    See Project
  • 23
    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. Recent developments have added experimental support for HDR gain maps, improved color-space handling (including wide color gamut and high bit depth), and better quality tuning modes for encoding, making libavif a cutting-edge tool for high-quality image compression.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    BBDown

    BBDown

    Bilibili Downloader

    BBDown is a free, efficient commandline downloader and parser for content from Bilibili (Chinese video platform). It supports fetching videos via URLs or content IDs (e.g., av, BV, ep, ss), can be installed as a global .NET tool, and is actively maintained with automated builds and releases. This project is for personal study, research and non-commercial use only.
    Downloads: 59 This Week
    Last Update:
    See Project
  • 25
    FFmate

    FFmate

    FFmate is a modern and powerful automation layer

    FFmate is a graphical utility designed to simplify the use of FFmpeg by providing an intuitive interface for building and executing multimedia processing commands. It allows users to perform tasks such as transcoding, trimming, and format conversion without needing to memorize command-line syntax. The tool dynamically generates FFmpeg commands based on user input, making complex workflows more accessible. It supports a wide range of audio and video formats, enabling flexible media processing. ffmate is designed for both beginners and advanced users, offering a balance between simplicity and customization. It can also be used for experimenting with encoding parameters and testing different configurations. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB