#! /bin/bash

#
# Marc Groenewegen (c) 2011
#

ffmpeg -i $1 -acodec copy -vn `basename $1 .webm`.ogg

