diff --git a/ffconv b/ffconv new file mode 100755 index 0000000..94a6806 --- /dev/null +++ b/ffconv @@ -0,0 +1,3 @@ +#!/bin/sh +# Automate this +for i in *.$IN; do ffmpeg -i $IN ${IN:r}.$OUT; done && rm $IN