#!/bin/sh

set -e
set -x

cd $(dirname $0)

for f in ../2010*.dv ; do
  ~ftp/pub/video/bin/process-dv $f
done

~ftp/pub/video/bin/extract-thumbnail *.mpeg
~ftp/pub/video/bin/nuug-video-html *.mpeg > README.html
