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