DvdKhl
6th May 2003, 16:24
I've read already some interlace-Guides, so I can say that I understand the most of it (I hope:D)
I had very long and hard time, working out what the best way to deinterlaced my Movie is.
After much testing I still couldn't get rid of all interlace artifacts. That was very annoying!
Then I noticed something that I couldn't explain but a very pleasuring thing.
After I played around with:
AssumeFieldBased()
SeparateFields()
Weave()
After I included this in my script (in that order) and put the deinterlacer from the script.
The Movie is progressive!!!
Why? :confused:
Because If I understand the 3 commands right it should
1. Tell Avisynth that the source is Fieldbased
2. Separate the Field (double the amount of Frames with half of the height)
3. Interleave the fields again to one Frame
So the last two commands are useless if nothing happens between them.
Then I deleted the last two commands (to look if I'm right)
It was interlaced again.
I'm now going to test the script without the AssumeFieldBased()
and look if it still works.
(Not I would bother :D, but I would like to know.)
I had very long and hard time, working out what the best way to deinterlaced my Movie is.
After much testing I still couldn't get rid of all interlace artifacts. That was very annoying!
Then I noticed something that I couldn't explain but a very pleasuring thing.
After I played around with:
AssumeFieldBased()
SeparateFields()
Weave()
After I included this in my script (in that order) and put the deinterlacer from the script.
The Movie is progressive!!!
Why? :confused:
Because If I understand the 3 commands right it should
1. Tell Avisynth that the source is Fieldbased
2. Separate the Field (double the amount of Frames with half of the height)
3. Interleave the fields again to one Frame
So the last two commands are useless if nothing happens between them.
Then I deleted the last two commands (to look if I'm right)
It was interlaced again.
I'm now going to test the script without the AssumeFieldBased()
and look if it still works.
(Not I would bother :D, but I would like to know.)