-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Problem Description
If you add a video to the queue it starts processing immediately in parallel with the first video and it can't be paused or removed without also pausing or removing the first video. This is undesirable if you want individual videos to be available as soon as possible. There's some chance this might be intended behavior but it would be great if there was some way to configure this. Even pausing doesn't allow you to remove the second video, you have to stop all videos and start again. If you right click the second video and select stop it doesn't actually stop; it just restarts the conversion process and remove from queue is greyed out until you stop all videos in the queue.
What version of VidCoder are you running?
11.11 VelopackInstaller
Edit: I can see now that parallel processing of the queue is configurable with worker process count but I suspect the not being able to stop or pause individual videos in the queue is probably not intended behavior.