From 0485f272056e7aa436ec4854ba2ab6723545688c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 8 Jan 2026 17:34:23 -0700 Subject: [PATCH] Add baller alias to easily transcode the video with the proper name. --- bashrc.sh | 1 + 1 file changed, 1 insertion(+) 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.