[theora-dev] Encoding with encoder_example

xiphmont at xiph.org xiphmont at xiph.org
Wed Jan 16 02:23:56 PST 2008


On Jan 16, 2008 2:36 AM, Nuwan Millawitiya <millawitiya at gmail.com> wrote:
> I have encoded successfully a YUV stream by using the encoder_example. Can
> We encode a row stream (get from a web cam) by using encoder_example.
> If we can not, is there any other way to encode a row stream by using theora
> codec.

Yes, the encoder_example is a streaming encoder.  However, when
encoding audio and video into one stream, it will pull from the audio
or video stream depending on what it needs now.  If you want to feed
it audio, but it wants more video (and vice versa) you could deadlock.
 Keep that in mind.

Monty


More information about the theora-dev mailing list