floating in space… Ladies and Gentlemen, we are

15Nov/100

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!

Tagged as: , No Comments
13Nov/1031

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/

11Sep/100

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.

7Apr/100

local-info.co.za

In the process of finishing up local-info.co.za. Check it out if you get a chance.

28Feb/100

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.

19Feb/100

New Firefox

Mmm, Firefox 3.6 Personas - I like.

Tagged as: No Comments