most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat| #!/bin/bash | |
| # | |
| # transcode-video.sh | |
| # | |
| # Copyright (c) 2013 Don Melton | |
| # | |
| # This script is a wrapper for `HandBrakeCLI` (see: <http://handbrake.fr/>). | |
| # The purpose of this script is to transcode a video file into a format and | |
| # size similar to a video available for download from the iTunes Store. | |
| # |
| <# | |
| I added the optional decomb PowerShell parameter than activates "--decomb" in Handbrake. | |
| I was running into interlace issues encoding an animated TV show - Sealab 2021. I don't | |
| think you will need it unless you're enoding similar content. For everything else I | |
| leave it off ($false) by default. | |
| Improved the funcationality of the script to take either a single MKV file or a folder | |
| of MKV files. | |
| Usage: |
| #!/bin/bash | |
| # encode.sh | |
| # | |
| # Copyright (c) 2013 Don Melton | |
| # | |
| # This version published on June 7, 2013. | |
| # | |
| # Re-encode video files in a format suitable for playback on Apple TV, Roku 3, | |
| # iOS, OS X, etc. |
| // ==UserScript== | |
| // @name Stop iTunes and Mac App Store Auto-Launch | |
| // @version 0.1.1 | |
| // @description Stop iTunes and the Mac App Store from automatically launching. | |
| // @match *://itunes.apple.com/* | |
| // @match *://phobos.apple.com/* | |
| // @run-at document-end | |
| // @grant none | |
| // ==/UserScript== |