Open s4nket opened 3 years ago
Uhh, I somewhat have an idea of what could be causing this (encode progress is outputted to stderr, but we don't capture it, so it "leaks" to the console), but is this really an issue? I mean, is the issue here:
The only case that could in theory be "fixed" is the first one
The reason I reported this behavior is because I tried to 2-pass encode a video in webm, this generated a .audio file right away but the .video file was taking pretty long so I opened the console to see if there's any progress report but I only saw this unformatted red text and that made me think something went wrong. That's why I also opened this issue #132 because I couldn't stop the task so I closed mpv, but that made another problem rise, the file explorer was hung on "working on it..." preview with no drives or folders visible but I could access them through cmd but ultimately I had to restart my machine which fixed this stuck issue, but after that a .video file was created which could not be opened and when I tried to delete it it would not delete and eat my cpu resources attempting to delete it so I had to restart again after which the file was in my recycle bin and the same issue happened it would not delete permanently from the bin so after restarting again i tried to clear the recycle bin using "Disk Cleanup" which ultimately deleted the file from the bin. And this whole thing happened two seperate times, so that was my reasoning, I would like the output formatting to be "fixed". Now I just use the 1-pass encode which does the trick for me.
mpv version and platform
Win 10 Version 10.0.19043 Build 19043
Description
The plugin prints the output in red with unsupported character in the console ss: https://files.catbox.moe/nhoevw.PNG the output for the audio encode looks fine mpv.log ss: https://files.catbox.moe/sy8jna.PNG
Log file