Add extract-clip function.
This commit is contained in:
parent
e8c406fda2
commit
f8c980ee57
|
@ -1,3 +1,7 @@
|
||||||
|
extract-clip () {
|
||||||
|
ffmpeg -i "$1" -ss "$2" -to "$3" -c copy "$4"
|
||||||
|
}
|
||||||
|
|
||||||
gtag () {
|
gtag () {
|
||||||
git tag -s -a "$1" -m "Version $1"
|
git tag -s -a "$1" -m "Version $1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue