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> <<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>> 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>> Running mythrename.pl will sometimes rename .mpg to .nuv and then at a<br>> later date switch it back. Doesn't break anything, just real odd.<br><br>mythrename.pl runs the command:
<br><br>file -b /path/to/recording.ext 2>/dev/null<br><br>and searches the output for "MPEG" or "mpg" (case-insensitive). If<br>found, it uses the suffix ".mpg" otherwise, it uses ".nuv".
<br><br>So, what does "file -b" return on some of the recordings that are<br>switching back and forth? 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? 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>