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 fetch_and_process_video function for yuv streams.<br><br><div class="gmail_quote">On Jan 16, 2008 3:53 PM, <<a href="mailto:xiphmont@xiph.org">xiphmont@xiph.org</a>> 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 <<a href="mailto:millawitiya@gmail.com">millawitiya@gmail.com</a>> wrote:<br>> I have encoded successfully a YUV stream by using the encoder_example. Can
<br>> We encode a row stream (get from a web cam) by using encoder_example.<br>> If we can not, is there any other way to encode a row stream by using theora<br>> codec.<br><br></div></div>Yes, the encoder_example is a streaming encoder. 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. If you want to feed<br>it audio, but it wants more video (and vice versa) you could deadlock.<br>
Keep that in mind.<br><br>Monty<br></blockquote></div><br><br clear="all"><br>-- <br>Nuwan Millawitiya