[Bug 363228] Re: mediatomb to ps3 can't play .mov/x264 files

Brian Murray brian at ubuntu.com
Sat Apr 18 23:29:27 UTC 2009


With mediatomb you need to setup transcoding profiles for the PS3 to be
able to play a format it cannot natively like a quicktime mov.  You'd
want something like the following:

<map from="mov" to="video/quicktime"/>

<transcode mimetype="video/quicktime" using="transvideo"/>

     <profile name="transvideo" enabled="yes" type="external">
        <mimetype>video/mpeg</mimetype>
        <accept-url>yes</accept-url>
        <first-resource>yes</first-resource>
        <!-- <hide-original-resource>yes</hide-original-resource> -->
        <agent command="ffmpeg" arguments="-threads 2 -i %in -vcodec mpeg2video -b 4096k -acodec mp2 -ab 192k -ar 48000 -f dvd -y %out"/>
        <buffer size="1048576" chunk-size="26214" fill-size="52428"/>
      </profile>

Googling for mediatomb transcoding profiles should find you want you are
looking for.

** Changed in: mediatomb (Ubuntu)
       Status: New => Invalid

-- 
mediatomb to ps3 can't play .mov/x264 files
https://bugs.launchpad.net/bugs/363228
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list