search for: iposit

Displaying 1 result from an estimated 1 matches for "iposit".

Did you mean: posit
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
...s: PushSource Filter --> Theora Encoder --> Ogg Muxer First of all, Theora encoder filter did not accept connecting to the PushSource filter due to the restriction for the average time per frame rate in TheoraEncodeInputPin.cpp file [1]. Because by default CPushPinDesktop::GetMediaType(int iPosition, CMediaType *pmt) method in PushSourceDesktop.cpp does not assign a value for average time per frame, I added the line below; pvi->AvgTimePerFrame = FPS_10; FPS_10 is the value I used in m_rtFrameLength(FPS_10) also in the constructor CPushPinDesktop(HRESULT *phr, CSource *pFilter)....