search for: fps_30

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

Did you mean: fps_10
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
...alue 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). After all, my problem is I tried different values (FPS_10, FPS_20 and FPS_30) in the code I mentioned above, but the length and quality of the output videos are not sufficient or even correct. Especially durations differ between each frame rate (I think there is a linear relation between the duration of the final video and the FPS_XX value). When I increase the FPS_XX value...