David Rickard
David Rickard
Hmm. Can you send me your VidCoder.sqlite file? It would be in %appdata%\VidCoder or %appdata%\VidCoder-Beta . Let me know which Picker you have selected.
Just tested with the Picker option "Pick only titles from x to y minutes", and it adds all of them. By default it only adds the "main" title as determined...
If the "Keep files from failed or stopped encodes" option wasn't selected, then the files would already be deleted at that point, right? Right now the "Clear" options just refer...
I think that "Open Containing Folder" option is for the result file. Which doesn't exist because the encode failed. If you enable the option to keep failed files, that should...
It should be pretty self-explanatory. You can add a folder with an associated picker and encoding preset.
In Task Manager -> Performance, does it show Video Encode usage on the GPU section? There are some things that can cause CPU usage like audio encoding or the rescale...
Those screenshots show your GPU at 65%, 72%, 50%. Did you check the GPU tab details on the Performance monitor? Also technically the Sizing options count as a "rescale" filter...
Probably has to do with how the framerate filter on each encoder is implemented. But all this is not surprising to me; as potentially setting a constant framerate could require...
You could try changing this in Advanced options: Sometimes the system watcher doesn't fire correctly. If you change to Watcher Mode: Polling, VidCoder will periodically check the watched folders for...
I do have code that is supposed to retry locked files: https://github.com/RandomEngy/VidCoder/blob/beta/VidCoderFileWatcher/Services/SystemFolderWatcher.cs#L197 Could you send the Watcher log file from %appdata%\VidCoder\Logs , and use the System watcher mode? That will...