#!/bin/sh ffmpeg -y -i "$1" \ -r 20 -s 352x288 -vb 400k \ -acodec aac -strict experimental -ac 1 -ar 8000 -ab 24k \ "$2"