Log in

View Full Version : Cropping problem with MeGUI


[DSL]Sensenman
4th August 2010, 20:48
Hello,

I've got the following problem:
I decrypted my HDDVD, joined the evo-files with eac3to, extracted the necessary streams with the MeGUI HD streams extractor.

After this, I index the videofile with ffmsindex (by using the MeGUI file indexer). If I open the .ffindex-file with the AVS script creator, no black bars on top & bottom are shown (though there are in the demuxed mkv-file).
Cropping doesn't seem to work, with this script there are still black bars (they should be bigger than 132 pixels on top & bottom; I tested out more/less pixels to crop but the black bars don't change their size regardless of what i crop off):
LoadPlugin("xxx\MeGUI\tools\ffms\ffms2.dll")
FFVideoSource("xxx\T1_Video.mkv")
#deinterlace
crop( 8, 132, -8, -132)

Any idea on what I'm doing wrong here?

I'm using MeGUI 0.3.5.6 with development update server http://megui.org/auto.

EDIT:
New demux with "eac3to pevob1.evo+pevob2.evo 3: good_fellas.mkv", then tried to open this in graphedit. Strange thing is, I don't see the black bars on top and bottom in the appearing ActiveMovie window.
But if I open the mkv-file in MPC HC, the black bars are displayed...so, the reason that cropping doesn't work should lie in something else. But I don't see the error in my approach...

So, if anyone has an idea I'd be glad to hear it!