Showing 1246 open source projects for "video-making"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 1
    ZAMP

    ZAMP

    Zamp is Another Media Player

    The point of this program is to play a list of music, and have the last song end at a specific time. The "music" can be any file that can be played by VLC, including video.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LearningToCompare_FSL

    LearningToCompare_FSL

    Learning to Compare: Relation Network for Few-Shot Learning

    ...The core idea implemented here is the relation network, which learns to compare pairs of feature embeddings and output relation scores that indicate whether two images belong to the same class, enabling classification from only a handful of labeled examples. The repository provides training and evaluation code for standard few-shot benchmarks such as miniImageNet and Omniglot, making it possible to reproduce the experimental results reported in the paper. It includes model definitions, data loading logic, episodic training loops, and scripts that implement the N-way K-shot evaluation protocol common in few-shot research. Researchers can use this codebase as a starting point to test new ideas, modify relation modules, or transfer the approach to new datasets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ABLE (advance boot loader Editor)

    ABLE (advance boot loader Editor)

    advance boot loader editor software developed in python using wxpython

    ...It is developed for windows platform.ABLE focuses on BCDedit functionality of windows Vista,& and higher. It has functionality for editing boot menu , mounting virtual hard drive. It also has an A/V player utility. <http://browserstack.com> @Browserstack for not making me install Windows
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Awesome Math

    Awesome Math

    This is the Curriculum for "How to Learn Mathematics Fast"

    ...It organizes topics like algebra, calculus, linear algebra, probability, and statistics into a pragmatic sequence that favors intuition and problem-solving over purely formal proofs. The materials emphasize short, high-leverage resources—video lectures, concise notes, and hands-on exercises—that help you build momentum quickly. It also suggests checkpoints and practice ideas so you can test comprehension and move forward with confidence. The structure is useful both for newcomers who want a starting plan and for practitioners filling specific gaps before tackling ML or deep learning. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Python ADB

    Python ADB

    Python ADB + Fastboot implementation

    python-adb provides a pure-Python implementation of the Android Debug Bridge protocol so you can script Android devices without depending on the platform adb binary. It exposes high-level helpers for device discovery, shell commands, file push/pull, port forwarding, and log collection, making it easy to build automation around phones and emulators. Under the hood it speaks the ADB protocol directly and can connect via USB or over TCP, which is useful for lab setups and headless servers. Because it’s Python, you can compose device actions with your favorite testing, scraping, or data-collection libraries in one process. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    Tasks

    Tasks

    Program to manage tasks

    Tasks aims management of tasks easy. It allows for more advanced features such as tagging tasks with custom categories, importance, subtasks and dates while also making it easy to create them. All a tasks need to be present is a title!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Simple Video Trimmer

    Preview video with VLC; use in/out hotkeys; trim with FFMPEG.

    Written in Python, this program uses VLC media player to preview a video, and then it uses FFMPEG with "copy" codec to quickly cut out a segment from the video. VLC seek/jump hotkeys, as well as in/out hotkeys are supported. Currently, it's just in Python (no EXE), but it should be easy to run it from Python. From the command prompt, install the dependencies: pip install wxPython pip install boto pip install selenium pip install google-api-python-client Then start the program by: python Trimmer.py This project is a simpler edition of the Trimmer project by Andy (https://sourceforge.net/projects/trimmer/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Curlew Multimedia Converter

    Curlew Multimedia Converter

    Easy to use Multimedia Converter for Linux

    Leader badge
    Downloads: 74 This Week
    Last Update:
    See Project
  • 9

    Face Recognition

    World's simplest facial recognition api for Python & the command line

    Face Recognition is the world's simplest face recognition library. It allows you to recognize and manipulate faces from Python or from the command line using dlib's (a C++ toolkit containing machine learning algorithms and tools) state-of-the-art face recognition built with deep learning. Face Recognition is highly accurate and is able to do a number of things. It can find faces in pictures, manipulate facial features in pictures, identify faces in pictures, and do face recognition on a...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    MysticBBS Shoutcast Panel

    MysticBBS Shoutcast Panel

    Python Script for Mystic BBS Shoutcast Dashboard

    This script was created so I can display various information to my BBS users about my shoutcast radio stream. This BBS section includes a shoutcast dashboard with station information obtained via RSS/XML. The display includes listener peak, current song playing, next song to play, stream status, stream URL and other pertinent information for the BBS user to see. After the dashboard is displayed, the script continues by showing the last 20 songs played on the station. Useful...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pytivo
    pyTivo is both an HMO and GoBack server. Similar to TiVo Desktop pyTivo loads many standard video compression codecs and outputs mpeg2 video to the TiVo. However, pyTivo is able to load MANY more file types than TiVo Desktop.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    pyhanlp

    pyhanlp

    Chinese participle

    ...It is commonly used for Chinese-language NLP tasks where you want production-grade tokenization and linguistic analysis, but still want the convenience of Python scripting. The project focuses on making HanLP’s capabilities accessible through a Python-friendly API surface, so you can integrate NLP steps into data pipelines, notebooks, and downstream ML or information-extraction code. In practice, it serves as a bridge layer: Python calls are translated into the corresponding HanLP operations, so you can keep your application logic in Python while relying on HanLP’s implementations. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Five video classification methods

    Five video classification methods

    Code that accompanies my blog post outlining five video classification

    ...This reduces model complexity, training time, and a whole whack load of hyperparameters we don’t have to worry about. Every video will be subsampled down to 40 frames. So a 41-frame video and a 500-frame video will both be reduced to 40 frames, with the 500-frame video essentially being fast-forwarded. We won’t do much preprocessing. A common preprocessing step for video classification is subtracting the mean, but we’ll keep the frames pretty raw from start to finish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mkchromecast

    Mkchromecast

    Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices

    This is a program to cast audio and video from your macOS, or Linux desktop to your Google Cast devices or Sonos speakers. It is written in Python, and it streams via node.js, ffmpeg, or avconv. Mkchromecast is capable of using lossy and lossless audio formats provided that ffmpeg, avconv (Linux), or parec (Linux) are installed. It also supports Multi-room group playback, and 24-bits/96kHz high audio resolution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    cookiecutter-django-rest

    cookiecutter-django-rest

    Build best practiced apis fast with Python3

    You need to make a scalable api on a deadline. You deeply care about the quality of your work. cookiecutter-django-rest takes care of the details so you can focus on making your api awesome. Scaffolding a project takes seconds and it gives you authentication, user accounts, and the docs and tests to support them. Just add your own resources to the api and start shipping. Start off with full test coverage, continuous integration, and continuous deployment. Complete Django Rest Framework integration. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OpenBroadcaster Server

    OpenBroadcaster Server

    Broadcast Automation Software LPFM IPTV

    OpenBroadcaster has a simple and effective web-based automation system with scheduler to conveniently manage your station from just about anywhere, through the creation of content lists that can play out over both terrestrial or internet radio and TV, using a mobile-friendly 'drag-and-drop' interface. Setting up repeating content, such as station identification, public service announcements or advertisements is "point and click" easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Mixture100

    Mixture100

    Simply percent calculator

    For making various mixtures, like homemade alcohol, brine or e-liquids. Add a components, set a percentage in total, set how much I want a given mixture and save, share or print recipe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Rekall

    Rekall

    Rekall Memory Forensic Framework

    ...The design emphasizes repeatability: investigators run well-defined analyses that produce timelines, indicators, and reports suitable for case work or automation. Rekall supports profile-free operation for many targets, reducing setup friction and making it easier to handle varied images in the field. Extensibility is a core theme, with a plugin API and notebook-friendly workflows for custom hunts and triage. Used well, it compresses what would be hours of manual sleuthing into scripted passes over a consistent object model.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    chrome-cut-cli

    chrome-cut-cli

    command line tool to scan, detect, stream and control chrome cast

    Basic command line tool to async scan, detect, stream and control chrome cast devices. Great for pranking someone with a chrome cast device in your local network. Plus there is a GUI version here. https://sourceforge.net/projects/chrome-cut/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ComfortTV

    Video add-on for Kodi

    Add-on for Kodi allowing to view video content provided by Garant TV Gomel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    leet

    leet

    Leet is CCEx's software application for on-the-fly encryption (OTFE).

    The name leet stands for "Linux exquisite encryption tool", it will be a software application for on-the-fly encryption, similar in its functionality to TrueCrypt. The goal of leet however is to be simpler and as user friendly as possible, making encryption and securing of information accessible to anybody, even those who don't necessarily have any prior knowledge of data securing, algorithms and encryption. However it's not targeted at this group of users only, part of the ambition of this project is to reach companies, institutions, governments (etc...) as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Youtube-DLG

    Youtube-DLG

    A cross platform front-end GUI of the popular youtube-dl downloader

    ...It allows users to save content in various formats and resolutions, including MP3 and MP4, with just a few clicks. YouTube-DLG supports batch downloading, custom output settings, and format selection, making it a versatile solution for managing downloads efficiently. With its lightweight design and cross-platform compatibility, YouTube-DLG is an excellent choice for users seeking a simple yet powerful way to access and organize media offline.
    Downloads: 89 This Week
    Last Update:
    See Project
  • 23
    Antenna DTV
    Antenna, a free and open-source dvb-t (terrestrial digital tv) tuner for linux desktops. Antenna is a full featured tool to see what's going on in the sky. It enables you to scan, watch and record television, radio and services broadcasted on air.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    ctrax
    Ctrax is a machine vision program for estimating the positions and orientations of many walking fruit flies, maintaining their individual identities over long periods of time with minimal supervision, and on average for 1.5 fly-hours automatically.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 25
    Chrome-Cut

    Chrome-Cut

    Python3 tool to scan, detect and control chromecast devices

    Basic GUI, CLI tool programmed in Python 3.4 and QT5. It gives you the ability to detect, scan and send some useful HTTP requests "Commands" to endless amount of chromecast devices. As well as the ability to loop the commands so the process of repeating it will be automated with a set duration in-which the looping will be done.
    Downloads: 0 This Week
    Last Update:
    See Project