Displaying 9 results from an estimated 9 matches for "dsftheoraencod".
Did you mean:
dsftheoraencoder
2007 Oct 22
1
[PATCH][RFC] Adapt Theora frame rate to DirectShow clock
....
Name: 0-libDirectshowAbstracts.diff
Type: application/octet-stream
Size: 1705 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20071022/eae860e9/0-libDirectshowAbstracts.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1-dsfTheoraEncoder.diff
Type: application/octet-stream
Size: 4553 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20071022/eae860e9/1-dsfTheoraEncoder.obj
2005 Apr 27
3
Theora dll in debug mode
...tible with Theora ?
I also downloaded source code of Theora, in order to compress myself the codec
in debug mode with Microsoft Visual C++ .NET 2003. I have successfully compiled
the next 5 libraries (it seems libOOOggSeek was not necessary for other dll
compilation) :
- dsfTheoraDecoder.dll
- dsfTheoraEncoder.dll
- libOOOgg.dll
- libOOOggSeek.dll
- libOOTheora.dll
After replacing Release version of the dll by the Debug version of them,
nothing works. I can't play any theora encoded file, nor encode a new file.
Error is "Debug Assertion Failed !".
With a minimal graph in GraphEdit...
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
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