1
Fork 0

Add extract-clip function.

This commit is contained in:
Bauke 2023-01-19 09:44:09 +01:00
parent e8c406fda2
commit f8c980ee57
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
extract-clip () {
ffmpeg -i "$1" -ss "$2" -to "$3" -c copy "$4"
}
gtag () {
git tag -s -a "$1" -m "Version $1"
}