video2x
video2x copied to clipboard
Get progress from docker container
Is there any way to get progress from upscaling process? At least, get output in stdout and parse that.
I am having a similar issue. I only see the progress when I ctrl-c to quit. Is there a way to see the progress in real time or at least query it without quitting?
Ok, so the problem was that the docker images that are officially published are very old. Building an image from current master fixed the issue, mostly.
With realsr, there is still the problem that the output of the realsr process gets interleaved, that shows progress per frame, flooding the output. But otherwise it works rather well.