Showing 31 open source projects for "mp4 video 1"

View related business solutions
  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Earn up to 15% annual interest with Nexo. Icon
    Earn up to 15% 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.
  • 1
    VMZ (Video Model Zoo)

    VMZ (Video Model Zoo)

    VMZ: Model Zoo for Video Modeling

    The codebase was designed to help researchers and practitioners quickly reproduce FAIR’s results and leverage robust pre-trained backbones for downstream tasks. It also integrates Gradient Blending, an audio-visual modeling method that fuses modalities effectively (available in the Caffe2 implementation). Although VMZ is now archived and no longer actively maintained, it remains a valuable reference for understanding early large-scale video model training, transfer learning, and multimodal...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    AIGCPanel

    AIGCPanel

    One-stop AI digital human system with video voice synthesis tools

    AIGCPanel is an open source desktop application designed as a comprehensive, all-in-one platform for creating AI-powered digital humans and media content. It integrates multiple capabilities such as video synthesis, voice synthesis, and voice cloning into a unified interface, allowing users to generate realistic audiovisual outputs with minimal setup. AIGCPanel focuses heavily on simplifying the management of local AI models by providing streamlined workflows for importing, configuring, and running different models with minimal manual effort. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3
    Lakka

    Lakka

    Linux distribution that transforms a computers into game consoles

    ...The software is optimized to run fast even on low-end computers. The power can be supplied by any micro USB adapter like the one for your smartphone.
    Downloads: 94 This Week
    Last Update:
    See Project
  • 4
    Docker-Android

    Docker-Android

    Android in docker solution with noVNC supported and video recording

    ...Docker-Android are being used by 100+ countries around the world. noVNC to see what happen inside docker container. Emulator for different devices/skins, such as Samsung Galaxy S6, LG Nexus 4, HTC Nexus One and more. Ability to connect to Selenium Grid. Ability to control emulator from the outside container by using adb connect. Supports real devices with screen mirroring. Ability to record video during test execution for debugging. Integrated with other cloud solutions, e.g. Genymotion Cloud. Open-source with more features coming.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Online Project Management Platform - Zoho Icon
    Online Project Management Platform - Zoho

    A plan put together with small businesses and startups in mind.

    Zoho Projects is a cloud-based project management solution that helps teams plan, track, collaborate, and achieve project goals.
    Learn More
  • 5
    Aria2 AriaNg Docker

    Aria2 AriaNg Docker

    The Docker image for Aria2 + AriaNg + File Browser + Rclone

    One Docker image for file downloading, managing, sharing, as well as video playing and evening cloud storage synchronization. Furthermore, it's pretty small and ARM CPU compatible which means you can also run it on Raspberry Pi. Last but not least, Auto HTTPS can't be more easy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    twitch-batch-downloader

    Automate the download of entire Twitch.tv channels

    Automate the download of entire Twitch.tv channels with its metadata. Save each Twitch video into its own folder, with date and time values, video ID, stream metadata, frame screenshot, .ts parts list and sha256 hash. Keep the original ts files and generate mp4 files from them. It requires a shell and some command line utilities. See README.md for details in the Code/git section.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7

    Esegui SB

    Flexible video encoding script supporting multiple formats and codecs.

    Video Encoding and Processing Script This bash script streamlines video encoding and processing by leveraging FFmpeg. It supports a wide range of formats and codecs through FFmpeg, including MKV, MP4, x264, x265, AV1 and VP9. Key features include: Flexible Video and Audio Encoding: Utilizes FFmpeg's libraries for various codecs and settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AI File Sorter

    AI File Sorter

    Local AI file organization with categorization and rename suggestions

    ...It can also analyze document text to improve categorization and renaming. Supported formats include PDF, DOCX, XLSX, PPTX, ODT, ODS, ODP, and common text files. For supported audio and video files, AI File Sorter can read embedded metadata (such as ID3, Vorbis, and MP4 tags) to suggest normalized names like year_artist_album_title.ext. AI analysis runs read-only, and all suggestions must be reviewed before being applied. AI File Sorter can run fully offline using local models like Mistral or LLaMA, so files and metadata stay on your device unless you configure a remote endpoint.
    Downloads: 239 This Week
    Last Update:
    See Project
  • 9
    TurboVNC

    TurboVNC

    High-speed, 3D-friendly, TightVNC-compatible remote desktop software

    TurboVNC is a high-performance, enterprise-quality version of VNC based on TightVNC, TigerVNC, and X.org. It contains a variant of Tight encoding that is tuned for maximum performance and compression with 3D applications (VirtualGL), video, and other image-intensive workloads. TurboVNC, in combination with VirtualGL, provides a complete solution for remotely displaying 3D applications with interactive performance. TurboVNC's high-speed encoding methods have been adopted by TigerVNC and...
    Leader badge
    Downloads: 127,125 This Week
    Last Update:
    See Project
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
    Learn More
  • 10
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    DockerSelenium

    DockerSelenium

    Selenium in Docker with Chrome and Firefox

    The purpose of this project is to have Selenium running as simple and as fast as possible. This purpose is augmented by Zalenium a project which uses this one to provide docker-selenium(s) on-demand. Zalenium also forwards tests to a Cloud Provider (Sauce Labs, BrowserStack, TestingBot & LambdaTest) when necessary. Note SeleniumHQ/docker-selenium and this one share the same purpose however both projects have diverged considerably in the last two years. Even though both projects share the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    doall

    Shell script to run a command for many files selected with wildcards

    ...wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character abbreviations for file extensions doall 'ln *.???* $1.$2' As shown above, instead of '=' to indicate insertions, doall uses either * or $1 etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    VENOM C2 shellcode

    VENOM C2 shellcode

    C2 shellcode generator/compiler/handler

    The script will use msfvenom (metasploit) to generate shellcode in different formats ( C# | python | ruby | dll | msi | hta-psh | doc | apk | macho | elf | deb | mp4 | etc ) injects the shellcode generated into one template (example: python) "the python function will execute the shellcode into ram" and uses compilers like gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file. It also starts a handler to receive the remote connection (shell or meterpreter) venom 1.0.11 (malicious_server) was build to take advantage of apache2 webserver to deliver payloads (LAN) using a fake webpage writen in html to be hable to trigger payload downloads, the user just needs to send the link provided to target host.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    Playlist downloader

    Playlist downloader

    A simple and interactive downloader for Youtube

    You can now easily download Youtube playlists, or even single video just by adding single URL. It runs on any linux distribution having youtube-dl package installed. The software provides reliable and interactive interface to the user, while running entirely on his terminal screen! Happy downloading!
    Downloads: 9 This Week
    Last Update:
    See Project
  • 16
    PROJECT MOVED: https://github.com/vstavrinov/flashstreamer ------------------------------------------------------------------------- This shell script designed for webcast. It takes an video stream from usb or ip camera and translates it on to video server for further publishing. On this way it can convert a lot of formats and codecs. It operates like a service. It restarts on any termination, caused by connection loosing or by any other failures. You can run more then one stream in the same system. Every stream can be started and stopped individually with init script, that starts all of them at boot time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    STANTOR

    Scada for Home Automation

    Stantor is a SCADA for home automation/domotic project. It drives : k8061-K8055(USB), K8000(I2C), Arduino Mega and Uno, X10, 1-Wire, electricity meters, Webcam (motion), infrared remote controls. It uses WEB browser, smartphone, xHTML, SOAP, Websocket, HTML5 Apache, mySQL, PHP, javascript and Ajax. Stantor allows control of electrical equipments like boilers, shutters, lamps, pumps, etc...connected to the 220V/110 VAC. Gathering information of various kinds such as temperature, light,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    theoracomment

    do the same thing that vorbiscomment does, but for Ogg Theora

    A script using liboggz, but it takes in comment file in the same format as vorbiscomment, and uses the same command line parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Using Shoutcast and SC_Trans, you can simplify the server side management of your radio station :) This system will assist in installing, upgrading, managing, testing... the whole lot! It's Online Radio Broadcasting made very VERY easy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XBMC Complete Installer
    XBMC Complete installer is a Linux automated installer for XBMC on top of minimal Ubuntu install. It aims to provide quality and complete support for installing & configuring for ION platforms/others. It automates otherwise complex tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A shell script to transcode any video to a format suitable for cellular phones and other embedded devices. The video file is converted in mp4 format with MPEG-4 video and AAC audio, the parameters are extensively tweakable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Encoding tool used to format videos for the CVS One time use camcorder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SlickSlice is a bash script powered by ImageMagick and Mplayer tools that creates a timeline representation of a videofile - one big image with screenshot thumbnails taken at automatically set periods of time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This wizard will create a DVD with fully animated menu from MPEG-2 files. It is designed to be very easy to use. All you need to do is add one or more files to the playlist and answer the questions that follow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Closed Caption (CC) decoder for VDR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB