Displaying 4 results from an estimated 4 matches for "theoraencodeinputpin".
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
...DS pipeline (next goal is
transmitting this video **).
My DirectShow graph is like this:
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...
2005 Feb 09
2
Converting RGB YUV and back
Hi all,
how can I convert a RGB (24 or 32) image I'm getting from a webcam for
example to YUV to compress it with theora, decompress it and convert it back
to RGB to draw it?
Any suggestions?
Best regards,
Florian
(Stuttgart, GERMANY)
2005 May 24
2
Theora with DirectX earlier than 9
Hello,
I'm trying to use Theora video codec with DirectX 8 and DiretX 7. The
problem seems to be out format of Theora decoder wich is YV12 and
incompatible with DirectShow Video Renderer Filter.
Do you know a filter able to convert YV12 to RGB, usable in a
commercial application ? May I have to make such a filter myself ?
Is is said in the README file of oggdsf archive :
"You need
2005 Sep 27
4
problems understanding yuv_buffer format
hi folks!
once again i am trying to decode a yuv_buffer to a 24 bit RGB buffer.
last time nobody seemed willing to tell me how to do this, so i am
trying again.
i try to make my questions more simple. what i need to know is:
how many bytes are in each y, u, v array?
what for are these strides?
what exactly is a "plane" in a frame, and what does it do?
what i want to achieve is