florinandrei
19th April 2011, 04:18
I used to convert video using AviSynth, MeGUI and x264 without problems for quite some time.
A while ago, things started to crash inexplicably. I'm not yet sure which component is at fault, but I want to work them out one by one.
I'm using AviSynth 2.5.8. MeGUI and x264 are whatever versions happen to be newest.
The source is usually a 1080p24 MKV created with eac3to, that typically contains a video track and nothing else. From that, using the AVS Script Creator tool in MeGUI, I create an AVS file that will be used with x264. Then, I load up the AVS file in MeGUI, then I create a forced 2-pass job. The x264 profile is normally AVCHD. Then I launch the jobs in MeGUI.
Some times the OS will report that x264 has stopped working. Other times the whole computer crashes and reboots instantly (I run MeGUI with admin privileges).
A typical AVS script looks like this:
DirectShowSource("C:\foobar\video.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
#deinterlace
#crop
#resize
#denoise
If it makes any difference, the computer is an AMD Phenom 9850 Quad-Core at 2.50 GHz. OS is Vista 32 bit, 4 GB of RAM (2 GB until recently, but it made no difference w.r.t. crashes). The system is otherwise stable, I use it a lot with Adobe Lightroom to develop RAW photos, works great.
What can I do to troubleshoot this situation? Is there any debugging I can enable, to make sure AviSynth is not at fault?
A while ago, things started to crash inexplicably. I'm not yet sure which component is at fault, but I want to work them out one by one.
I'm using AviSynth 2.5.8. MeGUI and x264 are whatever versions happen to be newest.
The source is usually a 1080p24 MKV created with eac3to, that typically contains a video track and nothing else. From that, using the AVS Script Creator tool in MeGUI, I create an AVS file that will be used with x264. Then, I load up the AVS file in MeGUI, then I create a forced 2-pass job. The x264 profile is normally AVCHD. Then I launch the jobs in MeGUI.
Some times the OS will report that x264 has stopped working. Other times the whole computer crashes and reboots instantly (I run MeGUI with admin privileges).
A typical AVS script looks like this:
DirectShowSource("C:\foobar\video.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
#deinterlace
#crop
#resize
#denoise
If it makes any difference, the computer is an AMD Phenom 9850 Quad-Core at 2.50 GHz. OS is Vista 32 bit, 4 GB of RAM (2 GB until recently, but it made no difference w.r.t. crashes). The system is otherwise stable, I use it a lot with Adobe Lightroom to develop RAW photos, works great.
What can I do to troubleshoot this situation? Is there any debugging I can enable, to make sure AviSynth is not at fault?