Displaying 1 result from an estimated 1 matches for "pushsource".
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
Hi all,
I am trying to test DirectShow PushSource example from the SDK with
Theora encoder and Ogg muxer (DirectShow filters of course) by using
GraphEdit tool. My goal is capturing the screen as video by taking
snaphot bitmaps continuosly (what PushSource eaxmple does) and giving
them to the Theora encoder through the DS pipeline (next goal is
tr...