无安全问题 我爸爸的出生地 我妈妈的出生地 我的小学校名 我的中学校名 我最喜欢的运动 我最喜欢的歌曲 我最喜欢的电影 我最喜欢的颜色 自定义问题
水墨江南
kohaku
春意盎然
紫色梦幻
绿之印象
蓝色天空
黑色旋风
引用 For temporal smoothers, it shouldn't matter if the material is interlaced. Just apply the filters.For spatial smoothers (such as Undot, I think), you can simply do:Code:SeparateFields()SomeSpatialFilter()Weave()For temporal-spatial smoothers (such as Deen, I think), you can try:Code:JDL_UnfoldFieldsVertical(true)Filter()JDL_FoldFieldsVertical(true)(JDL_UnfoldFieldsVertical/JDL_FoldFieldsVertical are on my AviSynth page.)
引用 最初由 GOD_HIKARU MK2 发布= = trim