Showing 178 open source projects for "access"

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
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    AmazonMSK AWS Identity Access Management

    AmazonMSK AWS Identity Access Management

    Use AWS Identity and (IAM) to connect to Amazon Managed Streaming

    The Amazon MSK Library for AWS Identity and Access Management enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK) clusters. It allows JVM-based Apache Kafka clients to use AWS IAM for authentication and authorization against Amazon MSK clusters that have AWS IAM enabled as an authentication mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Erethos Downloader

    Erethos Downloader

    Save Erothots content including leaked videos and premium collections

    Erethos Downloader is an automation tool designed to download media content from supported adult content platforms, enabling users to archive videos and images locally for offline access. The project focuses on simplifying the retrieval process by allowing users to input URLs or account information and automatically fetch associated content in bulk. It includes mechanisms for handling authentication and session data, ensuring access to content that may require login credentials. The downloader is designed to manage large batches efficiently, reducing manual effort when saving multiple posts or galleries. ...
    Downloads: 92 This Week
    Last Update:
    See Project
  • 3
    Coomer Downloader App

    Coomer Downloader App

    Coomer downloader

    ...The application typically supports features such as authentication, rate limiting, and retry mechanisms to ensure reliable downloads even when dealing with unstable connections or restricted endpoints. 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: 411 This Week
    Last Update:
    See Project
  • 4
    IPTV Free TV

    IPTV Free TV

    M3U Playlist for free TV channels

    IPTV is a community-curated M3U playlist repository that aggregates free TV channels from around the world, allowing users to stream live television content over the internet or via locally available free broadcasts. It compiles lists of links to television channels that can be opened in any video player or IPTV client that supports the M3U format, effectively turning the open internet into a global TV guide. The repository is maintained by enthusiasts who gather publicly accessible channel...
    Downloads: 2,331 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.
    Try Free
  • 5
    Hypnotix

    Hypnotix

    An M3U IPTV Player

    Hypnotix is a versatile and user-friendly IPTV player developed by the Linux Mint team, designed to provide seamless access to live TV channels, movies, and series through IPTV services. With its clean and intuitive interface, Hypnotix supports M3U playlists and works effortlessly with various IPTV providers, offering a straightforward way to watch content without the need for additional configuration. It includes features like search functionality, organized categories, and support for multiple content sources, making it an excellent choice for users looking to stream media conveniently. ...
    Downloads: 173 This Week
    Last Update:
    See Project
  • 6
    FFmpeg.AutoGen

    FFmpeg.AutoGen

    FFmpeg auto generated unsafe bindings for C#/.NET and Core

    FFmpeg.AutoGen is a .NET binding for FFmpeg that provides low-level access to its native libraries through automatically generated C# interop code. It enables developers to work directly with FFmpeg’s APIs, including encoding, decoding, muxing, and demuxing operations, within managed .NET environments. The library exposes FFmpeg structures and functions with minimal abstraction, offering high performance and flexibility.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    OptiScaler

    OptiScaler

    OptiScaler bridges upscaling/frame gen across GPUs

    ...This makes it possible to swap technologies such as NVIDIA DLSS, AMD FSR, or Intel XeSS even if the game only supports one of them by default. The tool effectively acts as a compatibility layer between the game engine and multiple upscaling frameworks, enabling cross-GPU access to features that might otherwise be restricted to specific hardware ecosystems. In addition to replacing upscalers, OptiScaler can enable frame generation features in titles that do not officially support them, improving frame rates and perceived smoothness during gameplay.
    Downloads: 147 This Week
    Last Update:
    See Project
  • 8
    Fapello.Downloader

    Fapello.Downloader

    NSFW Windows app to batch download images and videos

    ...The application is packaged as a standalone executable for Windows, making it accessible without requiring a Python environment. It is optimized for batch operations, organizing downloaded media into structured folders for easy access and storage. The project also includes performance improvements and updates over time, focusing on faster download speeds and improved reliability.
    Downloads: 55 This Week
    Last Update:
    See Project
  • 9
    Video-subtitle-extractor

    Video-subtitle-extractor

    A GUI tool for extracting hard-coded subtitle (hardsub) from videos

    ...A GUI tool for extracting hard-coded subtitles (hardsub) from videos and generating srt files. Use local OCR recognition, no need to set up and call any API, and do not need to access online OCR services such as Baidu and Ali to complete text recognition locally. Support GPU acceleration, after GPU acceleration, you can get higher accuracy and faster extraction speed. (CLI version) No need for users to manually set the subtitle area, the project automatically detects the subtitle area through the text detection model. ...
    Downloads: 68 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
  • 10
    ffmpeg-over-ip

    ffmpeg-over-ip

    Connect to remote ffmpeg servers

    ffmpeg-over-ip is a client-server system that enables remote execution of FFmpeg commands on a machine with GPU access while controlling it from another environment such as a container or virtual machine. It allows applications without direct GPU access to offload video transcoding tasks to a remote server, improving performance without requiring complex passthrough setups. The system works by coordinating commands through a lightweight protocol while using a shared filesystem to exchange media data. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    PyAV

    PyAV

    Pythonic bindings for FFmpeg's libraries

    ...It enables developers to work with media containers, streams, packets, codecs, and frames, exposing low-level operations while simplifying some of the complexity of FFmpeg. The library is designed for precise media manipulation, making it suitable for applications that require frame-level access or custom processing pipelines. PyAV integrates well with other Python libraries such as NumPy and Pillow, allowing seamless data transformation and analysis. It supports decoding, encoding, filtering, and resampling operations, covering a wide range of multimedia tasks. While powerful, it requires a solid understanding of FFmpeg concepts, as it prioritizes flexibility and control over abstraction. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Kyoo

    Kyoo

    A portable and vast media library solution

    ...It is built around a containerized architecture using Docker, where multiple services handle media indexing, streaming, and configuration. The system allows users to access their content from a browser while maintaining control over storage and playback infrastructure. Kyoo supports hardware acceleration options for efficient video processing, making it suitable for high-resolution streaming environments. Its configuration relies on environment variables and Docker Compose, enabling flexible deployment across different systems. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    FFmpeg Sidecar

    FFmpeg Sidecar

    Wrap a standalone FFmpeg binary in an intuitive Iterator interface

    ...Additionally, it parses FFmpeg logs to extract structured information such as progress, metadata, and errors. The project is designed for cross-platform compatibility and minimal configuration. Its architecture emphasizes simplicity while retaining access to FFmpeg’s powerful capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SwiftFFmpeg

    SwiftFFmpeg

    A Swift wrapper for the FFmpeg API

    SwiftFFmpeg is a Swift wrapper for FFmpeg that provides direct access to multimedia processing capabilities within Apple development environments. It exposes FFmpeg’s libraries through Swift-friendly APIs, enabling developers to perform encoding, decoding, and stream manipulation tasks. The project is designed to maintain performance while improving usability through modern language features. It supports working with media containers, codecs, and frames at a low level, offering fine control over processing pipelines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Rsmpeg

    Rsmpeg

    A Rust crate that exposes FFmpeg's power as much as possible

    Rsmpeg is a Rust-based binding for FFmpeg that provides low-level access to multimedia processing capabilities through safe and efficient abstractions. It allows developers to interact directly with FFmpeg libraries for tasks such as encoding, decoding, and stream manipulation. The library is designed to balance performance with safety by leveraging Rust’s ownership model and memory management features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    new-pac

    new-pac

    Scientific Internet access

    This repository aggregates tools, guides, and configuration files aimed at enabling network access in restrictive environments across desktop and mobile platforms. It collects client applications, one-click browser bundles, configuration examples, and references for widely used proxy and tunneling technologies. The emphasis is on approachability: instructions, packaged builds, and links are organized so non-experts can find a workable setup for their device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DouK-Downloader

    DouK-Downloader

    TikTok releases/likes/compilations/live streams/videos/atlases/music

    ...It supports automated workflows like incremental downloads, duplicate detection, and persistent storage of collected data in formats like CSV, XLSX, and SQLite, making it useful for both content archiving and analytics. The project also includes a Web UI interface and API support, allowing remote access, automation, and integration into larger systems or private servers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    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: 5 This Week
    Last Update:
    See Project
  • 19
    FFmpeg Batch AV Converter

    FFmpeg Batch AV Converter

    FFmpeg Batch AV Converter

    FFmpeg Batch AV Converter is a graphical front-end for FFmpeg designed to simplify advanced multimedia processing through an intuitive interface while preserving full access to FFmpeg’s capabilities. It allows users to perform complex encoding, conversion, and editing operations using drag-and-drop workflows instead of command-line input. The application supports both single and batch processing, enabling users to handle large volumes of media files efficiently. It includes tools for trimming, concatenating, multiplexing, and adding subtitles, as well as downloading and processing online media streams. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20
    Streamlink

    Streamlink

    Streamlink is a CLI utility which pipes video streams

    ...The main purpose of Streamlink is to avoid resource-heavy and unoptimized websites, while still allowing the user to enjoy various streamed content. There is also an API available for developers who want access to the stream data. Streamlink is built upon a plugin system that allows support for new services to be easily added. Most of the big streaming services are supported. Streamlink is made up of two parts, a cli and a library API. See their respective sections for more information on how to use them. The default behavior of Streamlink is to playback streams in the VLC player. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    FFBox

    FFBox

    A multimedia transcoded treasure chest / a FFmpeg case

    ...FFBox also provides customization options for encoding parameters, enabling users to control output quality and performance. Its interface is designed to balance ease of use with access to advanced features. Overall, it acts as a bridge between FFmpeg’s power and a user-friendly environment.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    build-ffmpeg-script

    build-ffmpeg-script

    The FFmpeg build script provides an easy way to build a static FFmpeg

    ...It automates downloading dependencies, configuring build options, and generating static FFmpeg binaries for Linux and macOS systems. The script supports enabling GPL and non-free codecs, allowing access to advanced encoding features such as x264, x265, and AV1. It also includes options for hardware acceleration and customization of build parameters. Designed for reproducibility, it ensures consistent builds across environments without manual dependency management. The script is particularly useful for developers and system administrators who need optimized FFmpeg builds tailored to specific workflows. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    RisingWave

    RisingWave

    RisingWave: the next-generation streaming database in the cloud

    ...RisingWave consumes streaming data, performs continuous queries, and updates results dynamically. As a database system, RisingWave maintains results in its own storage so that users can access data efficiently. RisingWave accepts data from sources like Apache Kafka, Apache Pulsar, Amazon Kinesis, Redpanda, and materialized CDC sources. Everything you do in RisingWave is via Postgres-compatible SQL. Create materialized views for the data that need to be incrementally aggregated. Query for data in RisingWave, including persisted data and data you add or import to RisingWave. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Delphi-OpenCV

    Delphi-OpenCV

    Project Delphi-OpenCV. Translation of OpenCV library header files

    Delphi-OpenCV is a set of Object Pascal bindings and tools that bring OpenCV functionality into the Delphi development environment. It provides access to computer vision capabilities such as image processing, feature detection, and video analysis within native Delphi applications. The project includes sample programs, preconfigured packages, and integration with related libraries like SDL and OpenGL. It supports multiple OpenCV versions and includes resources such as Haar cascades for face detection tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Twspace-dl

    Twspace-dl

    A python module to download twitter spaces

    ...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. Overall, it offers a practical solution for capturing and preserving audio from social media streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB