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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After running command, nothing is returned, and it proceeds to a new line

turtleship69 opened this issue · comments

After running the command, it just goes to a new line. My code setup is the folder "fvid" extracted into downloads and the file I want to test for now is in the same folder.

C:\Users\windows\Downloads\fvid-master\fvid>py -m fvid -i Ppsspp.zip -e

C:\Users\windows\Downloads\fvid-master\fvid>

No new files are created.

@turtleship69 That's happened to me a few times with the current version (0.0.2). There's a PR waiting for approval that will fix that once @AlfredoSequeida has had time to review it.

Does it ever not?

It rarely did for me when I was using 0.0.2, but I wasn't doing it on windows so idk. Try git cloning my PR, then pip installing the resulting directory, and then it should work.

@turtleship69 Can you try updating fvid by running pip install git+https://github.com/AlfredoSequeida/fvid.git#egg=fvid then trying to run the command again?