Log in

View Full Version : How to use XviD with directshow


tlaskowski
9th November 2005, 18:54
Hi,

I have an application that recompresses avi files using microsoft's directshow mjpeg compression filter. When I try to use the XviD compression filter the application causes an exception. The compression works fine in graphbuilder btw. Does anyone have any examples of using XviD with directshow using visual c++?

Thanks,

Thomas

tlaskowski
22nd November 2005, 21:52
bump!

sysKin
23rd November 2005, 02:37
There is no XviD compression filter, only decompression.

I think suxendrol made one, long time ago... we might just commit it soon, there's just this dillema where configuration GUI goes (third library / cloned in both / directshow calls VfW for config).

Sharktooth
23rd November 2005, 13:58
add the GUI to both interfaces so they will be independent.

tlaskowski
8th December 2005, 21:59
There is no XviD compression filter, only decompression.

I think suxendrol made one, long time ago... we might just commit it soon, there's just this dillema where configuration GUI goes (third library / cloned in both / directshow calls VfW for config).

But then how was I able to use Xvid to compress an avi file in GraphEdit?



Tom