shlap
8th February 2008, 16:42
The following method has worked great for me ripping a number of other HD-DVDs but for some reason, Batman Begins is giving me a hard time.
1.) Rebuilt the EVO into 1 file with EVODemux including only video and audio stream 0.
2.) Created graph for video ( Haali --> WMVideo Decoder)
Created graph for audio ( Haali --> Sonic Audio Decoder 4.3)
3.) Create 3 AVISynth Scripts, one for video, one for audio, and one to mux the two.
Video.avs = DirectShowSource("C:\Rips\Work Area\Batman\Video.grf",fps=23.976024,audio=false,video=true,framecount=201467)crop( 0, 128, 0, -152)
Audio.avs = DirectShowSource("C:\Rips\Work Area\Batman\Audio.grf",fps=23.976024,audio=true,video=false,framecount=201467)
Batman.avs = video = import("Video.avs")audio = import("Audio.avs")AudioDub(video,audio)
4.) Play Batman.avs in Zoom or Media Player and it plays great so I run it through MeGUI - PS3 Profile - here's the 1st & 2nd pass command line.
"D:\Program Files\megui\tools\x264\x264.exe" --pass 1 --bitrate 7672 --stats "C:\Rips\Work Area\Batman\Batman.stats" --level 4.1 --bframes 3 --direct auto --subme 1 --analyse none --vbv-bufsize 15000 --vbv-maxrate 25000 --me dia --merange 20 --threads auto --thread-input --sar 1:1 --progress --no-psnr --no-ssim --output NUL "C:\Rips\Work Area\Batman\Batman.avs"
"D:\Program Files\megui\tools\x264\x264.exe" --pass 2 --bitrate 7672 --stats "C:\Rips\Work Area\batman\batman.stats" --level 4.1 --ref 3 --mixed-refs --bframes 3 --b-rdo --bime --weightb --direct auto --subme 6 --trellis 1 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 15000 --vbv-maxrate 25000 --me umh --merange 24 --threads auto --thread-input --sar 2543:2500 --progress --no-psnr --no-ssim --output "C:\Rips\Work Area\batman\batman.mkv" "C:\Rips\Work Area\batman\batman.avs"
As you can see, I'm using 2pass with a bitrate of 7672. When the encode starts I get thousands of
x264 [warning]: VBV underflow (-1575458 bits) warnings, my mkv always ends up being around 23GIG, and the video is just a pixelated mess, it looks horrible!
Did anyone else run into this issue this flick? I had the same sort of issue with Breach but found it was due to using the wrong framerate (thanks Dark Shikari). I'm pretty sure I've got the framerate right on this one. Any suggestions?
1.) Rebuilt the EVO into 1 file with EVODemux including only video and audio stream 0.
2.) Created graph for video ( Haali --> WMVideo Decoder)
Created graph for audio ( Haali --> Sonic Audio Decoder 4.3)
3.) Create 3 AVISynth Scripts, one for video, one for audio, and one to mux the two.
Video.avs = DirectShowSource("C:\Rips\Work Area\Batman\Video.grf",fps=23.976024,audio=false,video=true,framecount=201467)crop( 0, 128, 0, -152)
Audio.avs = DirectShowSource("C:\Rips\Work Area\Batman\Audio.grf",fps=23.976024,audio=true,video=false,framecount=201467)
Batman.avs = video = import("Video.avs")audio = import("Audio.avs")AudioDub(video,audio)
4.) Play Batman.avs in Zoom or Media Player and it plays great so I run it through MeGUI - PS3 Profile - here's the 1st & 2nd pass command line.
"D:\Program Files\megui\tools\x264\x264.exe" --pass 1 --bitrate 7672 --stats "C:\Rips\Work Area\Batman\Batman.stats" --level 4.1 --bframes 3 --direct auto --subme 1 --analyse none --vbv-bufsize 15000 --vbv-maxrate 25000 --me dia --merange 20 --threads auto --thread-input --sar 1:1 --progress --no-psnr --no-ssim --output NUL "C:\Rips\Work Area\Batman\Batman.avs"
"D:\Program Files\megui\tools\x264\x264.exe" --pass 2 --bitrate 7672 --stats "C:\Rips\Work Area\batman\batman.stats" --level 4.1 --ref 3 --mixed-refs --bframes 3 --b-rdo --bime --weightb --direct auto --subme 6 --trellis 1 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-bufsize 15000 --vbv-maxrate 25000 --me umh --merange 24 --threads auto --thread-input --sar 2543:2500 --progress --no-psnr --no-ssim --output "C:\Rips\Work Area\batman\batman.mkv" "C:\Rips\Work Area\batman\batman.avs"
As you can see, I'm using 2pass with a bitrate of 7672. When the encode starts I get thousands of
x264 [warning]: VBV underflow (-1575458 bits) warnings, my mkv always ends up being around 23GIG, and the video is just a pixelated mess, it looks horrible!
Did anyone else run into this issue this flick? I had the same sort of issue with Breach but found it was due to using the wrong framerate (thanks Dark Shikari). I'm pretty sure I've got the framerate right on this one. Any suggestions?