Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Mar 2009
Posts: 166
|
Mo-comped EEDI2?
From my experience EEDI2 is the all-around best deinterlacer in terms of speed vs quality, although of course it ruins small non-combed parts of an image, such as static logos and writing.
Is there any way to utilize EEDI2 on only combed parts of a frame? Last edited by shoopdabloop; 3rd June 2009 at 01:21. |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Mar 2009
Posts: 166
|
Yadifmod does not check for combed parts of a frame....
It's simply a yadif that gets its spatial predictions from another clip... (in your suggestion, the source clip EEDI2'd) The end result looks more Yadif than EEDI2. Last edited by shoopdabloop; 3rd June 2009 at 01:40. |
|
|
|
|
|
#4 | Link |
|
Advanced Blogging
Join Date: May 2009
Posts: 479
|
You can use EEDI2 with TDeint as such:
Code:
interp = separatefields().selecteven().eedi2() tdeint(edeint=interp) Code:
interp = separatefields().eedi2(field=-2) tdeint(mode=1,edeint=interp) |
|
|
|
|
|
#5 | Link |
|
Registered User
Join Date: Mar 2009
Posts: 166
|
Thanks! My new favorite deinterlacer for anything interlaced containing anything other than full 60i motion is:
Code:
MT("TDeint(edeint=separatefields().selecteven().EEDI2())",0,splitvertical=true)
Code:
MT("separatefields().selecteven().EEDI2()",0,splitvertical=true)
|
|
|
|
|
|
#6 | Link |
|
Registered User
Join Date: Apr 2002
Location: Germany
Posts: 5,407
|
__________________
- We´re at the beginning of the end of mankind´s childhood - My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!) |
|
|
|
![]() |
| Tags |
| eedi2 motion compensation |
|
|