<div dir="ltr">Hi Andy,<div><br></div><div class="gmail_extra"><div class="gmail_quote">On Sun, Jun 26, 2016 at 12:25 AM, Andy Furniss <span dir="ltr"><<a href="mailto:adf.lists@gmail.com">adf.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>Nayan Deshmukh wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Andy,<br>
<br>
Thanks for testing the patches.<br>
<br>
Please send me the videos and ratios with which there is corruption.<br>
</blockquote>
<br>
</span><a href="https://drive.google.com/file/d/0BxP5-S1t9VEEaHZEM203RFpyNEE/view?usp=sharing" rel="noreferrer">https://drive.google.com/file/d/0BxP5-S1t9VEEaHZEM203RFpyNEE/view?usp=sharing</a><br>
<br>
This has no aspect encoded and displayed fullscreen on a 1920x1080<br>
monitor shows vertical line artifacts over the first 2/3 of the image.<br>
<br>
When I say lines they are not lines as such just that the distortion<br>
on the pendulum shows as it passes over imaginary lines at fixed<br>
points on the screen.<br>
<br>
with mplayer -aspect 4/3 or 16/9 it doesn't.<br></blockquote><div><br></div><div>I tested the videos and found out that the distortion is because of the amount</div><div>of calculation done in the fragment shader. I tested the video with vl_median_filter</div><div>and it showed no distortion however, with vl_matrix_filter( which requires more </div><div>calculations than vl_median_filter) it showed the same distortion. I'll try to make it </div><div>more efficient. But it still requires a lot of processing for a single pixel as it uses </div><div>15 neighbouring pixel. </div><div><br></div><div>Also I don't see any offsets with the videos, may be I am missing something.</div><div>If could tell me more about the offsets, I'll try to debug them.</div><div><br></div><div>Thanks,</div><div>Nayan.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
That one is 720x576, with a 704x576 like -<br>
<br>
<a href="ftp://ftp.tek.com/tv/test/streams/Element/MPEG-Video/625/mobl_080.m2v" rel="noreferrer">ftp://ftp.tek.com/tv/test/streams/Element/MPEG-Video/625/mobl_080.m2v</a><br>
<br>
4/3 still has the vertical "line" artifacts  - 16/9 doesn't.<br>
<br>
On other vids there is a hint of horizontal distortion, I'd need time<br>
to cut the one I saw that on - it was subtle on a 1440x1080 16/9 long vid.<br>
<br>
<br>
<br>
<br>
</blockquote></div><br></div></div>