On 5/28/07, <b class="gmail_sendername">Craig Huff</b> &lt;<a href="mailto:huffcs@yahoo.com">huffcs@yahoo.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am working on getting mythArchive to work for me to produce archive DVDs with closed captioning intact and audio keeping in sync with the video.<br><br>If I don&#39;t use project X to cut the commercials out and try to use the native mythArchive processing for this, I get the following messages in the 
mythburn.log file:<br><br>Video resolution is 720 by 480<br>*************************************************************<br>Processing file 1073_20070517211400.mpg of type recording<br>*************************************************************
<br>File type is &#39;mpeg&#39;<br>Video codec is &#39;mpeg2video&#39;<br>File has a cut list - running mythtranscode to remove unwanted segments<br>2007-05-27 17:08:13.385 Using runtime prefix = /usr<br>2007-05-27 17:08:
13.490 New DB connection, total: 1<br>2007-05-27 17:08:13.529 Enabled verbose msgs: important<br>2007-05-27 17:08:13.531 New DB connection, total: 2<br>2007-05-27 17:08:13.756 Parser not found for Codec Id: 94210 !<br>Mux rate: 
6.49 Mbit/s<br>Failed while running mythtranscode to cut commercials and/or clean up an mpeg2 file.<br>Result: 60160, Command was mythtranscode --mpeg2 --honorcutlist -c 1073 -s 2007-05-17T21:14:00 -o /video/temp/work/1/tmp
<br>Failed to run mythtranscode to remove unwanted segments<br><br><br>I haven&#39;t been able to deduce what mythtranscode return value 60160 means.&nbsp;&nbsp;Can anyone help me figure out what is going on (or I suppose it would be more accurate to say what *isn&#39;t* going on)? ;-)
</blockquote><div><br>Sure. It&#39;s kicking out the result of the os.system() call, which returns the status as formatted by the Unix wait() call.&nbsp; The actual exit status is in the high byte. (The low byte would indicate the signal that caused the process to die, if that happened.)&nbsp; In this case, the exit status is 235, which is TRANSCODE_BUGGY_EXIT_WRITE_FRAME_ERROR.&nbsp; I can&#39;t really tell you where to go from there;&nbsp; mythtranscode exits with that status in a few different circumstances.
<br></div><br></div>In case you can&#39;t figure it out from this, the time format isn&#39;t your problem.<br><br>Carl Fongheiser<br>