Message in convert helper script
This commit is contained in:
parent
da3e080190
commit
ddb619f1c0
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
# Should not be called manually
|
||||
ffmpeg -i "$1" "$(echo "$1" | sed -E "s/\.[A-Za-z0-9]+$/.$2/" | sed "s#\./files#./convert#")"
|
||||
|
|
Reference in a new issue