Selur's Little Message Board

Full Version: Continue processing of other videos after crash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's not uncommon, in a situation where hundreds of videos need to be processed, for a few of them to crash. Currently, Hybrid halts completely when the number of parallel jobs is set to 1. This makes it necessary to periodically check if everything is running OK in the queue, which makes it impossible to use an unsupervised computer for processing large batches of videos.

Would it be possible to change this in the next update? I mean, either by default or through a config checkbox, allow Hybrid to simply skip the crashed videos instead of stopping completely?
asking this also.
Quote:It's not uncommon, in a situation where hundreds of videos need to be processed, for a few of them to crash.
It should be. If something crashes, there is either a problem with the source, one of the tools used, Hybrid or your system.

Quote:Would it be possible to change this in the next update?
Certainly not. (planning to release a new version today or tomorrow)

Quote:I mean, either by default or through a config checkbox, allow Hybrid to simply skip the crashed videos instead of stopping completely?
Hybrid runs a given number of processes in parallel, if one crashes that process is blocked.
Would have to look at the job processing to change this.
=> I will think about it.

Cu Selur
Totally forgot, Hybrid already supports what you want. Smile
Enabling "Jobs->Misc->Ignore crashed jobs and process next", should work. Smile

Cu Selur