Alkl58 / NotEnoughAV1Encodes

GUI for AV1 (aomenc, rav1e & svt-av1)
MIT License
543 stars 24 forks source link

[Feature] Queue Sorting #125

Closed Ichisich closed 1 year ago

Ichisich commented 1 year ago

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.

Alkl58 commented 1 year ago

Added in the new release: v2.1.2