Log in

View Full Version : ffdshow or other resize filters available


Verge
24th April 2010, 04:32
Are the ffdshow (or other freely available) resize filters available for use when building a DirectShow filter graph for output?

If so, how would I instantiate one?

(I'm talking about configuring this from software... for instance, open a configuration box from inside my own code so the user can choose the methods)



Thanks


C

LoRd_MuldeR
24th April 2010, 12:19
Have a look at libswscale, which probably is the most used library for pure software scaling and which is also used in ffdshow:
http://git.ffmpeg.org/?p=libswscale;a=summary

The same way libswscale has been integrated into ffdshow, it should be possible to integrate it in any other DirectShow filter...

Verge
24th April 2010, 20:14
Much thanks.

Verge
25th April 2010, 02:39
Was also able to find this (searching through 53 pages...)

http://social.msdn.microsoft.com/Forums/en-US/windowsdirectshowdevelopment/thread/5a2490a5-8daa-4ff7-801f-203fc83840bd