Closed andykais closed 2 years ago
I think this may be a bug that was later fixed in a nightly version as a test, but the fix never got into the master branch for a reason I've forgotten. I see that you're already running v2x on Linux/WSL? Maybe try 5.0.0 which contains way less bugs.
I haven't written an instruction for how to manually install the new 5.0.0 as a Python package yet, because I want to wait until it's on PyPI (out of beta) before I do that. It's simple though:
git clone https://github.com/k4yt3x/video2x.git
cd video2x
pip install .
Then you should be able to use the video2x
command. I haven't tested direct invocation yet. If that doesn't work, python -m video2x
should.
Hi, I am getting an error with the following command. Is it possible
flv
is not supported? The error message isn't terribly intuitive so its hard to tell.