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. | |
| # |
| #!/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. |