in03 / proxima

Transcode source media directly from DaVinci Resolve using multiple machines for encoding. Great for creating proxies quickly.
MIT License
50 stars 3 forks source link

feat: Queuer-side progress indication #190

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

It would be really nice if we could have some indication of progress (ideally a progress bar) showing how far through the current jobs we have. Alive progress handles multiple nested progress bars. That could be really cool, although not sure how feasible depending on how many jobs we have queued. Otherwise an overall progress bar would be fine. Some single-line logging on which files have finished would be awesome too. closes #145

in03 commented 2 years ago

I think we can consider this mergable now. It serves its basic purpose, but there are still some niggly things to iron out. They're not easy fixes though, so we'll merge for now and come back to it later. Maybe someone more knowledgable on progress bars can help.

Known issues