<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Dec 24, 2013 at 7:03 AM, Rich West <span dir="ltr">&lt;<a href="mailto:Rich.West@wesmo.com" target="_blank">Rich.West@wesmo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In my conversion of my ISO files to m4v, I&#39;ve started noticing a 1 pixel<br>
wide green line along the bottom of the screen when playing back in<br>
MythTV.  I searched through the archives and found a few references to<br>
this, but I didn&#39;t stumble across a solution.  One poster suggested<br>
increasing the vertical overscan, but since the videos that I do see it<br>
on have a small (partial) black bar at the top and bottom, this idea<br>
doesn&#39;t work.<br>
<br>
The videos do play properly in VLC, and I&#39;m not seeing this with ALL of<br>
the converted isos...<br>
<br>
I&#39;m running (packages from RPMFusion):<br>
MythTV Version : v0.27-109-gcb744f8<br>
MythTV Branch : fixes/0.27<br>
Network Protocol : 77<br>
Library API : 0.27.20131107-1<br>
QT Version : 4.8.5<br>
<br>
I&#39;m wondering if it might be something I&#39;m doing with regard to the<br>
encoding (handbrake) to cause the issue vs an issue within<br>
mythfrontend&#39;s player..<br>
</blockquote><div></div></div><br></div><div class="gmail_extra">This is usually due to a 1080-line video being encoded as 1088 lines (which is a multiple of 16), and then the player trying to display the last invalid 8 lines.  I forget the details, but the video file has some cropping information to let the player deal with it.  It&#39;s possible that your encoder is omitting the crop region, or supplying it in a format MythTV doesn&#39;t recognize.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Some players unconditionally crop 1088 to 1080 because this is so common.</div><div class="gmail_extra"><br></div><div class="gmail_extra">A small sample would be helpful here.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Jim</div></div>