<div class="gmail_quote">On Tue, Feb 15, 2011 at 11:27 AM, <a href="mailto:kanetse@gmail.com">kanetse@gmail.com</a> <span dir="ltr">&lt;<a href="mailto:kane.tse@gmail.com">kane.tse@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, Feb 15, 2011 at 8:47 AM, Robert Houghton &lt;<a href="mailto:robbadler@gmail.com">robbadler@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; The script seems to work well with MythTV-0.24, however, something<br>
&gt;&gt; might be wrong with the audio encoding.  It seems very muffled<br>
&gt;&gt; compared to the original.  Does anyone know what settings need to be<br>
&gt;&gt; adjusted to fix this?<br>
&gt;<br>
</div><div class="im">&gt; What is your input codec?<br>
&gt;<br>
<br>
</div>Unfortunately, I&#39;m not sure how to answer this.  Here is what ffmpeg<br>
seems to report when it reads the input file:<br>
<br>
<br>
Input #0, mpegts, from &#39;4101_20110211115900.mpg&#39;:<br>
  Duration: 01:06:02.95, start: 94093.518944, bitrate: 15680 kb/s<br>
  Program 1<br>
    Stream #0.0[0x21]: Video: mpeg2video, yuv420p, 1920x1080 [PAR 1:1<br>
DAR 16:9], 14918 kb/s, 35.59 fps, 29.97 tbr, 90k tbn, 59.94 tbc<br>
    Stream #0.1[0x24](eng): Audio: ac3, 48000 Hz, 5.1, s16, 384 kb/s<br>
<br>
<br>
Also, is there a flag I can pass to ffmpeg to get it to suppress the<br>
encoding progress messages?  The line breaks are non-standard and<br>
causes my mythbackend.log file to be hard to read.  Or is there I way<br>
I can get it to spit out the messages less frequently (say, once every<br>
10 minutes)?<br>
<br>
Thanks!<br>
<div><div></div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>One can append 2&gt;/dev/null to the command which executes ffmpeg.
This will cause NO output from the ffmpeg command, neither header nor
actual errors. You can redirect instead to an ffmpeg-specific file if
you prefer. <br>
<br>
I don&#39;t mind having the (albeit huge) ammount of noise in my log file. Its why God invented `grep`<br>