I&#39;ve found it. I&#39;ll send patch shortly. It happens when width is not mod 32.<br><br><div class="gmail_quote">On Sat, Dec 13, 2008 at 6:41 AM, Josef Drexler <span dir="ltr">&lt;<a href="mailto:joe-x264@jdrexler.com">joe-x264@jdrexler.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">On Dec 13, 2008, at 2:56 PM, Guillaume POIRIER wrote:<br>
&gt; On Sat, Dec 13, 2008 at 12:03 AM, Josef Drexler &lt;joe-<br>
&gt; <a href="mailto:x264@jdrexler.com">x264@jdrexler.com</a>&gt; wrote:<br>
</div><div class="Ih2E3d">&gt;&gt; The source is 1024x576 h.264 video which I&#39;m transcoding to 720x576<br>
&gt;&gt; with SAR=64/45 (16:9 at PAL resolution). I believe mencoder would do<br>
&gt;&gt; the scaling, so the input to x264 is 720x576.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve now tried another sample, for which the problem doesn&#39;t appear<br>
&gt;&gt; only as stripes but rather generally discolored areas too. In case it<br>
&gt;&gt; helps for reproducing the problem, I&#39;ve uploaded a small sample<br>
&gt;&gt; together with the resulting good and broken encodes at http://<br>
&gt;&gt; <a href="http://jdrexler.com/home/x264-ppc-regression/" target="_blank">jdrexler.com/home/x264-ppc-regression/</a><br>
&gt;<br>
&gt; Thanks for the sample. I however can&#39;t reproduce the problem here<br>
&gt; on Tiger.<br>
&gt;<br>
&gt; I used the commandline:<br>
&gt; mencoder ~/Desktop/input.mkv -nosound -ovc x264 -x264encopts<br>
&gt; bitrate=900:frameref=6:bframes=3:direct_pred=auto:b_pyramid:weight_b:m<br>
&gt; e=umh:mixed_refs:subq=6:turbo=1:pass=2<br>
&gt; -o out.avi<br>
<br>
</div>With the unscaled 1024x576 sample, the problem doesn&#39;t happen here<br>
either. It does happen when scaling to PAL resolution (720x576)<br>
however. Please try this command line:<br>
<br>
mencoder -vf scale=::::::pal:1 -ovc x264 -x264encopts<br>
<div class="Ih2E3d">bitrate=900:frameref=6:bframes=3:direct_pred=auto:b_pyramid:weight_b:me=<br>
</div>umh:mixed_refs:subq=6 input.mkv -o out.avi<br>
<br>
(I&#39;ve removed the two-pass options I was using before since the bug<br>
shows up in single-pass mode too.)<br>
<br>
If that still doesn&#39;t reproduce the problem, do you have a G5 or G4?<br>
It might only be an issue on a 32-bit G4 CPU (or specifically, the<br>
7450 that&#39;s in my Powerbook).<br>
<div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
x264-devel mailing list<br>
<a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/x264-devel" target="_blank">http://mailman.videolan.org/listinfo/x264-devel</a><br>
</div></div></blockquote></div><br>