This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Use *tent.is* as selection pattern */ | |
.span490 { | |
width: 100% !important; | |
} | |
.nav li { | |
line-height: 10px !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) |
NewerOlder