Showing 47 open source projects for "common"

View related business solutions
  • 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
  • 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
    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,343 This Week
    Last Update:
    See Project
  • 2
    OpenCut

    OpenCut

    The open-source CapCut alternative

    ...Its UI is designed to feel familiar on day one: a timeline, preview, media bin, and a minimal set of tools that cover the majority of social and short-form editing tasks. Under the hood it emphasizes responsive playback and snappy scrubbing so editors can make decisions quickly without proxy gymnastics. Common conveniences—snapping, ripple edits, keyboard shortcuts, and export presets—help you get from footage to shareable output with minimal setup. The project aims to be approachable for newcomers while still serving power users who want a dependable cutter for everyday content. With an open ecosystem, it invites plugins and community presets to extend capabilities without bloating the core.
    Downloads: 82 This Week
    Last Update:
    See Project
  • 3
    HandBrake

    HandBrake

    A open source video to convert video from any format to modern codecs

    HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows.
    Downloads: 138 This Week
    Last Update:
    See Project
  • 4
    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. ...
    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
    StreamEx

    StreamEx

    Enhancing Java Stream API

    This library defines four classes, StreamEx, IntStreamEx, LongStreamEx, DoubleStreamEx which are fully compatible with Java 8 stream classes and provide many additional useful methods. Also EntryStream class is provided which represents the stream of map entries and provides additional functionality for this case. Finally, there are some new useful collectors defined in MoreCollectors class as well as primitive collectors concept.
    Downloads: 110 This Week
    Last Update:
    See Project
  • 6
    learn-ffmpeg

    learn-ffmpeg

    Learn audio and video knowledge, organize materials

    ...It includes practical examples that demonstrate how to apply FFmpeg in real-world scenarios. The content is organized to serve both as a learning resource and a quick reference for developers. It also highlights common patterns and best practices for working with multimedia systems. Overall, it functions as a comprehensive guide for understanding FFmpeg capabilities and applications.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    libavif

    libavif

    Library for encoding and decoding .avif files

    ...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: 11 This Week
    Last Update:
    See Project
  • 8
    MeshLab

    MeshLab

    The open source mesh processing system

    MeshLab is an open-source, portable, and extensible system for the processing and editing of unstructured large 3D triangular meshes. It is aimed to help the processing of the typical not-so-small unstructured models arising in 3D scanning, providing a set of tools for editing, cleaning, healing, inspecting, rendering and converting this kind of meshes. MeshLab is mostly based on the open source C++ mesh processing library VCGlib developed at the Visual Computing Lab of ISTI - CNR. VCG can...
    Downloads: 36 This Week
    Last Update:
    See Project
  • 9
    Videomass

    Videomass

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

    ...The software supports multitasking operations, allowing users to process multiple media files simultaneously. 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: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    FFmpegCommand

    FFmpegCommand

    Command library suitable for Android. It implements audio and video

    ...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. It also enables experimentation by allowing users to test configurations before execution. Overall, it bridges the gap between ease of use and advanced media processing functionality.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    ffmprovisr

    ffmprovisr

    Repository of useful FFmpeg commands for archivists

    ffmprovisr is an educational web-based resource designed to help users understand and construct FFmpeg commands through a curated collection of practical recipes. It organizes common multimedia tasks into categorized examples, allowing users to quickly find solutions for operations such as transcoding, trimming, filtering, and metadata handling. Each recipe includes a sample command along with a detailed explanation of its components, helping users learn how FFmpeg flags and parameters work. The platform is particularly useful for beginners who find FFmpeg’s syntax complex, as it breaks down commands into understandable segments. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    SpotSeekBot

    SpotSeekBot

    spotify music downloader telegram bot (tracks, albums, playlists)

    ...It allows users to search for tracks, play songs, and manage queues directly through chat commands. The bot integrates with Spotify APIs to retrieve track information and playlists while using external sources for actual audio playback. It supports common playback controls such as pause, skip, and seek, enabling interactive music sessions in real time. The system is designed to handle multiple users and maintain queue consistency during playback. It also includes configuration options for customizing behavior and command handling. Overall, it provides a convenient way to bring Spotify-based music experiences into Discord environments.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    JamTools

    JamTools

    JamTools is a cross-platform gadget set software

    ...It integrates various features such as file management, multimedia handling, and system utilities into a unified interface. The project emphasizes ease of use while offering advanced functionality for handling common tasks efficiently. It includes support for media-related operations, often leveraging FFmpeg for processing video and audio content. JamTools is structured to allow modular expansion, enabling new tools and features to be added over time. Its interface is designed to centralize multiple utilities, reducing the need for separate applications. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    FFmpeg Cheat Sheet

    FFmpeg Cheat Sheet

    A categorized collection of FFmpeg commands for video automation

    FFmpeg Cheat Sheet is a curated collection of commonly used FFmpeg commands and examples designed to help users quickly understand and apply multimedia processing tasks. It serves as a reference guide for operations such as transcoding, trimming, resizing, and streaming. The repository organizes commands into categories, making it easier to find solutions for specific use cases. It is particularly useful for beginners who want to learn FFmpeg syntax and workflows without reading extensive...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Matroska Server Mk2

    Matroska Server Mk2

    The streaming solution to end all streaming problems

    ...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. The implementation emphasizes simplicity and ease of deployment. It is particularly useful for users who want a straightforward way to stream local video libraries. The server architecture is optimized for reliability and low overhead.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Memories

    Memories

    Build a full stack MERN application

    ...The repository is tied to a video tutorial series that covers the project from start to finish, ideal for developers learning full-stack workflows. The codebase is split into client and server folders for separation of concerns, and uses common patterns like REST APIs, React state management, and MongoDB models. While fairly standard as a “starter” full-stack project, it provides a clean, end-to-end example of building and deploying a modern web application with MERN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Riemann

    Riemann

    A network event stream processing system, in Clojure

    ...Combine statistics from every Riak node in your cluster and forward to Graphite. Track user activity from second to second. Riemann streams are just functions which accept an event. Events are just structs with some common fields like :host and :service You can use dozens of built-in streams for filtering, altering, and combining events, or write your own. Since Riemann's configuration is a Clojure program, its syntax is concise, regular, and extendable. Configuration-as-code minimizes boilerplate and gives you the flexibility to adapt to complex situations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MP3 Rocket

    MP3 Rocket

    YouTube to mp3 converter and downloader

    ...MP3 Rocket also allows users to turn any video into a MP3 ringtone, without sound quality loss. 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: 240 This Week
    Last Update:
    See Project
  • 19
    Eagle Mode

    Eagle Mode

    Zoomable user interface (ZUI) with file manager, file viewers and more

    ...It features a portable C++ toolkit API for developing such ZUIs, and it features the Eagle Mode application, which provides a virtual cosmos with plugin applications. The most important one is the professional file manager with its rich, scriptable command set. It integrates file viewers for most of the common file types, as well as an audio and video player. Furthermore, the virtual cosmos contains a chess game, a netwalk game, a 3D minesweeper game, a multi-function clock, a stock watchlist, some fractals, and a Linux kernel configurator in form of a kernel patch.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 20
    AutoDispose

    AutoDispose

    Automatic binding+disposal of RxJava streams

    ...Often (especially in mobile applications), Rx subscriptions need to stop in response to some event (for instance, when Activity#onStop() executes in an Android app). In order to support this common scenario in RxJava 2, we built AutoDispose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FFCreator

    FFCreator

    A fast video processing library based on node.js

    FFCreator is a lightweight and flexible short video processing library based on Node.js. You only need to add some pictures, music, or video clips, you can use it to quickly create a very exciting video album. Nowadays, short video is an increasingly popular form of media communication. Like Weishi and Tiktok is full of all kinds of wonderful short videos. So how can users visually create video clips on the web easily and quickly? Based on pictures and Text content, dynamic batch generation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AutoSub

    AutoSub

    A CLI script to generate subtitle files (SRT/VTT/TXT) for any video

    AutoSub is a Python-based tool designed to automatically generate subtitles for video or audio content using speech recognition technology. It processes media files by extracting audio, transcribing spoken content, and generating subtitle files in standard formats. The tool supports multiple languages and can integrate with translation systems to produce subtitles in different languages. It is designed for automation, allowing batch processing of multiple media files. AutoSub leverages...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    vdx

    vdx

    An intuitive CLI for processing video, powered by FFmpeg

    vdx is a command-line video processing tool built on top of FFmpeg that simplifies common editing tasks through a clean and intuitive interface. It allows users to perform operations such as trimming, cropping, resizing, and format conversion without manually writing complex FFmpeg commands. The tool is designed to process multiple video files concurrently, improving efficiency when handling batch workloads. It supports chaining multiple transformations in a single command, enabling streamlined workflows for video editing and automation. vdx relies on Node.js and FFmpeg, making it portable across systems where these dependencies are available. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    hplayer

    hplayer

    A multi-screen player using Qt + FFmpeg

    ...It focuses on providing a minimal yet functional implementation of video playback, including decoding, rendering, and synchronization. The project is structured as a learning resource, helping developers understand the fundamentals of multimedia pipelines. It supports common audio and video formats and includes playback controls for managing media streams. The architecture emphasizes performance and simplicity, using native libraries to achieve efficient playback. It also demonstrates integration between UI layers and low-level media processing components. Overall, it serves as a practical reference for building custom media players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Savify

    Savify

    Download Spotify songs to mp3 with full metadata and cover art

    ...It allows users to input playlists, albums, or individual tracks and automatically retrieves matching audio files with proper tagging. The tool integrates FFmpeg and yt-dlp to handle downloading, conversion, and formatting into common audio formats such as MP3. It enriches files with metadata including artist, album, cover art, and track information to maintain organized music libraries. savify supports batch downloading, enabling users to process entire playlists efficiently. It also provides configuration options for bitrate, file structure, and metadata sources. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB