Progress Bar for Encode Process
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.
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.
I have issues getting this to work myself with the latest version of your script.
- If I leave the options to default at auto, it just says "starting encode", but never reports that it's done, even though it is.
- If I flag the command in options to true, it reports an error, and to check my log (but the encode still works perfectly fine).
- If I have logging enabled in MPV, it'll start reporting the percentage inside MPV but it won't move from 0%. A very odd behavior, indeed.
I did check the mpv output log, and I don't know why it's doing this.