<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Bill Cizek wrote:
<blockquote cite="mid447E6E09.9010001@rcn.com" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
  <font color="black" face="Verdana,Arial,Helvetica" size="2"><font
 color="black" face="Verdana,Arial,Helvetica" size="2">In any case,&nbsp; I
dug into the code a little and I found it wasn't
reading far enough into the stream<br>
to see the audio tracks. The attached patch works around this problem
by greatly increasing the <br>
"how far should I read to get stream info" parameter.&nbsp; It's a hack but
it worked for me. YMMV.<br>
  </font></font>
  <pre wrap=""> /** Number of frames to read, max. */
-#define MAX_FRAMES           15
+#define MAX_FRAMES           200
  </pre>
</blockquote>
I'll give this a try (tomorrow afternoon) and see if it fixes it for
me.&nbsp; It's really kind of odd how this works... Only on mpg files I
import into myth.. and only on the second transcode.&nbsp; If I transcode
manually via the CLI (mythtranscode -m -i xx -o xx) there's no loss of
audio no matter how many times I do it.<br>
<br>
That's why I wanted to get the command-line parameters that mythTV
uses... to see what might be different.&nbsp; On the other hand, I've
noticed that when I import files, before the first transcode, seeks are
all messed up (even after running mythcommflag --file --rebuild.)&nbsp;
After the first transcode, seeks work properly, but the preview .png
file will be a black thumbnail - even if the preview image is supposed
to be showing a bookmark frame.&nbsp; After the second transcode, seeks work
fine, as do the .png thumbnails.. but the audio is completely missing.<br>
<br>
I'm generating some 5 minute mpg files tonight (with AC3 2 channel
audio) that will likely have the same issues.&nbsp; If so, I'll make one
available from my machine so other people can repeat my issue.&nbsp; (Of
course, they'll have to be patient while downloading it...)<br>
<br>
Take care<br>
Gary<br>
<br>
</body>
</html>