But  encoder_example  have mentioned that  it  can convert only yuv
streams. Do I have to implement a new function for encode row stream
such as&nbsp; fetch_and_process_video function for yuv streams.<br><br><div class="gmail_quote">On Jan 16, 2008 3:53 PM,  &lt;<a href="mailto:xiphmont@xiph.org">xiphmont@xiph.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Jan 16, 2008 2:36 AM, Nuwan Millawitiya &lt;<a href="mailto:millawitiya@gmail.com">millawitiya@gmail.com</a>&gt; wrote:<br>&gt; I have encoded successfully a YUV stream by using the encoder_example. Can
<br>&gt; We encode a row stream (get from a web cam) by using encoder_example.<br>&gt; If we can not, is there any other way to encode a row stream by using theora<br>&gt; codec.<br><br></div></div>Yes, the encoder_example is a streaming encoder. &nbsp;However, when
<br>encoding audio and video into one stream, it will pull from the audio<br>or video stream depending on what it needs now. &nbsp;If you want to feed<br>it audio, but it wants more video (and vice versa) you could deadlock.<br>
&nbsp;Keep that in mind.<br><br>Monty<br></blockquote></div><br><br clear="all"><br>-- <br>Nuwan Millawitiya