

The good thing about it is that we don't have to extract the individual streams, this will be handled for us.Īlthough tsMuxer is a command-line tool, it can only read its parameters from a file (let's call it ta):
MKV PLAYER PS3 MP4
no, not MP4 because it doesn't support AC3: we have to use MPEG-2 TS. Both formats are supported by the PS3, and since they're high quality it would be a shame to transcode them. So what is this file? It's a 2-track mkv file: track 1 is H.264 video (1280x720), track 2 is AC3 6-channel audio. You can also use mkvinfo (part of the mkvtoolnix package): Let's look at our input file with mediainfo (edited for brevity):Ĭhannel positions : Front: L C R, Surround: L R, LFE Let's look at real-life examples and sort them out!Ĥ) Example #1: (mkv file, H.264, AC3) -> (MPEG-2 TS file, H.264, AC3)

MKV PLAYER PS3 PS3


Let's take at a look at what the PS3 actually supports, That way, we will avoid any unnecessary transcoding. Just copy the tsMuxer binary in /usr/local/bin.Ģ) Audio & video formats supported by the PS3
MKV PLAYER PS3 DOWNLOAD
You can download a pre-compiled version here.
MKV PLAYER PS3 HOW TO
I also showed you how to build it in a previous article. ffmpeg : the best general-purpose audio & video transcoding tool.mkvtoolnix : a collection of tools to inspect, extract and build mkv files.I showed you how to build it in a previous article. mediainfo : the best tool to learn everything there is know on the true nature of your media files.Example #7: (mkv file, MPEG-2 video, DTS 5.1 + AC3) -> (MP4 file, H.264 video, AAC)īefore we start, let's prepare our toolbox:.Example #6: (mkv file, MPEG-2 video, DTS 5.1 + AC3) -> (MPEG-2 PS file, MPEG-2 video, AC3 5.1).Example #5: (mkv file, MPEG-2 video, DTS 5.1 + AC3) -> ( MPEG-2 PS file, MPEG-2 video, AC3).It may very well work on other devices, but don't blame if it doesn't :) The purpose of this article is to show how to do that for the PS3. So, unless you decide to use your computer for viewing, you need to convert mkv files into something that your device can play. Unfortunately, as of today, it's not well supported by consumer devices. There's no doubt that Matroska is a great open source container that can store anything (and the kitchen sink too).
