<div>Thanks, I don't want the decoded and play, I want to get the encoded h264 and send to other place(like a remote rtp server, a sip phone etc). Any way?</div>
                 
                <p style="color: #A0A0A8;">On Friday, June 22, 2012 at 4:28 PM, Jean-Paul Saman wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>On Fri, Jun 22, 2012 at 5:34 AM, Seven Du <<a href="mailto:dujinfang@gmail.com">dujinfang@gmail.com</a>> wrote:</div><blockquote type="cite"><div><div>Hi,</div><div><br></div><div>Is it possible to make a video output module to return the original bytes(no</div><div>decode at all), or something already exists?</div></div></blockquote><div><br></div><div>You cannot retreive the original movie (as was recorded in the studio)</div><div>after encoding. The whole process of encoding throws away detail.</div><div>An encoded movie can be displayed after decoding.</div><div><br></div><blockquote type="cite"><div><div>I used  libvlc_video_set_format(context->mp, "YUYV", 352, 288, 288 * 2) can</div><div>get YUYV and looks like no chroma I can use to get the original</div><div>encoded(whatever) bytes.</div></div></blockquote><div><br></div><div>You need to decode the movie into pictures first. After decoding it is</div><div>possible to change the chroma in which it will be displayed or saved</div><div>to disk.</div><div><br></div><div>Kind regards,</div><div>Jean-Paul Saman</div><div>_______________________________________________</div><div>vlc-devel mailing list</div><div>To unsubscribe or modify your subscription options:</div><div><a href="http://mailman.videolan.org/listinfo/vlc-devel">http://mailman.videolan.org/listinfo/vlc-devel</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>