OK, just a quick followup question.  I am trying to make sensible transcoding rules, and I'm not having much luck.  Here are the parameters.  my FE/BE is a 1GHz P3, and my card is a PVR-150.  Currently my recordings are taking about 2GB per hour.  I was hoping to cut the sturage needs in half.  I turned the RTJPEG quality down to 50 (from the default 170) and it was small, but the quality was bad.  I wasn't sure if the MPEG4 encoding/decoding would be CPU intensive for my old P3. 
<br><br>Matthew Asplund<br><br><br><div><span class="gmail_quote">On 12/23/06, <b class="gmail_sendername">Matthew Asplund</b> &lt;<a href="mailto:mattasplund@gmail.com">mattasplund@gmail.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;">
Thanks.&nbsp; That did the trick.&nbsp; I was trying to use the medium setting, and I guess that I never set it up correctly.&nbsp; I switched to autodetect, and thing are great.<br><span class="sg"><br>Matthew Asplund</span><div><span class="e" id="q_10fb2f6157b44981_2">
<br><br><br><div><span class="gmail_quote">
On 12/23/06, <b class="gmail_sendername">Dewey Smolka</b> &lt;<a href="mailto:dsmolka@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">dsmolka@gmail.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 12/23/06, Matthew Asplund &lt;<a href="mailto:mattasplund@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mattasplund@gmail.com</a>&gt; wrote:<br>&gt; Here is the log file for a sample job
<br>&gt;<br>&gt; 2006-12-23 08:18:58.694 JobQueue: Transcode Starting for The Simpsons
<br>&lt;snip&gt;<br>&gt; 2006-12-23 08:19:02.641 AFD: Opened codec 0x812b5e0, id(MP2) type(Audio)<br>&gt; 2006-12-23 08:19:03.064 Unknown video codec:<br>&gt; 2006-12-23 08:19:03.070 Transcoding<br>&gt; /home/data/mythtv/1011_20061221180000.mpg failed
<br><br>Your problem is most likely that you don&#39;t have your transcode<br>profiles properly set up.<br><br>You can find your current transcode profile settings by running the SQL command:<br>mysql&gt; select r.* from recordingprofiles r,profilegroups p where
<br>p.name=&#39;Transcoders&#39; and p.id=r.profilegroup;<br><br>This should give you something that looks like this:<br>+----+----------------+------------+------------+--------------+<br> | id | name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | videocodec | audiocodec | profilegroup |
<br> +----+----------------+------------+------------+--------------+<br> | 21 | RTjpeg/MPEG4&nbsp;&nbsp; | MPEG-4&nbsp;&nbsp;&nbsp;&nbsp; | MP3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6 |<br> | 22 | MPEG2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| MPEG-4&nbsp;&nbsp;&nbsp;&nbsp; | MP3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6 |<br> | 27 | High Quality&nbsp;&nbsp; | MPEG-4&nbsp;&nbsp;&nbsp;&nbsp; | MP3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6 |
<br> | 28 | Medium Quality | MPEG-4&nbsp;&nbsp;&nbsp;&nbsp; | MP3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6 |<br> | 29 | Low Quality&nbsp;&nbsp;&nbsp;&nbsp;| MPEG-4&nbsp;&nbsp;&nbsp;&nbsp; | MP3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6 |<br> +----+----------------+------------+------------+--------------+<br> 5 rows in set (
0.01 sec)<br><br><br>You need to set up your transcode profiles by going to Utilities/Setup -&gt; Setup<br>-&gt; TV Settings -&gt; Recording Profiles -&gt; Transcoders.<br><br>For example, I use a PVR-250, so as a default I use the Autodetect
<br>from MPEG2 profile. The default settings should work fine.<br><br>You also need to set the default transcoder in: Utilities/Setup -&gt;<br>Setup - TV Settings -&gt; General (page 3 or so).<br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>

</span></div></blockquote></div><br>