Does anyone know about it, its not present on the DVD but I am getting it while using DVD-RB on the whole movie. I have tried removing the Interlaced tag, but still the band stays. Even if I open the .avs directly using MPC, I can see it. So its not a DVD-RB problem. Its a PAL DVD. AVS script as below:
Code:
#------------------ # AVS File Created by DVD Rebuilder # VOBID:02, CELLID:01 #------------------ LoadPlugin("C:\Program Files\DVD-RB PRO\DGDecode.dll") mpeg2source("E:\TEMP\D2VAVS\V01.D2V",idct=6) trim(1,3640) ConvertToYV12(interlaced=true)
Comment