<div dir="ltr"><div class="gmail_default" style="font-size:small">Just to let Mike, David, and everyone else know.  I attempted the rebuilds as suggested by Mr. Dean at the time but had no luck with the issue.  Since it was only a cosmetic annoyance for me I figured best not to risk breaking something that would impact the WAF and just lived with it.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I&#39;ve since added a HDTC-2US tuner which transcodes the stream before it even reaches MythTV.  Mythpreviewgen has no issues with these files.  I&#39;m guessing it has something to do with the handbrakecli options.  For reference, here is the script I had been using:</div>
<div class="gmail_default" style><div class="gmail_default"><br></div><div class="gmail_default">#!/bin/bash</div><div class="gmail_default">echo $* &gt;&gt; /storage/mythtv/scripts/transcode-HandBrakeCLI.log</div><div class="gmail_default">
jobid=$2</div><div class="gmail_default">source=$1</div><div class="gmail_default">dest=${source%.mpg}.mkv</div><div class="gmail_default">echo Source = $source</div><div class="gmail_default">echo Dest   = $dest</div><div class="gmail_default">
echo Job    = $jobid</div><div class="gmail_default"><br></div><div class="gmail_default">#Transcode</div><div class="gmail_default">/usr/bin/HandBrakeCLI -5 --preset=&quot;High Profile&quot; -i $source -o $dest</div><div class="gmail_default">
#Update MythTV</div><div class="gmail_default">/storage/mythtv/scripts/transcode_stub.py $jobid</div><div><br></div></div><div class="gmail_default" style><br></div><div class="gmail_default" style>Perhaps it has something to do with the auto de-interlacing (decomb, I think they call it) if it happens consistently on progressive video but not interlaced.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 19, 2014 at 3:34 PM, Peter Bennett <span dir="ltr">&lt;<a href="mailto:cats22@comcast.net" target="_blank">cats22@comcast.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:Arial;font-size:12pt;color:#000000"><div> </div>
<div>FYI - I also have scrambled preview images (normally the image just shows a bunch of lines) on files transcoded to H264 with handbrake (transcoded to mkv files), but only with 720p recordings. 1080i recordings show good previews. I do not think it is related to  mythcommflag, which I run on each transcoded file and it deletes the seek table because seek tables are not used with mkv files.</div>

<div> </div>
<div>The scrambled preview files are a very minor issue to me so I have not made any effort to solve it.</div><span class="HOEnZb"><font color="#888888">
<div> </div>
<div>Peter</div></font></span></div></div><br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
<br></blockquote></div><br></div>