I'm using Master Keaton DVD's, which look like bad VHS tapes. And sure enough, it seems to be fully interlaced (I saw motion in every frame of movement) and it's aliased like crazy. So far I've had no luck removing the interlacing, here's some examples:
Code: Select all
mpeg2source("F:\Video Editing\Source\Filters\Master Keaton Opening Creditless.d2v",ipp=true,cpu=4)
#CheckFieldOrder() # Telecide(order=0) # Bottom Field FirstCode: Select all
FieldDeinterlace()Code: Select all
ConvertToYUY2(interlaced=true)
SmoothDeinterlace(tff=true, doublerate=false)Code: Select all
TomsMoComp(0,5,1)Code: Select all
KernelDeint(order=0, threshold=10)I've been wrestling through vtechbeta and really not having any luck, like the above shows. I'm hoping someone could give me some possible pointers, I really want to use this footage, the dvd's were expensive and it's not a well known anime. Keep in mind I'm a newb to making / encoding / ripping / modifying video, I havent even gotten into premiere yet!