From 68fea2f31415e2ced2e2a3de94687db1a8793c3e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 26 Jan 2026 13:58:06 -0700 Subject: [PATCH] Try fixing the qpv video getting named 'home.mp4'. --- bashrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.sh b/bashrc.sh index 0a7e6f9..9e8508e 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -345,7 +345,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 ad other smaller # tasks than what process-video is intended to do.