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
Thank you for reporting this, @Resend1298. The issue was indeed caused by that Unicode character, which the SDL TTF rendering engine couldn’t handle in high-quality "blended mode", leading to the segfault. I’ve implemented a fallback to a more robust rendering method (TTF_RenderUTF8_Solid) to handle such cases. While the output quality might not be as good, the tool will at least function correctly.
Got
[1] 167480 segmentation fault (core dumped) video-compare
when running
video-compare ♥.mp4 a.mp4
.(I believe it's
U+2665
?)I'm using
20241124-nuuk
on Arch Linux from AUR.The text was updated successfully, but these errors were encountered: