Found out what's going on, has to do with me transcoding hidef to svcd. The original ATSC streams are<br><span style="font-weight: bold;">TeX font metric data (\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377)
</span><br><br>Transcoded files are <span style="font-weight: bold;">MPEG sequence, v2, program multiplex<br></span><br>This actualy works out pretty good for me as it's easy to see what's transcoded and what's not.<br><br>
<span style="font-weight: bold;">file --version</span><br style="font-weight: bold;"><span style="font-weight: bold;">file-4.16</span><br style="font-weight: bold;"><span style="font-weight: bold;">magic data from /etc/magic:/usr/share/file/magic
</span><br><br><br><div><span class="gmail_quote">On 3/18/06, <b class="gmail_sendername">Michael T. Dean</b> &lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 03/17/2006 12:47 AM, casey dunn wrote:<br>&gt; Running mythrename.pl will sometimes rename .mpg to .nuv and then at a<br>&gt; later date switch it back.&nbsp;&nbsp;Doesn't break anything, just real odd.<br><br>mythrename.pl runs the command:
<br><br>file -b /path/to/recording.ext 2&gt;/dev/null<br><br>and searches the output for &quot;MPEG&quot; or &quot;mpg&quot; (case-insensitive).&nbsp;&nbsp;If<br>found, it uses the suffix &quot;.mpg&quot; otherwise, it uses &quot;.nuv&quot;.
<br><br>So, what does &quot;file -b&quot; return on some of the recordings that are<br>switching back and forth?&nbsp;&nbsp;Have you been running mythrename.pl on<br>multiple hosts (i.e. master backend/slave backends)--possibly with
<br>different versions of the file command on them?&nbsp;&nbsp;What version(s) of file<br>do you have?<br><br>Mike<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">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>