search for: theoraencod

Displaying 5 results from an estimated 5 matches for "theoraencod".

Did you mean: theoraenc
2010 Jun 18
3
Theora DirectShow filters assembly
...ora decoding filter just after a Theora encoding filter ? I was able to do that with XViD and many other codecs. Aren't encoded frames directly sinkable by the decoder ? To resume a simple situation which is not working in GraphEdit, let's image this : VideoCaptureSource ( webcam ) => TheoraEncoder => TheoraDecoder => VideoRenderer Thanks in advance for your help. Olivier.
2009 Jun 14
3
python bindings to libtheora
...e way I half the dimensions of the Cb and Cr planes, so when you read ogv and write ogv, the resulting image is not exactly pixelwise exact). Here is an example how to read bbb_theora_325kbit.ogv, seek to 10s and convert the next 10s to a new a.ogv: -------------------- from theora import Theora, TheoraEncoder a = Theora("bbb_theora_325kbit.ogv") b = TheoraEncoder("a.ogv", a.width, a.height, quality=63) a.seek(time=10) while a.read_frame() and a.time < 20: A = a.get_frame_array() b.write_frame(A) ----------------------- And here is another example that shows an interact...
2010 Apr 14
1
Cannot connect matroska splitter to theora encoder
...er directshow filter v1.0.2.9 ( <http://www.matroska.org/downloads/windows.html> http://www.matroska.org/downloads/windows.html) And I use the xiph theroa encoder directshow filter version 0.82.16930 The graph I try to create looks like : fileReader -> Matroska Splitter -> theoraEncoder. When I try to connect theora Encoder to the Matroska splitter the ConnectDirect() method returns an error Code (0x80040207) which is interpreted as "There is no common media type between theses two pins" And here is the issue : My guess is there should be a common media type....
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved