MetalPhreak
24th July 2005, 08:15
Hi, this is my first post here.
I was just wondering - I encode a lot of anime and sometimes I have trouble
finding a setting for telecide() that works well for the entire clip. Especially like mouths or other small areas that aren't being deinterlaced/ivtc'd and when I set vthresh low enough for this to be fixed too many good frames are being deinterlaced. I just wanted to know if there is any reason why I shouldn't have a script that looks like:
part1 = trim(blah,blah).telecide()
part2 = trim(blah,blah).telecide()
return part1+part2
Just asking since telecide() reports "out of pattern" for the first few frames of each part.
Also sometimes when encoding to Xvid(v1.1 beta2) at the end the status window reports 1 frame less than the actual clip lenth in vdubmod. Is this just the Xvid status window not refreshing or is this something with
telecide().decimate() decimating the clip differently on each pass?
I was just wondering - I encode a lot of anime and sometimes I have trouble
finding a setting for telecide() that works well for the entire clip. Especially like mouths or other small areas that aren't being deinterlaced/ivtc'd and when I set vthresh low enough for this to be fixed too many good frames are being deinterlaced. I just wanted to know if there is any reason why I shouldn't have a script that looks like:
part1 = trim(blah,blah).telecide()
part2 = trim(blah,blah).telecide()
return part1+part2
Just asking since telecide() reports "out of pattern" for the first few frames of each part.
Also sometimes when encoding to Xvid(v1.1 beta2) at the end the status window reports 1 frame less than the actual clip lenth in vdubmod. Is this just the Xvid status window not refreshing or is this something with
telecide().decimate() decimating the clip differently on each pass?