Skip to content

Instantly share code, notes, and snippets.

View pheraph's full-sized avatar

Raphael Fetzer pheraph

View GitHub Profile
@pheraph
pheraph / gist:3844710
Created October 6, 2012 11:46
Userstyle to make tent.is a little bit more usable
/* Use *tent.is* as selection pattern */
.span490 {
width: 100% !important;
}
.nav li {
line-height: 10px !important;
}
@pheraph
pheraph / otr2atv.sh
Created September 17, 2012 09:43
Make OTR-Videos compatible to the AppleTV
#!/bin/sh
#Author: Raphael Fetzer (pheraph.net/@pheraph)
#Tested for .HQ-files from http://www.onlinetvrecorder.com
#Use at your own risk! Certified as "Works on my machine"
#Needs mp4box (0.5.0) (brew install --env=std mp4box)
#Needs ffmpeg (brew install ffmpeg)
#Folder with decoded videos (trailing slash!)
#temporary files are moved to $source/.tmp (must exist)