Currently, the queue processes videos in order as they were added.
Especially for parallel encoding, it can be very useful to sort the entries according to their length.
Some other obvious sorting topics could be Name, Type, Size, Date.
But for my personal use case only length is of concern, and I'm not sure what you would consider as bloat.
Currently, the queue processes videos in order as they were added. Especially for parallel encoding, it can be very useful to sort the entries according to their length.
Some other obvious sorting topics could be Name, Type, Size, Date. But for my personal use case only length is of concern, and I'm not sure what you would consider as bloat.