Cyber Akuma
26th January 2017, 23:43
This is driving me nuts. I never had much issues with MeGui before, and usually when I did, the error was consistent and the error message gave some insight into what was wrong.
But this latest encode is driving me up a wall trying to get it to work.
I created an AviSynth script to try to join several MP4 files together with transitions. The avs file itself plays ok, though laggy.
I am also trying to do a three-pass x264 encode of the file.
When I load this file in MeGui, first it complains about the colorspace ("AviSynth clip is in 1610612740 not in YV12, even though ConvertToYV12() has been appended. Continue anyway?") but lets me continue.
After this however, either pass 1, 2, or 3 fails. It seems to be random, usually pass 1 finishes, but sometimes it fails. But then pass 2 usually fails. One time pass 2 did work, but then 3 failed. I never managed to get all three passes to finish, and once a pass fails, attempting to re-start it always fails. The failure happens right at the start of the pass too.
The only error message MeGui gives me is "Process exits with error: 0xC0000005 STATUS_ACCESS_VIOLATION", which is pretty generic and doesn't seem to really help.
Can anyone help or even give suggestions how I can try to find in more detail what the error is?
But this latest encode is driving me up a wall trying to get it to work.
I created an AviSynth script to try to join several MP4 files together with transitions. The avs file itself plays ok, though laggy.
I am also trying to do a three-pass x264 encode of the file.
When I load this file in MeGui, first it complains about the colorspace ("AviSynth clip is in 1610612740 not in YV12, even though ConvertToYV12() has been appended. Continue anyway?") but lets me continue.
After this however, either pass 1, 2, or 3 fails. It seems to be random, usually pass 1 finishes, but sometimes it fails. But then pass 2 usually fails. One time pass 2 did work, but then 3 failed. I never managed to get all three passes to finish, and once a pass fails, attempting to re-start it always fails. The failure happens right at the start of the pass too.
The only error message MeGui gives me is "Process exits with error: 0xC0000005 STATUS_ACCESS_VIOLATION", which is pretty generic and doesn't seem to really help.
Can anyone help or even give suggestions how I can try to find in more detail what the error is?