[O] Use python function structure for vcomp

This commit is contained in:
Hykilpikonna
2021-12-11 19:41:05 -05:00
parent a2061d3774
commit 01bae45915
2 changed files with 66 additions and 31 deletions
+1
View File
@@ -119,6 +119,7 @@ cut() {
ffmpeg -i $1 -codec copy -ss $start -t $2 Cut\ $1
}
alias vcomp="$SCR/helpers/video.py"
alias vcompy="ipython -i $SCR/helpers/video.py"
# include if it exists
[ -f $HOME/extra.rc.sh ] && . $HOME/extra.rc.sh