sorry if this is bit long winded but am new and learning please be bit patient with me thanks in advance hi need a bit of help have downloaded a mkv file which also came with ready made files to make a iso of the file which i can then burn and play in my bluray player seems to work fine with anything that fits on standard dvd 4.3gig size problem comes when file is bigger and can only fit on dl dvd i seam to get sound but no picture when played even on power dvd on pc but if i go into the bdmv folder and the stream folder the m2ts file is there if i play this it works fine on pc where am i going wrong why does anything bigger than 4.3gig disc not dispaly any picture when played this is the guide i am following CONTENTS mkv2bluray.bat imgburn.exe tsmuxer.exe HOW IT WORKS tsmuxer reads the meta file instructing it to input audio\video from the mkv, external sup files(subs) and chapters tsmuxer outputs these streams into a bluray structure imgburn creates a UDF 2.5 (bluray standard) image USAGE click on gimmebluray.bat command window will popup while its creating bluray structure imgburn will popup when its creating image all windows wil close when done mount iso for playback on computer or burn to play on standalone\ps3 SETTING THIS UP AFTER ENCODING open tsmuxe, insert all streams (audio\video\subs) and set chapters in chapters page tag audio and video streams with the correct languages tick create bluray for output directly under the mkv directory make an identifiable dir, BLURAY is used in this example press start muxing and feel free to abort right away, this creates the meta file open the new meta file and you'll see something like: MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --vbv-len=500 --custom-chapters=00:00:00.000;00:04:24.722;00:09:06.254;00:13:04.700;00:16:33.242;00:19:34.673;00:22:11.204;00:27:28.688;00:34:20.016;00:39:51.722;00:43:20.097;00:48:30.240;00:51:56.363;00:54:51.079;01:02:21.279;01:07:25.249;01:12:01.692;01:14:57.242;01:17:59.383;01:22:37.285;01:26:06.327;01:31:09.380;01:35:56.584;01:41:39.176 V_MPEG4/ISO/AVC, "C:\BLURAY\blah,mkv", insertSEI, contSPS, track=1, lang=eng A_AC3, "C:\BLURAY\blah,mkv", track=2, lang=eng S_HDMV/PGS, "C:\BLURAY\blah,sup", fps=23.976, track=4608, lang=eng, mplsFile=00000 all you have to do in this file is remove the drive letters where they exist so it will act like its using current directory resulting in: MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --vbv-len=500 --custom-chapters=00:00:00.000;00:04:24.722;00:09:06.254;00:13:04.700;00:16:33.242;00:19:34.673;00:22:11.204;00:27:28.688;00:34:20.016;00:39:51.722;00:43:20.097;00:48:30.240;00:51:56.363;00:54:51.079;01:02:21.279;01:07:25.249;01:12:01.692;01:14:57.242;01:17:59.383;01:22:37.285;01:26:06.327;01:31:09.380;01:35:56.584;01:41:39.176 V_MPEG4/ISO/AVC, "\BLURAY\blah,mkv", insertSEI, contSPS, track=1, lang=eng A_AC3, "\BLURAY\blah,mkv", track=2, lang=eng S_HDMV/PGS, "\BLURAY\blah,sup", fps=23.976, track=4608, lang=eng, mplsFile=00000 close and save the meta, saved as bluray.met in the example edit mkv2bluray.bat file and you'll see something like tsmuxer bluray.meta BLURAY imgburn /VOLUMELABEL "BLURAY" /SRC "BLURAY\" /DEST "\BLURAY.iso" +++ BUNCH OF STUFF WE NEED BUT DONT NEED TO EDIT first line is: tsmuxer <meta file we just created> <output dir inside current dir> second line is: imgburn /VOLUMELABEL "<what you'll see in drive when mounted>" /SRC "<source of files, needs to be identical to the line above>" /DEST "<destination of the bluray iso, \BLURAY.iso = root of current drive>" test it all out by running mkv2bluray.bat here is what i am doing one that works this is the meta file i use MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --custom-chapters=00:00:00.000;00:05:03.469;00:09:41.372;00:15:02.359;00:19:25.831;00:24:21.835;00:29:22.719;00:33:35.471;00:36:22.638;00:41:25.274;00:45:28.434;00:49:15.911;00:53:34.544;00:59:08.169;01:06:55.553;01:13:44.044 --vbv-len=500 V_MPEG4/ISO/AVC, "ck-cloverfield.mkv", insertSEI, contSPS, track=1, lang=eng A_AC3, "ck-cloverfield.mkv", track=2, lang=eng S_TEXT/UTF8, "ck-cloverfield.mkv",font-name="Times New Roman",font-size=60,font-color=0x00FFFFFF,font-charset=1,bottom-offset=16,font-border=1,text-align=center,video-width=1280,video-height=720,fps=23.976, track=3, lang=eng and here is the bat file i use to make it tsmuxer ck-cloverfield.meta imgburn /VOLUMELABEL "CLOVERFIELD" /SRC "BLURAY\" /DEST "\CLOVERFIELD_BD5.iso" /MODE "BUILD" /BUILDMODE "IMAGEFILE" /FILESYSTEM "UDF" /UDFREVISION "2.50" /START /CLOSESUCCESS /NOIMAGEDETAILS /RECURSESUBDIRECTORIES "YES" /PRESERVEFULLPATHNAMES "NO" /NOSAVESETTINGS this works fine burns to disc 4.3gig plays in player no probs this is for the one that fits on dl and has sound but no picture meta file MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --auto-chapters=5 --vbv-len=500 V_MPEG4/ISO/AVC, "\highdef download\die hard 4\diehard_4.mkv", level=4.1, insertSEI, contSPS, track=1, lang=eng A_DTS, "\highdef download\die hard 4\diehard_4.mkv", track=2, lang=eng bat file used to make it tsmuxer diehard_4.meta diehard_4 imgburn /VOLUMELABEL "diehard_4" /SRC "diehard_4\" /DEST "\diehard_4_BD5.iso" /MODE "BUILD" /BUILDMODE "IMAGEFILE" /FILESYSTEM "UDF" /UDFREVISION "2.50" /START /CLOSESUCCESS /NOIMAGEDETAILS /RECURSESUBDIRECTORIES "YES" /PRESERVEFULLPATHNAMES "NO" /NOSAVESETTINGS
Hi, Can anyone tell me what iso tool they use to burn the converted mkv2bluray iso with to play it on the PS3 please? I have tried Magic Iso and Power Iso. and also nero but I am not sure if I burnt the image correctly in Nero! Any help would be appreciated. Thanks