- 2/3/06
- 2,472
- 42
mình có đoạn avisynth như sau
lúc kéo thả vào MPC coi thử thì nó báo là
Script error : there is no function named "pointresize
, line 125
, line 132
(G:\tam\D1.avs, line 8)
nếu sửa thành như sau thì nó chạy
nhưng mà thêm
AnimeIVTC(mode=5,aa=3,check=1)
vào thì lại báo lỗi trên
Mã:
DGDecode_mpeg2source("G:\tam\D1.d2v", cpu=4, info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
tfm(order=-1).tdecimate(mode=1,hybrid=1)
crop( 6, 0, -2, 0)
#resize
#noise
AnimeIVTC(mode=5,aa=3,check=1)
Script error : there is no function named "pointresize
, line 125
, line 132
(G:\tam\D1.avs, line 8)
nếu sửa thành như sau thì nó chạy
Mã:
DGDecode_mpeg2source("G:\tam\D1.d2v", cpu=4, info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
tfm(order=-1).tdecimate(mode=1,hybrid=1)
crop( 6, 0, -2, 0)
PointResize(656,480) # Point (Sharp)
#noise
AnimeIVTC(mode=5,aa=3,check=1)
vào thì lại báo lỗi trên
