Burn MKV to Bluray disk for Ps3?
|
|
nedis
Suspended due to non-functional email address
|
16. December 2008 @ 05:14 |
Link to this message
|
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
|
Advertisement
|
|
|
timscs
Newbie
|
18. December 2008 @ 01:04 |
Link to this message
|
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
|
Newbie
|
23. December 2008 @ 14:51 |
Link to this message
|
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%
|
nedis
Suspended due to non-functional email address
|
24. December 2008 @ 18:24 |
Link to this message
|
I have allready tried whit 4.1 and get a green bar under the movie.
|
nedis
Suspended due to non-functional email address
|
24. December 2008 @ 18:28 |
Link to this message
|
Hi jjwatmyse
Sorry i dont really understand. Were is handbreakcli.exe
But if you can tell me i gladly try this.
|
Newbie
|
24. December 2008 @ 21:18 |
Link to this message
|
|
Newbie
|
24. December 2008 @ 21:21 |
Link to this message
|
Originally posted by nedis: I have allready tried whit 4.1 and get a green bar under the movie.
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.
|
Advertisement
|
|
|
Senior Member
|
5. January 2009 @ 14:45 |
Link to this message
|
VSO Software Golden Membership Proud Owner / VSO Software Beta Tester
|