Add baller alias to easily transcode the video with the proper name.

This commit is contained in:
2026-01-08 17:34:23 -07:00
parent f811070949
commit 0485f27205

View File

@@ -345,6 +345,7 @@ function process-video {
return $status return $status
} }
alias pv="process-video" alias pv="process-video"
alias qpv="pv YouCut*.mp4 $(basename `pwd`).mp4"
# Allow converting video to audio ad other smaller # Allow converting video to audio ad other smaller
# tasks than what process-video is intended to do. # tasks than what process-video is intended to do.