So, apparently, the creator of MagicYUV has figured out why Bandicam has issues recording large (100GB+) MagicYUV videos.
"So we solved the issue with Cloudstrifeff7, this is just a summary of what was the problem.
First, the AVI created by Bandicam was incorrect, it had a corrupt index entry for the very first frame, pointing to a random location inside the file. This caused programs to present garbage data to the codec, which made it crash.
I couldn't find any program which could fix the index for an AVI with multiple audio tracks. ffmpeg cannot be told to ignore the index, DivFix++ croaks on large files, mencoder cannot handle multiple audio tracks, AVIMaster was still working after 2 hours.
So instead I fixed the codec to check more thoroughly if it gets garbage. This makes the first frame unreadable, but programs simply ignore it then.
The fix will be included in 2.0.0rc2.
Apart from this, Bandicam should also probably be fixed, as it creates a bad index for the first frame when recording large files."