Re: Encoding with encoder_example
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <806dafc20801160223g45d93698ra5aea09b64e73cd2__30659.5067181208$1200479080$gmane$org@mail.gmail.com> |
On Jan 16, 2008 2:36 AM, Nuwan Millawitiya <[email protected]> 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