Log in

View Full Version : x264 x64 spontaneous crash


scarabeaus_1
17th February 2010, 19:28
Hi everyone,

i have an "big" problem. I have updated MeGUI to version 0.3.3.0.

Since that time i have the problem that, i get spontaneous crashes of the x64 version on x264. At some movies there is no problem at all, at other i have to restart once, at other 3 times till it encodes through the entire film. Has someone an idea what it may cause :confused:

greatings
scarabeaus

rack04
17th February 2010, 19:42
Hi everyone,

i have an "big" problem. I have updated MeGUI to version 0.3.3.0.

Since that time i have the problem that, i get spontaneous crashes of the x64 version on x264. At some movies there is no problem at all, at other i have to restart once, at other 3 times till it encodes through the entire film. Has someone an idea what it may cause :confused:

greatings
scarabeaus

Are you sure this is a bug with x264? Have you tried other GUI's? Do those crash? If so, which revision of x264 are you using? What input method are you using? If Avisynth, what is your script? What decoder are you using? What is your source? Sample? I only ask these questions because you gave absolutely no information to reproduce your "big" problem.

scarabeaus_1
19th February 2010, 18:16
Are you sure this is a bug with x264?
Yes, because i get an error window that x264_64 crashed and has to be closed.

Have you tried other GUI's? Do those crash?

No, do not want to install several GUI's. Till the last update i didn't have any problems.

If so, which revision of x264 are you using?

Not sure. Update version of MeGUI!?

What input method are you using? If Avisynth, what is your script? What decoder are you using? What is your source?

Avisynth Script is created by MeGUI
# Set DAR in encoder to 238 : 97. The following line is for automatic signalling
global MeGUI_darx = 238
global MeGUI_dary = 97
LoadPlugin("C:\Program Files (x86)\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Temp\IGB\VTS_01_1 - 0xE0 - Video - MPEG-2 - 720x576 (PAL) - 16~9 - Letterboxed.d2v", info=3)
LoadPlugin("C:\Program Files (x86)\megui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
#deinterlace
crop( 2, 74, 4, -74)

LanczosResize(720,432) # Lanczos (Sharp)
#denoise

rack04
19th February 2010, 18:28
Yes, because i get an error window that x264_64 crashed and has to be closed.

That could be caused by many things other than x264

Not sure. Update version of MeGUI!?

You need to find out.

What is the exact command line that MeGUI is passing to x264?

One other thing to rule out is the file name. Change C:\Temp\IGB\VTS_01_1 - 0xE0 - Video - MPEG-2 - 720x576 (PAL) - 16~9 - Letterboxed.d2v to letsomitallthequotesspacesandtildes.d2v.