mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
fix wrong output
This commit is contained in:
@@ -103,7 +103,7 @@ while getopts "$OPTS" flag; do
|
||||
done
|
||||
|
||||
# allow optional output filename
|
||||
if [[ "$#" -eq $MAX_OPT ]]; then
|
||||
if [[ $(($# % 2)) != 0 ]]; then
|
||||
OUTPUT="${@: -1}"
|
||||
else
|
||||
OUTPUT="${HOME}/av1_${INPUT}"
|
||||
|
||||
Reference in New Issue
Block a user