oyvindln/vhs-decode

hifi-decode 8mm Invalid Decimal Literal

aldude999 opened this issue · 1 comments

Bug Description

As of the latest hifi change, hifi-decode will no longer run because args.H8 was changed to args.8mm in main, and identifiers are not allowed to start with a number in Python.

Steps to Reproduce

run hifi-decode

Environment

Additional Information

There is also an error on line 144 where a comma is missing after "--gui"

This was on the to do list, will be patched in the next update.