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 <<a href="mailto:dwiese@epiction.com">dwiese@epiction.com</a>> 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>> Hrmm yes I did try with a ethernet cable rather than Wifi..<br>><br>> I have no idea why it just started working but it did :)<br>><br>> oh well!<br>
><br>> thanks anyways.<br>><br>> Has anyone got any PS3 transcoding profiles setup?<br>><br>> D.<br>><br>> On 11/9/07, Damyon Wiese <<a href="mailto:dwiese@epiction.com">dwiese@epiction.com</a>> wrote:
<br>> I have been running a recent SVN of mythtv against PS3 (now on<br>> 2.00 but<br>> it has worked ever since they added the upnp support to the<br>> PS3) over<br>> wifi for several months and it finds the server no problem. My
<br>> network<br>> is very simple - just uses the dhcp server on my dlink<br>> wireless router<br>> to assign addresses.<br>><br>> On Thu, 2007-11-08 at 08:23 -0500, George Nassas wrote:
<br>> > On 7-Nov-07, at 7:53 PM, Dave wrote:<br>> ><br>> > > I can't get this damn UPnP to work properly; the PS3 just<br>> "doesn't<br>> > > find a media server".
<br>> > > Running very recent SVN of mythtv, 1.93 version of PS3<br>> firmware<br>> > > connected via wifi.<br>> ><br>> > I'm running the same setup except regular cables instead of
<br>> wifi and<br>> > my PS3 does find myth. So, there's no software reason from<br>> either<br>> > side that would stop things from working.<br>> ><br>> > - George
<br>> ><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>> _______________________________________________
<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>><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>_______________________________________________<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>