"first" commit, preparing for LARBS 2.0
This commit is contained in:
7
.config/Scripts/speedvid.sh
Executable file
7
.config/Scripts/speedvid.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
base=$(basename $1)
|
||||
ext="${base##*.}"
|
||||
base="${base%.*}"
|
||||
|
||||
ffmpeg -i $1 -vf "setpts=$2*PTS" -an $base'_sped.'$ext
|
||||
Reference in New Issue
Block a user