Simple UI Changes that will increase productivity

Love the product! However, when I process a lot of clips a few things are annoying:

  1. Can you please provide a fit option for the left icon and file name, it truncates unnecessarily making it difficult to see the queue order and adjust priorities.

  2. Additional sorts:

    By priority very important when using the great priority feature
    Alpha
    processed/unprocessed (this is not always the case when starting multiple batches and is very confusing.

  3. Pause processing so I don’t have to close the app to do so.

Thank you so much, looking forward to the next release!

The pause/resume feature was added back in version 5.0 released a few months ago.

1 Like

I’m referring to a global suspend, not just tasks, pause resume a single task doesn’t work if you have dozens running; if there is a global option it’s well hidden.

Does the newer version of Video AI support checkboxes, or what they have in Photo AI literally “Selecting All”? If not, they really need to add that to Video AI, as I would use that too! Strangely they do have a global pause batch processing button/option in Photo AI BUT, not a restart feature if processing is exited.

Yes, clearly separate product teams, although multi-threaded nature of VideoAI makes the al pause feature not trivial as they have to share a memory variable safely using a locking mechanism rather than a simple static variable, which is probably why they haven’t done it; multi-threaded code is never a slam dunk; nonetheless I really hope they can do it because it’s a pain for me with a lot of files.