PDA

View Full Version : Flix Engine Crash Issues


Xanthus
10-20-2006, 01:25 PM
I've been running an encoder application using the flix engine to encode thousands of files. The issue that i've been running into quite often is that some files use a codec not installed on the system and the whole encoder just crashes. The flix engine should recognize this and send a handled exception to my application.

Here is one issue for example. When I use flix.SetInputFile(InputFile); on an unsupported avi file, the encoder will sometimes just hang forever.

Suggestions please.