This guide is strictly for those who want to stream their Bluray collection in full lossless quality to their PS3.
NOTE: VC-1 Bluray movies will NOT natively stream to your PS3. You must convert the VC-1 video stream to H264 or to a format that the PS3 can understand. I will go over this later at the end of the guide.
Software you will need
AnyDVDHD - to remove copyright protection
http://www.slysoft.com/en/anydvdhd.html
EAC3TO - to extract the audio/video streams
http://madshi.net/eac3to.zip
TsMuxer - to create the M2TS movie file
http://www.smlabs.net/tsmuxer_en.html
PCM2TSMU - to convert PCM header for TsMuxer
http://www.softpedia.com/progDownloa...ad-111926.html
UDF 2.5 Driver (for Windows XP only) - to read Bluray structure
http://forum.slysoft.com/showthread.php?t=15597
ArcSoft TMT trial version - for DTSMA HD audio decoder
http://rapidshare.com/files/15529889...intro.exe.html
Basic Outline of Steps
Step 1
Step 2
Step 3
NOTE: VC-1 Bluray movies will NOT natively stream to your PS3. You must convert the VC-1 video stream to H264 or to a format that the PS3 can understand. I will go over this later at the end of the guide.
Software you will need
AnyDVDHD - to remove copyright protection
http://www.slysoft.com/en/anydvdhd.html
EAC3TO - to extract the audio/video streams
http://madshi.net/eac3to.zip
TsMuxer - to create the M2TS movie file
http://www.smlabs.net/tsmuxer_en.html
PCM2TSMU - to convert PCM header for TsMuxer
http://www.softpedia.com/progDownloa...ad-111926.html
UDF 2.5 Driver (for Windows XP only) - to read Bluray structure
http://forum.slysoft.com/showthread.php?t=15597
ArcSoft TMT trial version - for DTSMA HD audio decoder
http://rapidshare.com/files/15529889...intro.exe.html
Basic Outline of Steps
- Install all software.
- Remove copy protection via AnyDVDHD
- Extract the audio/video streams separately with EAC3TO
- Convert PCM header to TsMuxer compatible format via PCM2TSMU
- Create final M2TS file via TsMuxer
Step 1
- Install AnyDVDHD, they have a 21 day free trial after which you must purchase a license.
- Install the trial version of ArcSoft TMT, we need this to get a proper DTS-MA decoder.
- Install the UDF driver if needed (XP only).
- Install EAC3TO, TsMuxer, and PCM2TSMU to a directory you can easily access as you will be using these programs heavily.
Step 2
- Make sure AnyDVDHD is running in the background. Insert your Bluray movie into the drive. You should see some status messages from AnyDVDHD saying that it's scanning the disk and removing the copy protection.
Step 3
- Now it's time to extract the audio and video streams separately from your Bluray movie via EAC3TO.
- Open up a CMD prompt and navigate to your EAC3TO directory.
- The first step is to choose the correct playlist. You need to look for the one that matches the main movie, typically the largest one and almost always the first playlist. The command below will show how to bring up the playlists.
eac3to.exe F:
"F:" denotes your Bluray disc drive.
- Now select the proper playlist. In the example below there is only one valid playlist and this is the one we want to select. Typically you will have a few playlists to choose from, the largest one is usually your main movie and it is almost always the 1st playlist in the list. Select the playlist with the following command:
eac3to.exe F: 1)
"F:" denotes your Bluray disc drive.
"1)" denotes the playlist you want to select
- Now from this playlist we will select our audio and video stream. The video track is almost always the 2nd track after the Chapters track. It will say H264/AVC, MPEG2, VC-1, etc. The audio track is typically right after and this will be in either TrueHD, raw PCM, or DTS-MA format. To extract the audio and video tracks use the following command:
eac3to.exe F: 1) 2: E:\\FifthElement.h264 3: E:\\FifthElement.pcm
"F:" denotes your Bluray disc drive.
"1)" denotes the playlist you want to select
"2:" denotes the video track you want to extract. After selecting the video track you must provide the output directory. Since the video track is in .h264 format I save it to my destination directory as a .h264 file.
"3:" denotes the audio track you want to extract. After selecting the audio track you must provide the output directory. ALL audio tracks must be saved as .pcm as this is the only format the PS3 will understand. This means TRUE-HD and DTS-MA get converted to raw PCM with no loss in sound quality.
- Wait for EAC3TO to complete. This will take awhile so go do something else. When EAC3TO is done you will have your audio and video track on your HDD. The last step we need to perform is the conversion of the PCM header on the audio track so TsMuxeR can understand it. Open up a CMD prompt and navigate to the PCM2TSMU directory. Enter the following command to convert the PCM header in your audio track:
Pcm2Tsmu.exe E:\\FifthElement.pcm E:\\FifthElementUpdated.pcm -i 24 -c 6 -s 48000
"E:\\FifthElement.pcm" denotes your input file
"E:\\FifthElementUpdated.pcm" denotes your output file
"-i" denotes the BitsPerSample of the audio track (typically 16 or 24)
"-c" denotes the number of channels (typically 6=5.1)
"-s" denotes the sample rate (typically 48KHz, or 48000Hz)
EAC3TO will tell you the BitsPerSample, number of channels, and sample rate of your audio track when you extract it. Make sure you enter these parameters in correctly.
- Almost done. Now that we have our audio and video track we must combine them into an M2TS file that we can stream to the PS3. Open up TsMuxeR, use the GUI frontend found in the same directory called "tsMuxeRGUI". Click the "add" button and add in your audio and video tracks. On the bottom "Output" tab select M2TS muxing and enter in your destination directory. Click the "Start Muxing" button on the bottom and let TsMuxer do it's thing. When it's done you are FINISHED, and that M2TS file is what you will stream to your PS3 via an application like PS3MediaServer.

















