Showing 2465 open source projects for "source"

View related business solutions
  • 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
  • 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
  • 1
    The goal of this project is to enhance the quicktime4linux library
    Leader badge
    Downloads: 75 This Week
    Last Update:
    See Project
  • 2
    TTGO VGA32 Lite
    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    libjpeg-turbo

    libjpeg-turbo

    SIMD-accelerated libjpeg-compatible JPEG codec library

    libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals...
    Leader badge
    Downloads: 43,151 This Week
    Last Update:
    See Project
  • 4
    This is an application for taking clips or frames from video file. It is written in Tcl/Tk and uses mplayer and ffmpeg under the hood.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5
    SmartYouTubeTV

    SmartYouTubeTV

    Watch YouTube videos on your TV and set-top-box with comfort

    SmartTubeLegacy is an alternative YouTube client designed for Android TV devices, focusing on providing a cleaner and more customizable viewing experience. It removes ads and unnecessary distractions, allowing users to focus on content without interruptions. The application includes advanced playback features such as background play, customizable controls, and improved navigation. It is optimized for TV interfaces, ensuring smooth performance and usability with remote controls. The project...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    jucevlc

    jucevlc

    MediaCenter-like Fullscreen User Interface for VLC

    JuceVLC moved here : https://github.com/maudoin/jucevlc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FFmpegKit

    FFmpegKit

    FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, ma

    FFmpegKit is a collection of tools to use FFmpeg in Android, iOS, Linux, macOS, tvOS, Flutter and React Native applications. It includes scripts to build FFmpeg native libraries, a wrapper library to run FFmpeg/FFprobe commands in applications and 8 prebuilt binary packages available at Github, Maven Central, CocoaPods, pub and npm. All scripts support additional options to enable optional libraries and disable platform architectures. FFmpegKit is a wrapper library that allows you to easily...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 8
    Jvedio

    Jvedio

    Jvedio is a local video management software

    Jvedio is a desktop-based local video management system designed to organize and enhance personal media libraries with automation and metadata enrichment. It scans local directories, imports video files, and builds a structured library by extracting unique identifiers and categorizing content automatically. The software supports tagging, filtering, and advanced search, enabling users to manage large collections efficiently. It integrates AI-based features such as actor recognition and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    anichart.js

    anichart.js

    Easily create data visualization animation videos

    anichart.js is a JavaScript and TypeScript visualization library designed to transform structured data into animated charts, particularly dynamic bar chart race visualizations. It allows developers to create time-based animations that display ranking changes and trends in an engaging and visually intuitive way. The library provides tools for rendering charts on a canvas, managing transitions, and synchronizing data over time. It supports exporting animations as video files, making it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    PaM MPEGJoint is an application for joining two or more MPEG video files into one. MPEGJoint re-multiplexes the original streams and attempts to find an optimal algorithm to recover the original splitted file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    VDR plugin: xine-lib based software output device for VDR.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    AI Upscaler for Blender

    AI Upscaler for Blender

    AI Upscaler for Blender using Real-ESRGAN

    Blender add-on to dramatically reduce render times using the Real-ESRGAN upscaler. Rendering an HD image in Blender takes 37 minutes. Upscaling can render a similar quality image in 5 mins total. Any PC or laptop can now do 3D rendering. 4k images can be rendered in the time it would take to render HD 1080p images. HD 1080p images can be rendered in record time on low-end hardware. Installation is easy. Just install the addon. No special hardware or GPU is required. Upscaling is done...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Piper

    Piper

    A distributed workflow engine

    Piper is a multimedia-focused tool designed to simplify audio and video processing workflows through streamlined command execution. It acts as a wrapper around FFmpeg-like utilities, enabling users to build pipelines for media transformation with reduced complexity. The project emphasizes automation and reproducibility, allowing consistent handling of media tasks across environments. It supports chaining operations such as encoding, filtering, and conversion in a structured manner. Piper is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ffmpeg-go

    ffmpeg-go

    Golang binding for ffmpeg

    ffmpeg-go is a Go language binding for FFmpeg that allows developers to construct and execute complex multimedia processing pipelines using a fluent and programmatic API. It acts as a wrapper around FFmpeg command-line functionality, translating chained function calls into executable FFmpeg commands. The library enables tasks such as transcoding, cutting, filtering, and streaming media while maintaining a clean and readable syntax. It does not include FFmpeg itself, requiring users to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HandBrake JP 日本語版

    HandBrake JP 日本語版

    HandBrake Japanese language version

    HandBrakeはオープンソースで開発されている、マルチプラットフォーム/マルチスレッド対応のビデオフォーマット変換ツールです。GPLで提供されており、Mac OS XやLinux、Windowsで動作します。 HandBrake is an open source, multi-platform/multi-threaded video format conversion tool. It is GPLed and runs on Mac OS X, Linux, and Windows.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 16
    The Stream Detector

    The Stream Detector

    A Firefox addon for keeping track of manifests

    The Stream Detector is a browser extension and utility designed to detect and identify media streams embedded within web pages, particularly those using streaming protocols such as HLS or DASH. It scans network requests and extracts stream URLs, allowing users to access underlying media sources that may not be directly visible. The tool is useful for developers, researchers, and media enthusiasts who need to analyze streaming behavior or capture media sources. It supports integration with...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 17
    AutoDispose

    AutoDispose

    Automatic binding+disposal of RxJava streams

    Automatic binding+disposal of RxJava streams. AutoDispose is an RxJava 2+ tool for automatically binding the execution of RxJava streams to a provided scope via disposal/cancellation. 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
  • 18
    AI-Shorts-Creator

    AI-Shorts-Creator

    Python-based tool that leverages the power of GPT-4

    ...The system integrates FFmpeg and OpenCV to crop videos dynamically, often using face detection to keep subjects centered. It is designed for content creators who want to generate short videos quickly without manual editing. The workflow includes downloading source videos, analyzing content, segmenting highlights, and exporting finished clips. It supports multiple video formats and is configurable for different use cases. Overall, it provides an automated pipeline for transforming long videos into social media-ready shorts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    enhancr

    enhancr

    Video Frame Interpolation & Super Resolution using NVIDIA's TensorRT

    enhancr is an elegant and easy to use GUI for Video Frame Interpolation and Video Upscaling which takes advantage of artificial intelligence - built using node.js and Electron. It was created to enhance the user experience for anyone interested in enhancing video footage using artificial intelligence. The GUI was designed to provide a stunning experience powered by state-of-the-art technologies without feeling clunky and outdated like other alternatives. It features blazing-fast TensorRT...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 20
    MediaFileDuplicateFinder

    MediaFileDuplicateFinder

    MediaFileDuplicateFinder finds duplicated video, image, & audio files

    Media File Duplicate Finder finds duplicated video and image files based on similarity. Finds duplicates which have different resolution, frame rate, watermark, and video file tags. It's a cross-platform program that supports Windows, Linux and Mac-OS. Please use below link to report bugs, feature-request, or questions. https://github.com/David-Maisonave/MediaFileDuplicateFinder/issues/new/choose For more information, visit the following Wiki...
    Downloads: 48 This Week
    Last Update:
    See Project
  • 21
    nxtvepg is a decoder and browser for Nextview EPG - a subscription-free electronic TV program guide in the analog domain. Up to ~2012, Nextview was broadcasted in Germany, Austria, Switzerland, Turkey, Belgium and France and covered all major TV networks. Due to shut-down of analog transmission Nextview is defunct now. nxtvepg can still be used as browser for XMLTV files and EPG grabber from teletext.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 22
    OnionMedia X

    OnionMedia X

    Converts and downloads videos and music quickly and easily.

    OnionMedia is a free video and audio file converter and downloader that works with ffmpeg and yt-dlp. It supports a huge amount of formats and codecs and is open source on GitHub.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 23
    StreamFX

    StreamFX

    StreamFX is a plugin for OBS® Studio which adds many new effects

    Upgrade your setup with several modern sources, filters, transitions and encoders using StreamFX! With several performant and flexible features, you will discover new ways to build your scenes, better ways to encode your content, and take your stream to the next level. Create cool new scenes with 3D effects, add glow or shadow, or blur out content - endless choices, and all of it at your fingertips.
    Downloads: 187 This Week
    Last Update:
    See Project
  • 24
    Link - Php download script

    Link - Php download script

    Php file download serving script

    Link is a small Php-MySql file download serving script in early beta state with random links, resume capability, configurable download speed, logging system and connection number control released under GNU Lesser General Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QMDemo

    QMDemo

    Some functional modules developed by Qt on a daily basis or demos

    QMDemo is an Android demonstration project that showcases multimedia playback and processing capabilities using native and Java-based components. It is designed as a learning tool for developers exploring video playback, decoding, and rendering pipelines on mobile devices. The project includes examples of handling media streams, managing buffers, and synchronizing audio and video output. It demonstrates integration with multimedia libraries and frameworks to achieve efficient playback...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB