c5f6859a83
On Windows, passing --props and the JSON path as two separate CLI arguments causes Remotion to mis-parse the value due to platform quote escaping, failing with "neither valid JSON nor a file path to a valid JSON file". Switch to the --props=<path> equals form, which Remotion recommends for file paths and which works consistently across platforms. Fixes #172