Fwd: Encoding with encoder_example
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
Oh, and please keep discussions on the list (assuming they're not confidential). Replying only to me directly runs the risk of me not getting around to answering mail for weeks. Monty ---------- Forwarded message ---------- From: <[email protected]> Date: Jan 17, 2008 8:07 AM Subject: Re: [theora-dev] Encoding with encoder_example To: Nuwan Millawitiya <[email protected]> On Jan 16, 2008 11:32 PM, Nuwan Millawitiya <[email protected]> wrote: > But encoder_example have mentioned that it can convert only yuv streams. Specifically, it only parses 'YUV4MPEG2' style streams, a popular format for unix video manipulation tools. The libtheora video submission call wants raw YUV in 4:2:0 format. > Do I have to implement a new function for encode row stream such as > fetch_and_process_video function for yuv streams. No, you need to convert your video input to YUV for the input. Theora internally natively represents video in YUV. At some point, somewhere, there needs to be a conversion to YUV. Monty