Showing 221 open source projects for "php support system"

View related business solutions
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 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
  • 1
    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,431 This Week
    Last Update:
    See Project
  • 2
    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: 2 This Week
    Last Update:
    See Project
  • 3
    FFmpegKit

    FFmpegKit

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

    ...There are eight different ffmpeg-kit packages distributed on Github, Maven Central, CocoaPods, pub and npm. Below you can see which system libraries and external libraries are enabled in each one of them.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 4
    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
  • 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
  • 5
    AI-Shorts-Creator

    AI-Shorts-Creator

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

    AI-Shorts-Creator is a Python-based tool that automates the creation of short-form videos by analyzing long-form content and extracting the most engaging segments. It uses AI models to evaluate transcripts and identify highlight moments, then processes video clips accordingly. 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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    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
  • 7

    IIDC Camera Control Library

    Capture and control API for IIDC compliant cameras

    libdc1394 is a library that provides a high level programming interface for application developers who wish to control and capture streams from IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specifications (also known as the IIDC or DCAM Specifications). libdc1394 also supports some USB cameras that are IIDC compliant. Besides capture and control, libdc1394 provides a full set of colour space conversion functions (including RAW decoding), vendor specific functions...
    Leader badge
    Downloads: 155 This Week
    Last Update:
    See Project
  • 8
    footswitch2basic

    footswitch2basic

    Audio Transcription software for Linux (Vlc) with a foot pedal

    Footswitch 2 (Basic) is a media player for transcribers on Linux. This version is a stripped down version of Footswitch2, containing only the absolute essentials for transcription. Written in python and using the python bindings for VLC it allows a transcriber to control the audio or video with a footpedal, and includes a set of macros that integrate into LibreOffice. This allows the transcriber to control the media player from within Libreoffice as well, making it useful for those who do...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    ffmpeg-gl-transition

    ffmpeg-gl-transition

    FFmpeg filter for applying GLSL transitions between video streams

    ffmpeg-gl-transition is an extension for FFmpeg that introduces support for GLSL-based transitions between video streams, enabling visually rich effects during video concatenation. It replaces complex FFmpeg filter graphs with a simpler approach that uses shader-based transitions, making it easier to create custom visual effects. The tool integrates OpenGL rendering into FFmpeg, allowing developers to apply transitions such as crossfades and warp effects between clips. It supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Darknet YOLO

    Darknet YOLO

    Real-Time Object Detection for Windows and Linux

    This is YOLO-v3 and v2 for Windows and Linux. YOLO (You only look once) is a state-of-the-art, real-time object detection system of Darknet, an open source neural network framework in C. YOLO is extremely fast and accurate. It uses a single neural network to divide a full image into regions, and then predicts bounding boxes and probabilities for each region. This project is a fork of the original Darknet project.
    Downloads: 52 This Week
    Last Update:
    See Project
  • 11
    docker-nginx-rtmp

    docker-nginx-rtmp

    A Dockerfile for nginx-rtmp-module

    docker-nginx-rtmp is a containerized streaming server that combines NGINX with the RTMP module to enable live video broadcasting and streaming workflows. It allows users to ingest RTMP streams and convert them into formats such as HLS for playback in web browsers. The project simplifies deployment by packaging all dependencies into Docker images, making it easy to run on various environments without manual configuration. It supports use cases such as live streaming, video relay, and content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    videojs-player

    videojs-player

    Video.js player component for Vue(3) and React

    videojs-player is a modern, framework-agnostic video playback component built on top of Video.js that provides seamless integration with both Vue 3 and React applications. It abstracts the complexity of working directly with Video.js by exposing a unified component interface that handles initialization, configuration, and lifecycle management internally. The library is written in TypeScript and designed to be highly responsive, supporting the majority of Video.js configuration options while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ARPT-Bot

    ARPT-Bot

    Tool designed to interact with streaming or media-related platforms

    ARPT-Bot is an automation tool designed to interact with streaming or media-related platforms, providing automated recording, monitoring, or processing capabilities. It is built to handle repetitive tasks such as tracking live streams, managing content, or executing scripted workflows. The system typically integrates with multimedia tools like FFmpeg to process or capture streams efficiently. It emphasizes automation and reliability, enabling long-running tasks without manual intervention....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Multimedia architecture consisting of libraries and applications. Libraries include gavl for low level audio/video support and gmerlin_avdecoder, a multiformat decoding library. Applications include a GUI player with mediatree and a GUI transcoder.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 15
    TeLOS Linux

    TeLOS Linux

    humbly smart Operating System - Debian derivative

    TeLOS is a new, universal Linux distribution, a carefully customized derivative of Debian bullseye / sid with KDE Plasma Desktop Environment featuring an unbiased selection of useful applications and services. You may find TeLOS Linux to be snappy, lightweight, ready for work or fun straight out of the box and easily configurable. This Operating System is freely distributed and honors free, open source software development. Nevertheless, some non-free proprietary packages are included to widely support common modern hardware. Google Chrome browser and TeamViewer contribute to making this unconventional distribution remote work and distance learning friendly. TeLOStore, our AppStore application, makes installing and uninstalling apps in TeLOS an easy, fast and safe game. ...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Harp

    Harp

    Static site server/generator with built-in preprocessing

    Harp is a static web server that also serves Jade, Markdown, EJS, Less, Stylus, Sass, and CoffeeScript as HTML, CSS, and JavaScript without any configuration. It supports the beloved layout/partial paradigm and it has flexible metadata and global objects for traversing the file system and injecting custom data into templates. Optionally, Harp can also compile your project down to static assets for hosting behind any valid HTTP server. Pre-compilers are becoming extremely powerful and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jetson-ffmpeg

    jetson-ffmpeg

    ffmpeg support on jetson nano

    jetson-ffmpeg is a specialized integration layer that enables FFmpeg to use hardware-accelerated encoding and decoding on NVIDIA Jetson devices through the L4T Multimedia API. It provides a bridge between FFmpeg and NVIDIA’s proprietary APIs, allowing developers to leverage on-device hardware encoders and decoders for improved performance. The project includes a library and patch system that modifies FFmpeg builds to enable NVMPI-based acceleration. This allows efficient processing of video...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RxFFmpeg

    RxFFmpeg

    FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl

    ...The system also includes features like hardware acceleration through MediaCodec, significantly improving performance on supported devices. Its design focuses on flexibility, allowing users to perform tasks such as transcoding, clipping, filtering, and compositing media with minimal overhead.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    LiVES

    LiVES

    LiVES is a Video Editing System. It is designed to be simple to use, y

    LiVES mixes realtime video performance and non-linear editing in one professional quality application. It is designed to be simple to use, yet powerful. It is small in size, yet it has many advanced features. Using LiVES, you can start editing and making video right away, without having to worry about formats, frame sizes, or framerates. It is a very flexible tool which is used by both professional VJ's and video editors - mix and switch clips from the keyboard, use dozens of realtime...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    videotranscode.space

    videotranscode.space

    A video transcoder and converter built using Web Assembly

    videotranscode.space is a web-based platform designed to simplify video transcoding through a user-friendly interface powered by backend FFmpeg processing. It allows users to upload media files and convert them into different formats or resolutions directly from the browser. The platform emphasizes accessibility by removing the need for local installations or command-line usage. It supports scalable processing, making it suitable for handling multiple conversion jobs in cloud environments....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    motionEyeOS

    motionEyeOS

    A video surveillance OS for single-board computers

    motionEyeOS is a Linux distribution that turns a single-board computer into a video surveillance system. The OS is based on BuildRoot and uses motion as a backend and motionEye for the frontend. Compatible with most USB cameras as well as with the Raspberry PI camera module. Motion detection with email notifications and working schedule. JPEG files for still images, AVI files for videos. Connects to your local network using ethernet or wifi. File storage on SD card, USB drive or network SMB...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 22
    Media Player Classic - Home Cinema

    Media Player Classic - Home Cinema

    MPC-HC's main repository. For support use our Trac

    ...It includes support for modern codecs such as H.264, HEVC, and AV1, as well as features like subtitle rendering, HDR playback, and hardware acceleration. MPC-HC also allows extensive customization through external filters and playback settings, making it flexible for both casual users and advanced configurations. Despite its discontinuation as an official project, it remains widely used and maintained through community forks and integrations in codec packs.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 23

    FastoCloud PRO

    IPTV/NVR/CCTV/Video cloud https://fastocloud.com

    IPTV/Video cloud Features: Cross-platform (Linux, MacOSX, FreeBSD, Raspbian/Armbian) GPU/CPU Encode/Decode/Post Processing Stream statistics CCTV Adaptive hls streams Load balancing Temporary urls HLS push EPG scanning Subtitles to text conversions AD insertion Logo overlay Video effects Relays Timeshifts Catchups Playlists Restream/Transcode from online streaming services like Youtube, Twitch ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PHP thumbnail generator. Optional resizing, cropping, watermarking, unsharp mask sharpening, rotating, caching, borders. GIF reading with/without GD support. EXIF thumbnails can be extracted and/or used for large-source support. Works with any GD version
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    PHP HTML5 Videochat

    PHP HTML5 Videochat

    Simple PHP setup for HTML5 Videochat web application by VideoWhisper.

    Using the HTML5 videochat interface is highly recommended as main browsers have plans to discontinue Flash support in 2020. HTML5 Videochat uses WebRTC technology to allow broadcasting webcam directly from website, without need for Flash. This is a simple embedding preview edition, with simple scripts to embed app and showcase few features. Live demo for this edition is available at: https://videowhisper.com/demos/html5-videochat/ For a full implementation of advanced capabilities, see turnkey site edition available as WordPress plugin with full php source: https://paidvideochat.com/html5-videochat/ Compatible turnkey complete hosting plans with HTML5 relay streaming and installation included: https://webrtchost.com/hosting-plans/#Complete-Hosting Contact VideoWhisper anytime for clarifications, suggestions, custom development evaluation: https://videowhisper.com/tickets_submit.php
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB