Log in

View Full Version : x264 systematic crash with VfW


Kyle_Katarn
13th August 2005, 12:33
Hello,

I'm currently working on a small VfW-based video encoder ( ftp://ftp2.kcsoftwares.com/kcsoftwa/beta/P2FV2.zip ) which works great with most codecs, (exept xVid and x264)

The problem with x264 is a "floating point division by zero" at the very beggining of the process.

Does anyone who works on x264 can tell me what i'm doing wrong ?

Thanks !

bond
13th August 2005, 13:37
you might fix it by not using the vfw version, but the cli ;)

Peter1234
14th August 2005, 02:33
I am no expert, but since no one else has offered any help, I will make this suggestion. Xvid and x264 will not open in TMPGEnc so I think the problem is that they need a directshow filter to decode them. You probably have VFW filters installed for the codecs that open in your program.

Kyle_Katarn
14th August 2005, 10:49
Maybe you're right... i'll try to investiguate, but it's hard to find someone from their dev team...

ian8210
27th August 2005, 07:06
That's because u terminated the encoding thread in another thread....., which means u tried to finish encoding when it's still working .....

Kyle_Katarn
27th August 2005, 11:55
This is a Delphi Project and ICCompressEnd is called by my encoding thread before terminating.