Showing 399 open source projects for "command-line kill linux"

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
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • 1
    MPGPatcher
    MPGPatcher is a command line tool to change video basics (resolution/size, framerate, aspect ratio, bitrate) in mpg-video files. Patches the video headers only, does no reencoding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SortTV
    Automatically sorts TV show episodes into an organised directory structure. Can optionally move non-episodes into a separate directory. Also optional integration with Kodi/xbmc (notification and library update). dir structure:[show]/[season x]/[eps]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    gifgen

    gifgen

    Simple high quality GIF encoding

    gifgen is a lightweight command-line tool designed to generate high-quality GIFs from video files using FFmpeg and optimized encoding techniques. It focuses on producing visually efficient GIFs by applying palette generation and dithering methods to balance quality and file size. The tool simplifies the process of converting video clips into GIF animations by automating multiple FFmpeg steps into a single command. It allows users to define parameters such as frame rate, resolution, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Monkey-DL

    Monkey-DL

    Bulk download your favourite anime episodes from your favourite anime

    Monkey-DL is a command-line media downloader designed to retrieve video and audio content from online platforms with flexibility and automation. It integrates with tools like FFmpeg to handle post-processing tasks such as merging streams, converting formats, and optimizing output quality. The tool supports downloading single media files or entire playlists, enabling efficient batch operations. It includes options for selecting resolution, format, and output structure, giving users fine...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    ffmpeg.js

    ffmpeg.js

    Port of FFmpeg with Emscripten

    ffmpeg.js is a JavaScript port of the FFmpeg multimedia framework compiled with Emscripten, enabling video and audio processing directly within browsers or Node.js environments. It provides prebuilt modules optimized for web use, balancing performance and file size while supporting common encoding and decoding tasks. By running entirely in JavaScript through asm.js, it allows developers to manipulate media files without requiring native binaries or server-side processing. The library...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    SaveTube

    SaveTube

    Youtube-dl GUI Wrapper

    A cross platform front-end GUI as well as simple CLI of the popular youtube-dl media downloader written in tkinter. SaveTube is a command-line as well as GUI program to download videos from YouTube.com and a few more sites. It requires youtube-dl and the Python interpreter, version 3.2+, also it is not platform specific. It should work on your Unix box, on Windows or on macOS.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    MystiQ

    MystiQ

    Qt5/C++ FFmpeg Media Converter

    MystiQ is a cross-platform multimedia converter built with Qt and FFmpeg, designed to provide a modern graphical interface for video and audio processing tasks. It allows users to perform operations such as transcoding, trimming, and format conversion without needing to use command-line tools. The application supports a wide range of codecs and formats, enabling compatibility across devices and platforms. It includes batch processing capabilities, allowing multiple files to be converted...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    videoshow

    videoshow

    Simple node.js utility to create video slideshows from images

    videoshow is a Node.js utility designed to create video slideshows from a sequence of images using FFmpeg as its processing engine. It allows developers to programmatically generate videos by combining images with optional audio tracks, subtitles, and visual transitions. The tool supports customization of parameters such as frame rate, resolution, bitrate, and codecs, enabling flexible output configurations. It includes both a programmatic API and a command-line interface, making it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MediaToolkit

    MediaToolkit

    A .NET library to convert and process all your video & audio files

    MediaToolkit is a .NET library designed to simplify multimedia processing tasks by providing an easy-to-use interface over FFmpeg functionality. It allows developers to perform operations such as video conversion, thumbnail generation, and metadata extraction without dealing with raw command-line syntax. The library supports common media workflows, making it suitable for backend services and desktop applications. It provides structured APIs for configuring encoding parameters and handling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    Wis-Go7007
    The Wis-Go7007 is a Driver for the Plextor ConvertX PX-M402U. ConvertX is a USB-Box that digitized analog videos. The operation is simple: You can take the command line or the GUI (Gogo Mini). For more information download the "readme.txt".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ffmpeg-cpp

    ffmpeg-cpp

    A clean, easy-to-use C++ wrapper around the ffmpeg libraries

    ffmpeg-cpp is a modern C++ wrapper designed to simplify interaction with FFmpeg by providing a fluent and expressive API for building media processing pipelines. It allows developers to construct complex workflows such as transcoding, filtering, and streaming using readable C++ syntax rather than raw command-line arguments. The library focuses on flexibility while maintaining performance, enabling precise control over inputs, outputs, and filters. It supports chaining operations in a way...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    YouTubeCrawler

    YouTubeCrawler

    Go-based automation utility that downloads YouTube videos

    ...The workflow involves specifying one or more URLs (via a simple “url” text file in each folder) and the program uses youtube-dl to fetch video and subtitle, then ffmpeg to overlay the subtitles onto the video track. The architecture follows a command-pattern setup: tasks implement a common interface and are scheduled and executed with concurrency controls (maximum goroutines customizable). It assumes a Linux environment with SSR proxy support, and requires the user to pre-install youtube-dl and ffmpeg. With its focus on automation, the tool is useful for easily archiving multilingual subtitles, prepping content for editing, or creating reference versions of YouTube videos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MediaInfo

    MediaInfo

    A unified display of relevant technical and tag data for A/V files

    MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 14

    SetVLCMultimediaLibrary

    Set the vlc media library (ml.xspf)

    A simple script that configures the ml.xspf file. You can search for files in folders, streams for iptv etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A high speed file transfer protocol using UDP and TCP for high speed long distance networks, much faster than new TCP congestion control algorithms. Based on Indiana University 2002 Tsunami source code. Contains real-time VSIB DAQ extensions. Further info on http://tsunami-udp.sourceforge.net
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Panasonic Camera Remote Control

    Panasonic Camera Remote Control

    Provides remote video recording with zoom control

    ...IP address can be derived from the information of your PC's Wi-Fi adapter. This is either DHCP-server IP address or default router for this adapter. You can get this info using command line prompt in console by executing the following commands: ipconfig /all - for Windows (you'll get full info), ip route - for Linux to get the default router IP for your Wi-Fi adapter which is also the camera address.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ** Now on Github; https://github.com/aizvorski/h264bitstream ** libh264bitstream provides a complete set of functions to read and write video bitstreams conforming to the ITU-T H.264 | ISO/IEC 14496-10 AVC video standard.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Calyp

    Calyp

    Calyp is an open-source raw video player for image/video analysis

    Calyp is an open-source raw video player developed using the C++ Qt libraries. This is the new version of the playuver. New name new features coming. For Ubuntu and Debian based distributions use our Personal Package Archive (PPA): ppa:pixlra/ppa
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    OGMRip is a library providing a common API for ripping and encoding DVD into AVI/OGM/MP4/Matroska files using a wide variety of codecs. It uses mplayer, mencoder, ogmtools, oggenc and lame to perform all its operations.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    Spatial Media

    Spatial Media

    Specifications and tools for 360º video and spatial audio

    spatial-media provides tools for working with spherical video and spatial audio metadata so players and platforms can correctly render immersive media. The utilities inject, inspect, and extract metadata in common container formats (MP4/WebM) to signal 360° projection type, stereoscopy mode, and spatial audio layout. Creators use it to prepare 360/VR180 assets for upload so services know whether a video is monoscopic, top-bottom stereo, or side-by-side, and whether ambisonic audio is...
    Downloads: 61 This Week
    Last Update:
    See Project
  • 21
    pman-player

    pman-player

    Desktop Media Center for Windows and Linux

    PMan is a desktop media player and media management tool. More info on the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    srttiming

    a commandline tool for manipulating time values in .SRT subtitle files

    srttiming is a tiny command-line application which converts pace and offset of SRT subtitle files among different frame rates. srttiming synchronizes ALL the time labels in the original .srt file according to given PACE and OFFSET values. srttiming can also calculate PACE and OFFSET values from given REFERENCE TIME POINTS. Currently intended for Linux/Unix platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    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
  • 25
    youtubeDownloader An youtube Downloader based on cmmmand line & provide full functional features to the user. Simply download the zip file & then extract it to any location to your PC. If possible create a short cut of Youtube downloader exe to your desktop. All sone, there is no any further stage. ================================================================================ Step 1: Provide link into command prompt & press 1 white space. step 2: after process user...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB