David Rickard
David Rickard
Looks like a HandBrake encoding crash. VidCoder uses HandBrake for the core encoding engine, so if the issue reproduces there it's an issue with their code and you can ask...
VidCoder is an alternate user interface on the HandBrake core encoding engine. I use the encoding engine but do not debug crashes in their logic, because I don't know the...
This is another HandBrake engine crash, you'll have to ask the HandBrake team about it.
I agree that it's not the most convenient arrangement. I've proposed that they adopt VidCoder's UI for the official HandBrake UI on Windows but they don't want to do it....
Windows apparently has a bug that causes a complete redraw of the alt-tab UI when the title of a window changes. You can disable having the progress in the window...
How is the screen turning off, here? VidCoder sets a flag to tell Windows not to automatically go into sleep mode while encoding. But there may be manually force sleep...
One other possibility is that the encode auto-paused from being low on disk space or battery. VidCoder calls `SetThreadExecutionState(EXECUTION_STATE.ES_CONTINUOUS | EXECUTION_STATE.ES_SYSTEM_REQUIRED)` when starting the queue, and that flag is only...
VidCoder does not have any code that pauses encoding when the screen is off. I can see from the powercfg output there that it is also asking the system not...
Suggestions and requests are always welcome! I've considered adding a customizable docking system to VidCoder that would give more flexibility in where all the sub-windows go. But the only library...
It should copy the settings over from stable when the entire %appdata%\VidCoder-Beta folder is missing. I just tested and it seemed to do just that. In your case was the...