diff --git a/bashrc.sh b/bashrc.sh index 298644a..4436fb0 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -345,6 +345,7 @@ function process-video { return $status } alias pv="process-video" +alias qpv="pv YouCut*.mp4 $(basename `pwd`).mp4" # Allow converting video to audio ad other smaller # tasks than what process-video is intended to do.