<div class="gmail_quote">30 марта 2012 г. 2:01 пользователь David Sze <span dir="ltr"><<a href="mailto:sze.david@gmail.com">sze.david@gmail.com</a>></span> написал:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div><div class="h5"><div></div><div><br></div></div></div><div>The comments in your source file say:</div><div><br></div><div><br></div><div><div> * Watch original video:</div><div> * vlc video422.raw :demux=rawvid --rawvid-fps=25 --rawvid-width=720 --rawvid-height=576 --rawvid-chroma=UYVY</div>


<div> * Watch "scaled" result:</div><div> * vlc video420p.raw :demux=rawvid --rawvid-fps=25 --rawvid-width=720 --rawvid-height=576 --rawvid-chroma=YV12</div></div><div><br></div><div><br></div><div>So you probably should be using PIX_FMT_UYVY422 instead of PIX_FMT_YUYV422 when doing the conversion.<br>
</div></div></blockquote></div><br>Thanks a lot, David! :) Now all works perfectly. I just <span id="result_box" class="short_text" lang="en"><span class="hps">thought</span></span> YUYV and UYVY is the same.<br><br>One more question: what PixelFormat is YV12? As I see its not PIX_FMT_YUV420P.<br>