HI! I'm sorry, to bother you, but I really have no idea who else to ask now.
So, I'm encoding, using meGUI (yeah, it sucks, I know).
Soo, I tried hardsubbing my karaoke.ass in an .mkv (the source is an .mp4) video, using FFVideoSource and vsfiltermod (TextsubMOD). So, I tried encoding const quality, ABR, 2 pass etc. but I keep getting avs4x264mod.exe crash.
When I remove the TextSubMOD part from the avisynth script, there are no problems.
I am mostly sure the problem is that the .ass file is 3300kb in size, which is a lot, but isn't there a way for it to get encoded? How can I fix this problem? At first I was using Avisynth 2.6.0 32bit, then I installed Avisynth+ - same problem.

Here's the Avisynth script:
Code:
FFVideoSource("E:\Fansub\Last Alliance\Projects\D.Gray-man\01\gray 01.mp4").AssumeFPS(24000,1001)
Trim(5928, 8057)

TextSubMod("E:\Fansub\Last Alliance\Projects\D.Gray-man\01\OP TEST.ass")