MediaTomb

Differences

This shows you the differences between two versions of the page.

transcoding:transcoding [2010/06/26 07:08]
earlgrey
transcoding:transcoding [2010/08/10 11:02] (current)
alver
Line 5: Line 5:
===== The lazy PS3 owner's transcoding howto ===== ===== The lazy PS3 owner's transcoding howto =====
-Since the PS3 is a <del>really, really crappy</del> picky mediaplayer, you get to spend a lot of time tweaking your mediatomb config to produce an acceptable output stream. The easiest (yet most CPU intensive) solution is to use transcoding on **everything**: Linux doesn't care what it gets as an imput format, it can usually handle it just fine - and if mediatomb produces an mpeg2 stream for every item, the PS3 is happy too. +Since the PS3 is a <del>really, really crappy</del> picky mediaplayer, you get to spend a lot of time tweaking your mediatomb config to produce an acceptable output stream. The easiest (yet most CPU intensive) solution is to use transcoding on **everything**: Linux doesn't care what it gets as an input format, it can usually handle it just fine - and if mediatomb produces an mpeg2 stream for every item, the PS3 is happy too.
You can check the howto here: [[http://www.vanalboom.org/node/14|MediaTomb and PS3: The Lazy Man's solution]]. You can check the howto here: [[http://www.vanalboom.org/node/14|MediaTomb and PS3: The Lazy Man's solution]].
 +Transcoding everything is extremely CPU intensive though, up to a point where it is simply not possible (1080p HD content, etc). It would thus be smarter to not transcode everything, but remux where possible and only transcode those files that cannot be remuxed.
 +
 +The follow-up article to achieve this: [[http://www.vanalboom.org/node/16|MediaTomb and PS3: The Lazy Man's solution (Part II)]].
 +
 +The script provided in this article is able to remux h.264 MKV files on the fly to the PS3, as well as MP4 and DVD. AVI files are transcoded to MPEG-2, with the ability to automatically render subtitles in the stream.
===== FFmpeg transcoding failing mysteriously ===== ===== FFmpeg transcoding failing mysteriously =====
Line 89: Line 94:
... guess what? You get a nice mpeg2 stream, with your subtitles embedded. Whoopee! ... guess what? You get a nice mpeg2 stream, with your subtitles embedded. Whoopee!
-''Code Text'' 
===== Range from .flac file ===== ===== Range from .flac file =====
 
transcoding/transcoding.1277528893.txt.gz · Last modified: 2010/06/26 07:08 by earlgrey