You Know
22nd June 2004, 14:33
Hi,
i try to elaborate a very noise interallaced and blended anime. (Capitan Harlock).
PAL 25fps
I have try to deinterallaced simply by
MPEG2Source("prova.d2v",cpu=4,iPP=true)
AssumeTFF()
SeparateFields()
or SelectEven()
or SelectOdd()
ConvertToRGB32()
buy sometimes
even field is good
odd field is good
both field is good
there is not a precise scheme of which field retain (I think)
I have read some some some thread but only gain more confusion on which type of deinterlacer to use.
tried
[list=1]
KernelDeint()
FieldDeinterlace()
DGBob()
TomsMoComp(1,5,0)
restore24(a2, b2)
[/LIst=1]
buy all jagged line, only SSTomsMoComp("tff") work good.
But blended frame remain. There is possibility to take only correct not blended frame but i do not know.
After i make script above to separate fields which filter i must use to detect correctly blend and decimate?
But deinterallace and deblend is not sufficent....there is other problem...at every change scene on the bottom of frame there are a background noise
http://wwwstud.dsi.unive.it/~nfalco/doom9/striscia.jpg (http://wwwstud.dsi.unive.it/~nfalco/doom9/striscia.png)
so i ask if exist a plugin for change scene detector to select frame before and after change scene and substitute those frame with other
for example
frame
A B C D E
scene change between C and D so i want substuite C with B and D with E to obtain
A B B E E
obvious chenge detector must work as scene forward in virtualdub but with an input thresold (virtualdub not always detect scene)
My first step now is for delete damn blended frame and preserve correct frame after separetefield and set exatly 23.976 fps (not 24)
Restore24 make too artifact recostructing blend area so i do not like this, correct field there are.
mf script i like but blend must be deleted
i try to elaborate a very noise interallaced and blended anime. (Capitan Harlock).
PAL 25fps
I have try to deinterallaced simply by
MPEG2Source("prova.d2v",cpu=4,iPP=true)
AssumeTFF()
SeparateFields()
or SelectEven()
or SelectOdd()
ConvertToRGB32()
buy sometimes
even field is good
odd field is good
both field is good
there is not a precise scheme of which field retain (I think)
I have read some some some thread but only gain more confusion on which type of deinterlacer to use.
tried
[list=1]
KernelDeint()
FieldDeinterlace()
DGBob()
TomsMoComp(1,5,0)
restore24(a2, b2)
[/LIst=1]
buy all jagged line, only SSTomsMoComp("tff") work good.
But blended frame remain. There is possibility to take only correct not blended frame but i do not know.
After i make script above to separate fields which filter i must use to detect correctly blend and decimate?
But deinterallace and deblend is not sufficent....there is other problem...at every change scene on the bottom of frame there are a background noise
http://wwwstud.dsi.unive.it/~nfalco/doom9/striscia.jpg (http://wwwstud.dsi.unive.it/~nfalco/doom9/striscia.png)
so i ask if exist a plugin for change scene detector to select frame before and after change scene and substitute those frame with other
for example
frame
A B C D E
scene change between C and D so i want substuite C with B and D with E to obtain
A B B E E
obvious chenge detector must work as scene forward in virtualdub but with an input thresold (virtualdub not always detect scene)
My first step now is for delete damn blended frame and preserve correct frame after separetefield and set exatly 23.976 fps (not 24)
Restore24 make too artifact recostructing blend area so i do not like this, correct field there are.
mf script i like but blend must be deleted