New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/pull/46124#issuecomment-1725783129 Comment: @newbluemoon > Did you test if ccextractor works with -hardsubx? Good catch! I didn't. All I did was fix compilation errors. Anyway, even after adding 'tesseract 5 support', it still didn't work: ``` Job 1, 'ccextractor -hardsubx video.mp4' terminated by signal SIGSEGV (Address boundary error) ``` `ccextractor-0.94` is too problematic for my tastes. I wasted enough time as it is on it. So I reverted back to `ccextractor-0.93`, fixed the compilation error, and added 'tesseract 5 support'. It worked fine in my tests. I hope my work is done here.