cubicibo / SUPer

HDMV PGS (BD SUP) subtitle encoder compatible with typesetting effects.
GNU General Public License v3.0
21 stars 4 forks source link

Add multithreading #22

Closed cubicibo closed 8 months ago

cubicibo commented 8 months ago

Adds the long-awaited multithreading to SUPer. Both CLI and GUI supports it. Tested on Windows 10 and macOS 12 Monterey.

For BDN XML with very long epochs, the highest thread count may lead to a memory surge and the OS using memory caches on the disk.

This MR also adds the possibility to disable GPU usage. In config.ini. Set use_gpufield to 0. (#21)