diff --git a/rc_shared.sh b/rc_shared.sh index d561ce0..77d8407 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -411,7 +411,7 @@ function process-video { return $status } alias pv="process-video" -alias qpv="pv ./raw/YouCut*.mp4 `basename $(pwd)`.mp4" +alias qpv="pv ./raw/YouCut*.mp4 $(basename `pwd`).mp4" # Allow converting video to audio and other smaller # tasks than what process-video is intended to do.