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
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
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%
Hi jjwatmyse Sorry i dont really understand. Were is handbreakcli.exe But if you can tell me i gladly try this.
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.
Hi, Here's a nice chart that explains the Ratios for AVCHD ! http://www.avchd-info.org/format/index.html