Log in

View Full Version : x264 crash using AVS + AVISource


Sirber
30th August 2006, 23:31
I recently upgraded to rev 557 for realanime and now x264 crash.
Does that happens to other people?
Do you need my cmdline?

Sirber
30th August 2006, 23:35
Crash:
# RealAnime 5
AVISource("C:\...\20.avi")
EnsureVBRMP3Sync()
DelayAudio(0)
Normalize()
ConvertToYV12()


Work:
# RealAnime 5
DirectShowSource("C:\...\20.avi")
EnsureVBRMP3Sync()
DelayAudio(0)
Normalize()
ConvertToYV12()


Both play fine in MPC :confused:

Sirber
30th August 2006, 23:37
C:\Projets\RealAnime5\dist>x264.exe -o test.mp4 .\temp\source.avs
avis [info]: 640x480 @ 23.98 fps (34522 frames)

then crash, takes less than 1 sec

Sirber
30th August 2006, 23:40
upgraded to latest AVISynth (2.5.7 alpha X) and it works now.

thanks! ;)

Sharktooth
31st August 2006, 00:47
weird, it works here with avisynth 2.56

Sirber
31st August 2006, 00:48
I had AviSynth_260402.exe
now AviSynth_220406.exe

... did I have a 2002 old alpha? :devil:

Sharktooth
31st August 2006, 00:55
dunno :confused:

Sirber
31st August 2006, 00:59
I recommend immediate upgrade to all 3 RealAnime users!

Audionut
31st August 2006, 11:15
Talk about post whore. You've obviously heard about (and can use) the edit button. re: your first post.

CruNcher
31st August 2006, 11:59
that's no crash really, it looks more like the random non encoding problem that occours since some patches now

Sharktooth
31st August 2006, 12:42
yeah... but why using avisynth 2.5.7 fixed the issue?
However i was never been able to replicate those "crashes"...

Sirber
31st August 2006, 12:55
Talk about post whore. You've obviously heard about (and can use) the edit button. re: your first post.
It's a step by step repro and self debuging. At least my posts bring usefull infos ;)

Sirber
4th September 2006, 14:30
I've got the same crash using the "stable" 2.5.6. Only the latest alpha works :(