Resize directshow video

Hi all!

Is it possible to resize a directshow videostream? i want to resize the video after send it to a freeframe… should i write a freeframe?

Thanks a lot!
j

wooops… I found it… it was asVideo… sorry…

resizing the directshow stream directly would require a directshowfilter to be written and included into vvvv. changing a videos size is one thing freeframe can’t do.

at the moment you can only go the detour via a ->videotexture->renderer->dx9texture-AsVideo to get a resized directshowstream. this maybe sufficient for some applications but lame for others.

anybody up to writing a cropping/resizing directshowfilter? i’d be happy to include that with vvvv.