Closed zaz closed 2 years ago
webpmux_animate is missing a - in the bgcolor flag
webpmux_animate
-
bgcolor
Running the default example yields the following error:
b"ERROR at '255,255,255,255': Multiple input files specified.\nExiting due to command-line parsing error.\n"
Adding the dash and removing the -v option allows webpmux to run.
-v
Without removing the -v option, I receive the following error:
ERROR: Unknown option: '-v'. Exiting due to command-line parsing error.
webpmux_animate
is missing a-
in thebgcolor
flagRunning the default example yields the following error:
Adding the dash and removing the
-v
option allows webpmux to run.