move bin to .local/bin

This commit is contained in:
2023-09-15 15:46:04 -04:00
parent 8dbe941cb1
commit afff46b165
19 changed files with 248 additions and 21 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
output_file="$(echo "$1" | sed 's,\(.*\)\.\(.*\)$,\1.sermon.\2,')"
ffmpeg -i "$1" -ss "$2" -to "$3" "$output_file"