Burn MKV to Bluray disk for Ps3?

Discussion in 'Blu-ray players' started by nedis, Dec 16, 2008.

  1. nedis

    nedis Member

    Joined:
    Dec 16, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    HI
    Iwant to make a bd from MKV and see it on my ps3. Can anyone help me how to do this.
    I have tried
    tsmuxer convertes to m2ts, burnd to bd whith imgburn.
    Sometimes i got pic wihtout sound and sound whitout pic.
    Have tried to make Bdmv files to.
    It allways come whit difrretnt results
    Please help.

    I don't wont to stream
     
  2. timscs

    timscs Member

    Joined:
    Dec 17, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    11
    Hey, there are many threads already about this and the problems with avchd on ps3. It depends on a few things like changing the level from 5.1 - 4.1 if needed and getting the resolution correct. Have a read up about your specific problem i'd suggest. Thnx
     
  3. jjwatmyse

    jjwatmyse Member

    Joined:
    Dec 23, 2008
    Messages:
    18
    Likes Received:
    0
    Trophy Points:
    11
    I'd suggest playing with .m2ts. The file plays flawlessly on the PS3 from USB stick as well as internal hard disk. I have not tested .m2ts files on DVD and suspect that you need to use the AVCHD format which may be problematic.

    Here's template script I use for converting from MPEG 2 to H.264 with AC3. Insert your values for 'indir' and 'movie' and your location of HandBrakeCLI.exe and tsMuxeR.exe. This works nicely including fast forward without audio sync issues. I still need to test forced subtitles but didn't find a movie to verify the options -U -F -N eng options.

    I'm alwasy interested to hear suggestions on improvements to this process, so feel free to contribute.

    @echo off
    cd /d c:\
    set indir="C:\SOME_DVD_RIP_DIR"
    set movie=The Full Movie Name With Spaces

    set basename=E:\Videos\H.264\%movie%
    set outfile="%basename%.mkv"
    set metafile="%basename%.meta"
    set outfile2="%basename%.m2ts"

    echo indir=%indir%
    echo outfile=%outfile%
    echo metafile=%metafile%
    echo outfile2=%outfile2%
    echo **********************************

    echo Using %indir% to create %outfile%
    "C:\Program Files\HandBrake\HandBrakeCLI.exe" -i %indir% -o %outfile% --crop 0:0:0:0 -e x264 -E ac3 -p -b 1000 -2 -T -x level=41:me=umh -v
    echo **********************************

    echo Creating %metafile%
    echo MUXOPT --no-pcr-on-video-pid --new-audio-pes --vbr --vbv-len=500 > %metafile%
    echo V_MPEG4/ISO/AVC, %outfile%, insertSEI, contSPS, track=1, lang=eng >> %metafile%
    echo A_AC3, %outfile%, track=2, lang=eng >> %metafile%
    echo **********************************
    echo Creating %outfile2%
    E:\Desktop\tsMuxeR.exe %metafile% %outfile2%
    echo **********************************
    del /q %outfile%
    del /q %metafile%
     
  4. nedis

    nedis Member

    Joined:
    Dec 16, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    I have allready tried whit 4.1 and get a green bar under the movie.
     
  5. nedis

    nedis Member

    Joined:
    Dec 16, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    11
    Hi jjwatmyse
    Sorry i dont really understand. Were is handbreakcli.exe
    But if you can tell me i gladly try this.
     
  6. jjwatmyse

    jjwatmyse Member

    Joined:
    Dec 23, 2008
    Messages:
    18
    Likes Received:
    0
    Trophy Points:
    11
  7. jjwatmyse

    jjwatmyse Member

    Joined:
    Dec 23, 2008
    Messages:
    18
    Likes Received:
    0
    Trophy Points:
    11
    I understand that green bars are as a result of cropping. You need to stick to 16:9 aspect ratio and make sure the resolution is divisable by 16.
     
  8. cougar_ii

    cougar_ii Regular member

    Joined:
    Aug 19, 2004
    Messages:
    1,506
    Likes Received:
    0
    Trophy Points:
    46

Share This Page