Skip to content

pbihq/tools

Repository files navigation

Tools

JoinMOVs

Join MOV files generated by a Zoom (Q2n) camera.

curl -sS https://raw.githubusercontent.com/pbihq/tools/master/JoinMOVs/JoinMOVs.sh | bash

MailDBOptimiser

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

PDF-Services

Deploys two OS X services to combine and split PDFs. Based on Brooks Duncan's Automator workflows.

RemoveHighSierraInstaller

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

RemoveOSXNotificationBundle

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

Status

See README

TranscodeAudio

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)

TranscodeVideo

See README

TransmuxFLVToMP4

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)

About

A collection of tools for Mac admins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages