video2x icon indicating copy to clipboard operation
video2x copied to clipboard

Get progress from docker container

Open ks-zealot opened this issue 1 year ago • 2 comments

Is there any way to get progress from upscaling process? At least, get output in stdout and parse that.

ks-zealot avatar Mar 04 '24 14:03 ks-zealot

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?

arximboldi avatar Jun 25 '24 15:06 arximboldi

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.

arximboldi avatar Jun 25 '24 18:06 arximboldi