videolang / video

Source Code for Video language.
https://lang.video
Apache License 2.0
126 stars 12 forks source link

Command line progress indicator #4

Closed BenChung closed 7 years ago

BenChung commented 7 years ago

Running #lang video by remote is kind of painful, since it's impossible to know how far along it is. It would be better if it would write out info as to how much it's processed (much like ffmpeg does) to the command line, so that it's easy to see how much longer you have to wait.

LeifAndersen commented 7 years ago

Cool idea. Commit e805c1c fixes that.