PDA

View Full Version : Weird problem with encoder


duro
01-12-2007, 06:15 PM
Having a problem with the enocder. When we use the c# example from the demo, the encoding works correctly. However when we try to customize it by adding filters like scaling, it works fine on my desktop machine we're using for developing, but when to try it on another desktop or server for that matter we get the following error:

System.Runtime.InteropServices.COMException: Exception from HRESULT: 0xFFFFFFFA
at flixengine_com.IFlixPlgn.setParam(String name, Double inDblVal)

We've analzyed the avi file we're trying to convert to flv with the AVIcodec analyzer and it shows that the video and audio are supported.

I'm running out of options as the project deadline is fast approching, any help would be greatly appreciated.

Thank You,
Bryan

yannick
05-02-2008, 11:26 AM
I'm having the exact same problem. Have you fixed it already?