Showing 317 open source projects for "video script"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 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

    FSM: Font System Manager

    FSM is a tool designed to bridge the gap between ImageMagick & paperjs

    ...This script which requires: *PHP >= 7.0 *MySQL >= 5.6 *ImageMagick >= 6.9, Imagick for PHP Paperjs and jquery are bound in via CDN. This project will eventually be merged with Volpe, a browser-based video mockup editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Bash Shell Scripting in a Minute

    Bash Shell Scripting in a Minute

    Learn Bash Shell Scripting in a Minute using this Collection of Script

    Learn Bash Shell Scripting in a Minute using this Collection of Scripts, which are Real World Examples, ranging from a simple Date Based Theme to a Standalone Kiosk Type User Input Forms. The Learning is based on a "Observe and Understand Strategy", which means you run these scripts, observe their outputs, understand the script that generates them and learn the whole thing. These Scripts cover almost all the basics of bash shell scripting and summarizes them in the last script for user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Lip Reading

    Lip Reading

    Cross Audio-Visual Recognition using 3D Architectures

    The input pipeline must be prepared by the users. This code is aimed to provide the implementation for Coupled 3D Convolutional Neural Networks for audio-visual matching. Lip-reading can be a specific application for this work. Audio-visual recognition (AVR) has been considered as a solution for speech recognition tasks when the audio is corrupted, as well as a visual recognition method used for speaker verification in multi-speaker scenarios. The approach of AVR systems is to leverage the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FFMPEG-Raspberry + PHP-FFMPEG

    FFMPEG-Raspberry + PHP-FFMPEG

    Install FFMPEG on Raspbian

    download this file sudo chmod +x ffmpeg-pi.sh sudo ./ffmpeg-pi.sh For make PHP-FFMPEG : First make folder on you php upload video sudo mkdir /var/www/inputvideo/ sudo chmod 777 /var/www/inputvideo/ sudo mkdir /var/www/outputvideo/ sudo chmod 777 /var/www/outputvideo/ Make bash script sudo nano /usr/local/sbin/convert put this script on it ====== Script Bash ====== #/bin/bash/ in=/var/www/inputvideo/ out=/var/www/outputvideo/ cd $in; for i in *.mp4 ; do ffmpeg -i "$i" -threads 3 -c:v libx264 -preset superfast -crf 30 -c:a aac "$out${i%.*}.mp4" -y; done rm -f *.* chown -c www-data:www-data /var/www/outputvideo/*.mp4 ======= End Script ======= sudo chmod +x /usr/local/sbin/convert Make sure bash script working Put vidoe file on $input sudo convert Now put php script on your php upload script shell_exec('convert >> /dev/null 2>&1 &') Enjoy...
    Downloads: 0 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
    PHP Webcam Live Streaming

    PHP Webcam Live Streaming

    Web based live video streaming from webcam.

    ...Also to integrate with any php script or content management system that does not have a ready made integration, yet. PHP Live Streaming Edition Highlights: + Create Live Video Channels + Broadcast Live Video from Browser + Share Channels Link/Embed Code + Limit Total Use Time by Channel + Simple Setup + Easy to Install + Full PHP Source Code + Easy to Integrate Requires a RTMP hosting to setup rtmp side (see installation instructions).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    YouTube

    YouTube Video Grabber Script

    YouTube Video Grabber Script with full video access
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    deepin kxstudio shibuya remix español

    Deepin 15.4 optimized for lowlatency with ubuntu lowlatency kernel

    Deepin 15.4 optimized for lowlatency with ubuntu lowlatency kernel. This is the system that i use daily. It is in spanish as native language you can change language and input keyboard from configuration later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Youtube to mp3 converter php script

    Youtube to mp3 converter php script

    This youtube to mp3 converter is a full php scripts for webmasters. No

    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    WndLpt

    WndLpt

    Handy LPT port pins manager (also support COM port via USB)

    Handy 1..12 LPT port pins manager. Manual direction by keyboard or mouse. Automatic direction by Script or Music Visualization. Access to LPT-port pins in any Windows 98/Me/2k/XP/Vista/7/8/10. Also support direction up to 32 signals via COM port (see video with Arduino UNO). Can work as VIS plugin for Winamp, WMP and AIMP2/3/4.
    Downloads: 10 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

    3sat Video Downloader

    Bash script to download 3sat videos (req. pkg: curl)

    Bash-Skript um Videos aus der 3sat Mediathek herunterladen. Aufruf: ./3sat_download.sh <VIDEO-ID> Notwendige Argumente: VIDEO_ID = Nummer aus der Video-URL im Browser (z.B. 64293, siehe Screenshot) Beispiel: ./3sat_download.sh 64293 Hinweise: -Das Paket "curl" muss installiert sein (in gängigen Distributionen vorhanden). -Die Videos werden im Verzeichnis $HOME/Videos/ gespeichert, welches bereits existieren muss! -Es empfiehlt sich einen Alias in der $HOME/.bashrc Datei zu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    python cmd youtube downloader

    The script downloads youtube videos

    The program lets you search for videos on youtube as though you are entering them directly on the browser input field, displays the search results and then lets you select which video to download from the list. Alternatively, you can have it read a file with the videos you want to download, line by line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Timelapse CLI

    Command Line Interface for Timelapse creation

    This project contains a bash script for creating a timelapse video with all .jpg pictures within an specific folder. This script uses the ffmpeg for video rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Expose

    Expose

    A simple static site generator for photoessays

    ...It supports image and video customization through ImageMagick and FFmpeg, enabling batch effects, filters, watermarks, and even video stabilization. With minimal setup, users can transform raw media collections into polished photoessays suitable for personal portfolios, storytelling, or lightweight publishing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AVSEdit Plus

    AVSEdit Plus

    An AviSynth script editor with side by side preview and encoding GUI

    AVSEdit Plus is an AviSynth script editor with side by side preview and video encoding GUI for command line encoders: - edit AviSynth scripts, - preview script video results, - buffer slow scripts and preview them in real time, - enable side-by-side preview for two script video results, - work with command line encoders using an encoding GUI, - create an encoding queue.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    svg-map-animation

    generate animated video-clips from svg-image

    Draw some track-segments as bezier-curves on top of a map-image. Run svgAnim.rb-script to generate a vido-clip witch shows the track animated from 0% to 100% visibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    video-external

    plays html5 and flash videos from www sites in external player ( mpv

    Small script plays html5 and flash videos from adult www sites in external player ( mpv ) To use just chmod +x mm , copy to /usr/local/bin and run : mm <link to suported site> It requires mpv, and perl, curl, bash, gnu grep. List of supported sites in script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LikeUnlock is an easy to use bookmarklet to disable like-gates and other social media lockers on websites where the owner forces you to like/share/tweet something before you can read the post or watch the video. I really hate when my facebook news feed is full of random spam videos because my friends click on a link and they want to view the photo so they share it. I made this tool to stop these sites but I need your help to achieve my goal. Use my script instead of liking everything and make the social networks cleaner together! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Senuji Web Testing Framework

    Senuji Web Testing Framework

    Senuji is a keyword driven Selenium based test automation framework

    ...Senuji has following built in capabilities witch provide advanced test automation features instantly with zero Java and Selenium know-how. 1. Advanced cross browser test execution ability without changing Senuji test script 2. Advanced exception management capability during test run 3. Complete and durable logs and test reporting 4. Full video coverage of your test run 5. Easy installation (Just extract the archive file)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    pytomicgui

    Python based GUI for AtomicParsley

    Python script that uses Glade for providing a GUI for AtomicParsley
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SrtShifter

    A python script for shifting (advancing or delaying)srt subtitle files

    Python script for shifting (advancing or delaying) srt subtitle files. Runs in console mode (Unix, or DOS, MacOs ). usage: ==== [python] srtShift.py [-h] [-i INITIALDELAY] [-f FINALDELAY] srtFile positional arguments: srtFile name of subtitle srt file (without type '.srt') optional arguments: -h, --help show this help message and exit -i INITIALDELAY, --initialDelay INITIALDELAY initial delay, in seconds : a positive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    savonet
    Audio toolkit for streaming, aiming at complex Internet radio systems. Our stream generator is highly extensible and flexible. Script based, it can be a fully automatic daemon streamer, but is also used for live shows with an user-friendly GUI.
    Leader badge
    Downloads: 456 This Week
    Last Update:
    See Project
  • 22

    ClipBucket

    ClipBucket has been shifted: https://github.com/arslancb/clipbucket

    ClipBucket is an Open Source and freely downloadable PHP script that will let you start your own Video Sharing website (YouTube Clone) in a matter of minutes. ClipBucket is the fastest growing video script with the most advanced video sharing and social. ClipBucket source code has been shifted to GitHub, Kindly follow our GitHub for latest releases and code: https://github.com/arslancb/clipbucket
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    h264enc

    Advanced shell script for video encoding

    Advanced shell script for encoding DVDs, Blu-rays or video files to the H.264 format using the encoding utility MEncoder from the MPlayer project. Supports all the useful options an end-user would need to make a successful encode. The script is a CLI front-end to MEncoder and various audio encoders and container muxers. h264enc is no longer actively developed.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24

    Fajlami.com Video Search Engine Grabber

    This PHP script will Grab All Content from The Video Search Engine

    Who Don't know yet, http://www.fajlami.com is a open source online portal where users can search and download Videos from Youtube. As Open source, i asked for the script, but they didn't replied my mail yet. For My Own Need, i created a PHP grabber script to CURL all data from that server and start my own auto video search engine. This script will grab data from http://links.fajlami.com and let your users Search and download any videos from your website. How to: Download and upload this script in your hosting Edit: inc/config.php and put your url, meta data change the logo image. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Team Stream

    Play, Pause, and skip forward and backward with keyboard shortcuts.

    This app allows you to control the Mediasite player while taking notes on the same computer. For example, if you are annotating slides on Acrobat Reader or Powerpoint, you can press F6 to Play/pause the lecture video without having to physically click on the video to focus it then click back on your notes to continue typing. It also adds some additional functionality like skip back to the previous slide. Here is the list of Hotkeys (they are designed to match up with the buttons printed on the keyboards in THSL). It's written as an AutoHotKey script and very easy to modify to suite your needs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB