ffmpeg aspect gotcha
Struggled with ffmpeg trying to re-encode an old video. Got this error:
Incorrect aspect ratio specification.
Then realized ffmpeg doesn't like floats when used with a colon as parameter for -aspect.
Using -aspect 2.42 or -aspect 242:100 is fine, but -aspect 2.42:1 is not. :/
Doh!
Top TV schedule in XMLTV format
Played around a bit with the Top TV schedule and created a scraper. Expect bugs.
Get the Top TV schedule in XMLTV format here:
http://bluegray.co.za/xmltv/toptv/
Simple gallery with drupal
Amazing how quick it is to build a useful site with drupal.
Made this simple drupal gallery with views and cck recently.
local-info.co.za
In the process of finishing up local-info.co.za. Check it out if you get a chance.
tvgogga update
Done a bit of work on tvgogga.appspot.com tonight. Added the viewport feature for mobiles and tweaked the style a bit. Eyes sleepy now... good night.