<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Oct 1, 2008 at 2:40 PM, Jim Stichnoth <span dir="ltr">&lt;<a href="mailto:stichnot@gmail.com">stichnot@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">On Thu, Sep 25, 2008 at 9:59 AM, Jim Stichnoth <span dir="ltr">&lt;<a href="mailto:stichnot@gmail.com" target="_blank">stichnot@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div dir="ltr">I recently installed a Hauppauge PVR-150 to complement my two HDHomeRun boxes, with the s-video input connected to a DirecTiVo box.&nbsp; I have closed captioning enabled in the mythtv setup, which works great, except that the PVR-150 seems to be cropping around 10 lines from the top, and inserting a horizontal black bar at the bottom.&nbsp; Doing &quot;cat /dev/video &gt; /tmp/foo.mpg&quot; and then playing foo.mpg with xine or mplayer also shows the black bar (as well as a smaller vertical black bar on the left), and foo.mpg is at 720x480 resolution.<br>


<br>If I first execute &quot;v4l2-ctl -b off&quot;, then the bottom black bar is no longer there in foo.mpg (though the small black bar on the left is the same).&nbsp; I&#39;m guessing that the PVR-150 and/or ivtv are helpfully stripping the VBI information.&nbsp; But this is not really necessary since I already have global settings to deal with the flickering VBI line in the picture that the HDHR picks up from digital SD broadcasts.<br>


<br>Is there a way to get rid of this bottom black bar and also keep closed captions?<br><br>I&#39;m running MythDora 5.&nbsp; I&#39;m not quite sure how to figure out what version of ivtv I have.<br><br>Jim<br></div>
</blockquote></div><br>I took a couple of screen shots to show the problem more clearly.&nbsp; I paused the
input source (an SD DirecTiVo), then ran either &quot;v4l2-ctl -b cc&quot; or
&quot;v4l2-ctl -b off&quot; to turn closed captioning on or off, and then
captured a frame using xine.&nbsp; If you flip back and forth between the
two images, it&#39;s clear that the first several lines are being cropped
and everything shifted up when cc is enabled.&nbsp; It&#39;s also interesting
that even with the uncropped picture, the VBI stuff has apparently
already been removed.&nbsp; If I had to guess, I would say that VBI removal
is being done twice when cc is on.&nbsp; (I would prefer that VBI were not
removed at all, so that MythTV overscan or whatever could be applied
consistently to all inputs.)<br><br>cc on: <a href="http://www.flickr.com/photos/37377999@N00/2905480460/sizes/o/" target="_blank">http://www.flickr.com/photos/37377999@N00/2905480460/sizes/o/</a><br>cc off: <a href="http://www.flickr.com/photos/37377999@N00/2905480878/sizes/o/" target="_blank">http://www.flickr.com/photos/37377999@N00/2905480878/sizes/o/</a><br>


<br>Any ideas on this?<br><br>On a barely related note, I was also
experiencing the PVR-150 &quot;tinny audio&quot; problem on many recordings, but
the various tweaks suggested on mailing lists weren&#39;t fixing it.&nbsp; (I
was trying to add the extra commands to my channel changing script.)&nbsp; I
finally realized that mythtv doesn&#39;t start capturing from the PVR-150
until after the channel change script completes.&nbsp; The solution was to
run a background command from the channel change script that delays a
few seconds and then executes the command.&nbsp; In my bash script, the last
line is this:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( sleep 5; v4l2-ctl --set-audio-input 1 -d /dev/video0 &gt; /dev/null 2&gt;&amp;1 ) &amp;<br>I&#39;m sure there&#39;s something similar for people using perl scripts.<br><br>Jim<br></div>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br><br>What is the &quot;tinny audio&quot; problem? I have a PVR150 and get a wierd little sound that I don&#39;t quite know how to describe, on certain channels, wondering if this is what you&#39;re talking about.<br>
<br>Thanks<br>Bob<br></div>