Does anyone have something working for HD shows with AC3 and the audio was in 5.1?<br>When I run the job suggested below I get this error from ffmpeg:<br><br>[mp2 @ 0x2ac66cfe9410]encoding 6 channel(s) is not allowed in mp2
<br><br><br><div class="gmail_quote">On Nov 11, 2007 7:19 PM, Damyon Wiese &lt;<a href="mailto:dwiese@epiction.com">dwiese@epiction.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The problem with the transcoding profiles is that once you transcode a<br>recording - it gets put into a nuppelvideo container instead of a plain<br>mpg - then you just get unsupported data from the PS3. Instead I just<br>
run a user job using ffmpeg to force the audio codec to mp2. This solves<br>the problem where some recordings are not playable on the ps3 because<br>they have ac3 audio.<br><br>My user job is very simple - looks like this:
<br><br>START USER JOB<br>#!/bin/sh<br><br>ffmpeg -i /var/lib/mythtv/$1 -vcodec copy -ab 256kb -acodec<br>mp2 /var/lib/mythtv/video/$1<br>mv /var/lib/mythtv/video/$1 /var/lib/mythtv/$1<br>END USER JOB<br><div><div></div><div class="Wj3C7c">
<br><br>On Fri, 2007-11-09 at 11:31 +1100, Dave wrote:<br>&gt; Hrmm yes I did try with a ethernet cable rather than Wifi..<br>&gt;<br>&gt; I have no idea why it just started working but it did :)<br>&gt;<br>&gt; oh well!<br>
&gt;<br>&gt; thanks anyways.<br>&gt;<br>&gt; Has anyone got any PS3 transcoding profiles setup?<br>&gt;<br>&gt; D.<br>&gt;<br>&gt; On 11/9/07, Damyon Wiese &lt;<a href="mailto:dwiese@epiction.com">dwiese@epiction.com</a>&gt; wrote:
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; I have been running a recent SVN of mythtv against PS3 (now on<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2.00 but<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; it has worked ever since they added the upnp support to the<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; PS3) over<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; wifi for several months and it finds the server no problem. My
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; network<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; is very simple - just uses the dhcp server on my dlink<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; wireless router<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; to assign addresses.<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; On Thu, 2007-11-08 at 08:23 -0500, George Nassas wrote:
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; On 7-Nov-07, at 7:53 PM, Dave wrote:<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; I can&#39;t get this damn UPnP to work properly; the PS3 just<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &quot;doesn&#39;t<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; find a media server&quot;.
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; Running very recent SVN of mythtv, 1.93 version of PS3<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; firmware<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &gt; connected via wifi.<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; I&#39;m running the same setup except regular cables instead of
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; wifi and<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; my PS3 does find myth. So, there&#39;s no software reason from<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; either<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; side that would stop things from working.<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; - George
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; _______________________________________________<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; mythtv-users mailing list<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; _______________________________________________
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; mythtv-users mailing list<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;<br>&gt; _______________________________________________<br>&gt; mythtv-users mailing list<br>&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><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" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>