This maybe due to how the source is processed. Unfortunatly it sounds as if you are working with a copy of the source that may have already had some sort of 'shrink' process done on it. Lukily this should not have an effect on interlacing patterns. What is your source preparation process? Are you familiar with DGIndex and AVSynth?Saphirre wrote: [...]and then i'm getting a lot of interlacing lines, really too much actually =/ That also has to do with the dvd quality there i think, cause the footage on the dvd's all looked pretty good, but you could see that the last dvd was less in quality than the others.
I could try exporting it raw and then using another program like you suggested, but if this gives me the same result i'll need to try something else =p
anyway, i'm on it ^^
Something similar to this AVS template maybe appropriate (remove Decimate() for PAL, or to maintain 29.97 NTSC):
Code: Select all
dgsource("__vid__")
Telecide()
Decimate()
Convolution3d (preset="animeHQ")