You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the videowmark code, it seems that the key is being added to the global args: --key ) AUDIOWMARK_ARGS+=("--key" "$2"); shift 2 ;;
A possible solution would be to add a separate variable for after-command args. I will try to do this later and open a PR, though my bash is not very good...
The text was updated successfully, but these errors were encountered:
Hello!
Thank you for this excellent program. I've encountered an issue when trying to add a watermark with a key.
The command & output:
Looking at the videowmark code, it seems that the key is being added to the global args:
--key ) AUDIOWMARK_ARGS+=("--key" "$2"); shift 2 ;;
A possible solution would be to add a separate variable for after-command args. I will try to do this later and open a PR, though my bash is not very good...
The text was updated successfully, but these errors were encountered: