From 142a05cf0f9142d05a1f3c894066753028e935b3 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Tue, 26 Nov 2019 16:33:15 +0100 Subject: [PATCH] Old script removed --- radio/util/video.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 radio/util/video.sh diff --git a/radio/util/video.sh b/radio/util/video.sh deleted file mode 100755 index dc65906bc..000000000 --- a/radio/util/video.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -set -x -set -e - -ffmpeg -i $1 -an -vb 1000k -s 960x540 `echo $1 | sed 's/\(.*\.\)mp4/\1mov/'` - -- 2.11.4.GIT