You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tgs-to-gif uses puppeteer-lottie library which uses a single core to render images. Converting with multi-core will be possible only if it will be possible in puppeteer-lottie.
By the way, it already has a similar issue: transitive-bullshit/puppeteer-lottie#1.
you also can use cpp version pthread or even you can try some shell techniques
e.g. for f in files ; tgs_to_gif your flags & ; done
not ideal but can work
i found that is use only one cpu .
The text was updated successfully, but these errors were encountered: