ekisu / mpv-webm

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

Progress Bar for Encode Process #146

Open WMan22 opened 1 year ago

WMan22 commented 1 year ago

I would really appreciate if I know how close my webm was to being finished rendering. If this is not possible to do, at least keep the "Encoding..." text on screen until the encoding process is done (Have a toggle in options to display it this way in case people wanna watch their video without that text while something is encoding, that pleases everyone), that way I don't mess up my webm by closing the MPV video too early.

mikamidd commented 1 year ago

You can already do this by editing the webm script file and changing display_progress from "auto" to "true". On Windows this will open up a CMD window in the background while webm is encoding but you will get a % progress in the player window.

Apocalypse612 commented 6 months ago

I have issues getting this to work myself with the latest version of your script.

I did check the mpv output log, and I don't know why it's doing this.