mwinckler / LyricsAnimator

A tool to generate videos of animated lyrics
MIT License
6 stars 2 forks source link

Text characters sometimes garbled when generating videos in parallel #1

Open mwinckler opened 4 years ago

mwinckler commented 4 years ago

SkiaSharp's DrawText method is not thread-safe and occasionally results in a character being replaced by an "unknown character" square when generating videos in parallel. A simple lock around the DrawText calls has alleviated but not completely eliminated the problem.