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
Earn up to 16% 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.
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.
Allows easy view and change of /dev/cdrom, /dev/dvdrecorder, etc.
This simple shell script creates 12 symlinks in /dev pointing to a user specified device as follows:
/dev/cd
/dev/cdr
/dev/cdrom
/dev/cdrw
/dev/cdrecorder
/dev/cdwriter
/dev/dvd
/dev/dvdr
/dev/dvdrom
/dev/dvdrw
/dev/dvdrecorder
/dev/dvdwriter
NOTE: These scripts are a work in progress. I created them for my own purposes,but decided to put them out into the world.
USE WITH CAUTION
ripdvd.sh
BASH script that simplfies the process of ripping of a movie DVD to an ISO file.
Required installed tools:
dvdbackup
genisoimage
It's a work in progress and currently is in a very raw state.
ripdvd_tv.sh
I have also started a project to create a script to symplify the ripping of a TV show DVD to a collection of MP4 files. ...
NicePlayer is a fullscreen, borderless multi-engine player designed for playing movies on the computer. It features full screen or border-less floating windows, convenient controls for scrubbing or queuing movies, on the fly playlist creation and more.
MPlayerGUI is an Open Source GUI (Graphical User Interface) Front-End for MPlayer.It works under Microsoft Windows operating system. Since MPlayerGUI depends on MPlayer, you can treat MPlayer as the engine and MPlayerGUI as the shell.
...Will get EPG from DVB stream and have RPC interface for scheduling recordings. Will record scheduled programs using as little machine resources as possible (direct stream to disk). Will allow script hooks to process r
TV_ENCODE! is a textual front end for MEncoder which allows the user to record live TV from NTSC, PAL, ATSC (or any future form) to industry standard MPEG-4 Video with MP3 Audio (DivX Compatible). Support for multiple capture sources.
MOUvie Converter is a little movie converter script for converting different video files on the fly during Right-Klick over one or more Video files in Nautilus. Converts to DVD, VCD, MVCD, SVCD, MSVCD, MPEG-TS, MP4, XviD, WMV7&8 and to PDA, PSP, PS3, ...
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.
A BASH script that will burn DVD movies from different sources like .iso/img/nrg or VIDEO_TS by utilizing FOSS tools like growisofs, nrg2iso and mkisofs.
A script to automate audio CD, data CD and DVD burning on multiple drives simultaneously. Various data sources are supported (including pre-existing discs).
LetItBurn! is aimed at providing a real open source multiplateform CD/DVD burning software. The graphical toolkit is based on wxwidget and the language is C#. The burning engine will use the libburn library (freedesktop). Help would be appreciated.
After a catastrophic disk failure, I needed to re-rip several hundred CDs and DVDs. None of the available solutions worked quite the way I wanted them to work, so I decided to spend a little time making a script to remove as much pain as possible from the process.
The idea here is to have a system which is comprised of three parts - a ripper daemon, an encoder daemon, and a frontend. I'm planning to use avahi to automate discovery of the backend pieces, udisk to automate discovery of optical drives, and perl to glue it all together. ...