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
|
done
|
||||||
|
|
||||||
# allow optional output filename
|
# allow optional output filename
|
||||||
if [[ "$#" -eq $MAX_OPT ]]; then
|
if [[ $(($# % 2)) != 0 ]]; then
|
||||||
OUTPUT="${@: -1}"
|
OUTPUT="${@: -1}"
|
||||||
else
|
else
|
||||||
OUTPUT="${HOME}/av1_${INPUT}"
|
OUTPUT="${HOME}/av1_${INPUT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user