From c8523b20703970b496a92e42459074776c5f4bb5 Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Wed, 19 Mar 2025 16:36:44 -0400 Subject: [PATCH] new --- ffconv | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ffconv 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