this string has no description
3gpify.sh
6 lines 147 B view raw
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"