generated from me/template-mit
Move the folder name shortcut to its own alias and use it for qpv.
This commit is contained in:
+2
-1
@@ -481,7 +481,8 @@ function process-video {
|
|||||||
return $status
|
return $status
|
||||||
}
|
}
|
||||||
alias pv="process-video"
|
alias pv="process-video"
|
||||||
alias qpv='pv ./raw/YouCut*.mp4 $(basename `pwd`).mp4'
|
alias fn='basename `pwd`' # Folder Name
|
||||||
|
alias qpv='pv ./raw/YouCut*.mp4 `fn`.mp4' # Quick Process Video
|
||||||
|
|
||||||
# Allow converting video to audio and other smaller
|
# Allow converting video to audio and other smaller
|
||||||
# tasks than what process-video is intended to do.
|
# tasks than what process-video is intended to do.
|
||||||
|
|||||||
Reference in New Issue
Block a user