generated from me/template-mit
Switch order of subshells in case it helps with the file getting called home.mp4 every time.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user