MKVCrazy
20th April 2009, 00:52
http://i40.tinypic.com/25anehg.jpg
what could be the cause of this error? Could the height of the resolution cause this?
Here is the avs file,
DGDecode_mpeg2source("C:\Users\Desktop\DVD TEST\VTS_01_2.d2v", info=3)
crop( 0, 6, 0, -12)
LanczosResize(720,462) # Lanczos (Sharp)
I don't know what this problem is call so, will really appreciate if you could at least give me a clue to what kind of problem I'm facing.
EDIT: alright, seems like the height caused it because I just tried 464 and it worked without this problem. Is there any way to use 462 without having this problem?
Thanks
MKVCrazy
what could be the cause of this error? Could the height of the resolution cause this?
Here is the avs file,
DGDecode_mpeg2source("C:\Users\Desktop\DVD TEST\VTS_01_2.d2v", info=3)
crop( 0, 6, 0, -12)
LanczosResize(720,462) # Lanczos (Sharp)
I don't know what this problem is call so, will really appreciate if you could at least give me a clue to what kind of problem I'm facing.
EDIT: alright, seems like the height caused it because I just tried 464 and it worked without this problem. Is there any way to use 462 without having this problem?
Thanks
MKVCrazy