Can we use stream buffer instead of statically stored file for encoding process. (ex: yuv stream from web cam) pls briefly describe the solution... Thanks Regards Asanka Dilruk -- ___ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20080116/ff52d21b/attachment.htm
On Wed, Jan 16, 2008 at 01:35:43PM +0530, Asanka Dilruk wrote:> Can we use stream buffer instead of statically stored file for encoding > process. (ex: yuv stream from web cam) pls briefly describe the solution...Yes. For example replace the routine fetch_and_process_video() in examples/encoder_example.c with one that reads from your web cam stream. -r
Thank you very much. contact you for further information latter. On Jan 16, 2008 1:40 PM, Ralph Giles <giles@xiph.org> wrote:> On Wed, Jan 16, 2008 at 01:35:43PM +0530, Asanka Dilruk wrote: > > > Can we use stream buffer instead of statically stored file for encoding > > process. (ex: yuv stream from web cam) pls briefly describe the > solution... > > Yes. For example replace the routine fetch_and_process_video() in > examples/encoder_example.c with one that reads from your web cam > stream. > > -r >-- ___ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20080116/24dfc607/attachment.html