Hello all!<br><br>I've try to convert my video from YUV 4:2:2 format (PIX_FMT_YUYV422) to YUV 4:2:0 (PIX_FMT_YUV420P). Doesn't work properly. Can some one help?<br><br>Here is the code: <a href="http://dl.dropbox.com/u/43123609/swsscale.c">http://dl.dropbox.com/u/43123609/swsscale.c</a> commands how to compile, run and see result in comment in code.<br>
Here you can download video example to test: <a href="http://dl.dropbox.com/u/43123609/video422.raw">http://dl.dropbox.com/u/43123609/video422.raw</a> Ouch! Size is 120 Mb<br>Here you can see result without compile, run, etc: <a href="http://dl.dropbox.com/u/43123609/Screenshot-1.png">http://dl.dropbox.com/u/43123609/Screenshot-1.png</a><br>