Try fixing the qpv video getting named 'home.mp4'.

This commit is contained in:
2026-01-26 13:58:06 -07:00
parent 7237184456
commit 68fea2f314

View File

@@ -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.