summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/speedvid
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-01 14:34:14 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-01 14:34:14 -0500
commit6efc27037aee345cee975805f2aacac66f6da2ce (patch)
tree5cfde54cfaad450dc9199f26cda5e45ae79d3425 /.scripts/tools/speedvid
parent5da0c95a7dafd76bbab49546ddfac1f6586538f8 (diff)
downloadeibhear-6efc27037aee345cee975805f2aacac66f6da2ce.tar.gz
eibhear-6efc27037aee345cee975805f2aacac66f6da2ce.tar.zst
eibhear-6efc27037aee345cee975805f2aacac66f6da2ce.zip
let a thousand autistic tweaks bloom
Diffstat (limited to '.scripts/tools/speedvid')
-rwxr-xr-x.scripts/tools/speedvid7
1 files changed, 0 insertions, 7 deletions
diff --git a/.scripts/tools/speedvid b/.scripts/tools/speedvid
deleted file mode 100755
index ba3a4f6..0000000
--- a/.scripts/tools/speedvid
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-base=$(basename $1)
-ext="${base##*.}"
-base="${base%.*}"
-
-ffmpeg -i $1 -vf "setpts=$2*PTS" -an $base'_sped.'$ext