ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
571 stars 33 forks source link

Display encode progress #32

Closed ekisu closed 5 years ago

ekisu commented 5 years ago

Implements #30.

I still need to test if display_progress = "auto" behaves correctly on Windows, otherwise this should be OK.

Pentaphon commented 2 years ago

I just tried this on shinchiro's windows builds and all I get is the start and end text on the onscreen display. No progress at all.

Pentaphon commented 2 years ago

@ekisu see above comment

ekisu commented 2 years ago

It's expected behavior, there's no way to track progress accurately on Windows, because we can't capture and parse the encoding process's output while it runs.

Pentaphon commented 2 years ago

It's expected behavior, there's no way to track progress accurately on Windows, because we can't capture and parse the encoding process's output while it runs.

Thanks for the timely response. Guess I will just deal with it on Windows.