search for: theoradecoder

Displaying 3 results from an estimated 3 matches for "theoradecoder".

2008 Jun 18
2
Simple decoder (keyframe only) implementation ?
Hello everybody ! I am working on a php class to enable, on the server-side, to extract useful data from Ogg theora videos. http://opensource.grisambre.net/ogg . I need to have it extract a thumbnail picture from a video (much like dailymotion or youtube). Right now, I am doing it using the ffmpeg-php extension (for picture extraction only), but the problem is that this module is available on
2010 Jun 18
3
Theora DirectShow filters assembly
...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.
2004 Dec 08
3
yuv2rgb
hi all, i'm trying to code a tool to get some images from a ogg/theora file .... so basically i need to get a frame and convert to rgb ... and here is my question (sorry, i'm newbe here) ... how to convert a yuv_buffer to a rgb matrix ? i tryied diferent ways but my mistakes are bassically cause i don't understant how yuv_buffer structure works ... anybody can help? thanks a lot.