ogg-theora

Automatic YUV -> RGB in DirectShow for custom decoder

Hello everybody, after hours of searching on the net I'm quite desperate to find solution for this. I've up & running OGG Theora decoder in DirectShow which ouputs YV12 and YUY2 color models. Now, I want to make a RGB pixel manipulation filter for this output and to process it into video renderer. According to http://msdn.microsoft.com/...

How to write bitmaps as frames to Ogg Theora in C\C++?

How to write bitmaps as frames to Ogg Theora in C\C++? Some Examples with source would be grate!) ...

Does ffmpeg support encoding of raw video sequence to raw Theora Packets/Elementary bits tream.

Hello, I have a query regarding using ffmpeg to encode a raw video(yuv sequence) to Raw Theora packets, i.e. some kind of 'elementary bit-stream' without the Ogg container. I am able to use ffmpeg to encode a raw video to Ogg theora bit stream, but i need to obtain a Theora bit stream with Raw Theora packets with no Ogg container heade...

Does ffmpeg version 0.5 configured on linux support encoding using Theora codec?

I have configured, compiled a FFmpeg source code version 0.5 with versions as below: FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-memalign-hack libavutil 49.15. 0 / 49.15. 0 libavcodec 52.20. 0 / 52.20. 0 libavformat 52.31. 0 / 52.31. 0 libavdevice 52. 1. 0 / 52. 1. 0 ...

Reason for output 1 bit differences between Linux-gcc compiled C code output and MS-VS2008 compiled output?

Hello, I have a Theora video deocder library and application compiled using VS-2008 on windows(Intel x86 architecture). I use this setup to decode theora bit streams(*.ogg files). The source code for this decoder library is used from FFMPEG v0.5 source package with some modifications to make it compile on windows-VS-2008 combination. ...

Ogg (theora / vorbis) playback in Firefox 3.6

I have this html5 code, with a MP4 for Chrome (working), an OGG for Firefox (failing) and the same ogg via a java applet for Internet Explorer (working): <video width="848" height="480" controls="controls" autoplay="true" > <source src="vernissage_cpal_2009.mp4" type="video/mp4" /> <source src="vernissage_cpal_20...

FFMPEG based Theora Video Decoder performance??

Hi, I am in process of porting and optimization of the theora video decoder in the ffmpeg-0.5 package to ARM-Cortex-A8 -Neon processor @ 667 MHz. I am looking for some target estimate for frames per second the decoder library alone should achieve after full optimization (C level and Neon assembly / Intrinsics) for 720x480 Progressive co...

HTML5 video (mp4 and ogv) problems in Safari and Firefox - but Chrome is all good

Hi folks, I have the following code: <video width="640" height="360" controls id="video-player" poster="/movies/poster.png"> <source src="/movies/640x360.m4v" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> <source src="/movies/640x360.ogv" type='video/ogg; codecs="theora, vorbis"'> </video> I'm using Rails (Mongrel in developm...

How do I split an OGX (video) file?

I'm trying to make a PHP script that will deliver a given .ogx file based on a seek position (transmited as a parameter to the script). The purpose is to make a HTML5 video player with server-side seeking functions. I have studied the container format a bit and made the .php script to start delivering data from the first instance of the...

Theora granulepos when merging two theora video files without sound.

Hello! I need merge two files with video (without recompressing video) compressed by theora codec, without sound, to do that i parse each file, find packets inside, change flag 5 bit in packet header to 0 (continue flag) and set for all packet equal serial. This methon works fine, but have some problem with granulepos. Help me please wi...

How to multiplex Vorbis and Theora streams using libogg

Hello, I am currently writing a simple Theora video encoder, which uses libogg, libvorbis and libtheora. Currently, I can submit frames to the Theora encoder, and PCM samples to the Vorbis encoder, pass the resulting packets to Ogg streams (one for Theora and one for Vorbis) and get pages out. When the program starts, it flushes the he...

Improving the visual quality of Theora when using Xuggler

I'm looking for fellow users, who are using Xuggler to produce video encoded with Theora. I've tried a lot of different options to get "good" quality using presets to no avail. I would love to get quality anywhere close to what I can produce with the Miro converter tools defaults. Sadly, the web doesn't seem to have much to say except th...