fvid icon indicating copy to clipboard operation
fvid copied to clipboard

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

Open turtleship69 opened this issue 5 years ago • 4 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 avatar Oct 17 '20 09:10 turtleship69

@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.

Theelx avatar Oct 17 '20 15:10 Theelx

Does it ever not?

turtleship69 avatar Oct 17 '20 18:10 turtleship69

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.

Theelx avatar Oct 17 '20 18:10 Theelx

@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?

Theelx avatar Oct 25 '20 23:10 Theelx