#!/bin/sh

# Encode video for web
# Needs a recent melt, libav* with X.264, AAC and WebM support, and the
# localvideowebencode script from git://source.jones.dk/bin

# Infile is PAL DV.  Reduce size while preserving Pixel Aspect Ratio.
# Also, make audio mono.
localvideowebencode -p dv_pal_wide -s 360x288 -- ac=1 jonas/video.mov
