AlfredoSequeida / fvid

fvid is a project that aims to encode any file as a video using 1-bit color images to survive compression algorithms for data retrieval.
MIT License
354 stars 43 forks source link

Syntax error in line 121 in the fvid.py code #31

Closed Halt-Arrtay closed 3 years ago

Halt-Arrtay commented 3 years ago

In the fvid.py code there is a Syntax Error in line 121, for filename in sorted(glob.glob(f"{FRAMES_DIR}decoded_frames*.png"), key=os.path.getmtime) : ^ SyntaxError: invalid syntax

I don't know how to fix this, can you please advise?

Theelx commented 3 years ago

Sorry for the late response, can you clone it from the Github and tell me if it works?

Theelx commented 3 years ago

I assume it's fixed because neither I nor Alfredo seem to be having trouble with it.