<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 08/05/2016 05:21 PM, George Bingham
wrote:<br>
</div>
<blockquote
cite="mid:CAA2WpHMCrPP+Ox3msO8ZHVsg3keC3pUOp81bZ-3zVFT=Wp8m+A@mail.gmail.com"
type="cite">
<div class="gmail_extra">I do much the same thing for some of my
shows, and I have found that if my script makes a copy of the
original recording into the original storage directory, but with
a '.tmp' extension, then the mythtranscode step will behave as
expected. </div>
<div class="gmail_extra"><br>
</div>
</blockquote>
<p>You can save time and disk space by making a hard link instead of
a copy.</p>
<p>ln xxxxxx.ts xxxxxx.tmp<br>
</p>
</body>
</html>