Skip to content
thelusiv edited this page Dec 4, 2010 · 5 revisions

These are a few scripts I have written and reused at various times.

  • data_migrators/geeklog2drupal.py: Geeklog 1.x to Drupal 6.x migration script

  • HP_printer_love/: HP Printer Love

  • video/start-record.sh: Video capture with mencoder from V4L2 device

    Saves video with the date and time as the filename. Output from mencoder is also saved, as a .log (plain text) file. Videos will be saved in $videodir defined on line 9, so you probably want to change that. Logs are saved in $videodir/logs and the script doesn't create it for you, so you should do that as well.

    Run: sh start-record.sh

Clone this wiki locally