Join MOV files generated by a Zoom (Q2n) camera.
curl -sS https://raw.githubusercontent.com/pbihq/tools/master/JoinMOVs/JoinMOVs.sh | bash
Optimises the Apple Mail database. Inspired by Brett Terpstra's post. Run it remotely:
curl -sS https://raw.githubusercontent.com/pbihq/tools/master/MailDBOptimiser/MailDBOptimiser.sh | bash
Deploys two OS X services to combine and split PDFs. Based on Brooks Duncan's Automator workflows.
Looks for the macOS High Sierra installer and if found removes it. Run it with sudo or as root in Apple Remote Desktop.
curl -sS https://raw.githubusercontent.com/pbihq/tools/master/RemoveHighSierraInstaller/RemoveHighSierraInstaller.sh | bash
Looks for the macOS OSXNotification.bundle (that prompts users to upgrade their machine) and removes it. Run it with sudo or as root in Apple Remote Desktop. Thanks to Howard Oakley for discovering this.
curl -sS https://raw.githubusercontent.com/pbihq/tools/master/RemoveOSXNotificationBundle/RemoveOSXNotificationBundle.sh | bash
See README
Transcodes a folder's WAV/AIF files to MP3 using FFmpeg on macOS. See script for transcoding details and applied audio filters. You need to have FFmpeg installed to use this.
bash <(curl -s https://raw.githubusercontent.com/pbihq/tools/master/TranscodeAudio/TranscodeAudio.sh)
See README
Transmuxes a folder's FLV files to MP4 without re-encoding them using FFmpeg on macOS. You need to have FFmpeg installed to use this.
bash <(curl -sS https://raw.githubusercontent.com/pbihq/tools/master/TransmuxFLVToMP4/TransmuxFLVToMP4.sh)