『漫游』酷论坛>『影音数码技术学习交流』>[请教]DVDRIP的 ..
slsquare@2004-10-29 00:32
估计不会快。。。。。。。
明天试试
skywalker@2004-10-29 01:30
不要用layer, 用layer估计不会快............
用stackverticle和stackhorizontal试试.............
tct66@2004-10-29 02:38
先用TmpgEnc的手動IVTC試試,雖然有時候無法完美(很少)
AAA組合濾鏡默認的參數會使畫面較清晰,但有時畫面會出現瑕疵(有時)
slsquare@2004-10-29 08:46
引用
最初由 skywalker 发布
不要用layer, 用layer估计不会快............
用stackverticle和stackhorizontal试试.............
测试通过
crop后stackverticle
对一半画面进行AAA大约可以缩短30%时间:cool:
不过还是比较不快。。。。。
曾半仙@2004-10-29 10:38
sorry我误解掉了,以为是OP画面有齿,后面是正片无齿
skywalker@2004-10-29 22:15
又看到一个AA的script................
function antialiasing(clip orig,int "th_luma",int "th_croma",string "type",int "aath") {
# "th_luma" & "th_croma" are the edge detection thres.: lower values=more edges filtered
# "type" is the matrix used for edge detection: with "sobel" (default) only the
# hi-contrast edges, where artefacts are more noticeable, are filtered. If you want
# to test other matrices, read the MaskTools Guide for more info.
# "aath" = anti-aliasing strenght (default should be fine)
th_luma = Default(th_luma, 20)
th_croma = Default(th_croma, 20)
type = Default(type, "sobel")
aath = Default(aath, 48)
ox = orig.width
oy = orig.height
dx = orig.width * 2
dy = orig.height * 2
clp = orig.IsYV12() ? orig : orig.ConvertToYV12()
a=clp
b=clp.Lanczos4Resize(dx,dy).TurnLeft().SangNom(aa=aath).TurnRight().SangNom(aa=aath) \
.LanczosResize(ox,oy)
c=clp.EdgeMask(th_luma,th_luma,th_croma,th_croma,type)
MaskedMerge(a,b,c)
}
slsquare@2004-10-30 22:55
试试看能不能快点
另外问下
ED那种上升字幕很容易出现闪动或者往上窜的问题,怎么解决好呢
«12»共2页
| TOP