お前らのショボイAvisynthスクリプト貼ってください

このエントリーをはてなブックマークに追加
16名無しさん@編集中
LoadPlugin("De.dll")
LoadPlugin("lanczos3.vdf")
LoadPlugin("warpsharp.dll")
LoadPlugin("mpeg2dec.dll")
LoadAviUtlInputPlugin("m2v.vfp", "MPEG2VIDEO")

function CropBorders(clip clip, int left, int right, int top, int bottom)
{ return clip.Crop(left, top, clip.width-(left+right), clip.height-(top+bottom)) }

AudioDub(MPEG2VIDEO("data.m2v"), WAVSource("data.wav"))
trim(437,5321)+trim(7270,22823)+trim(24622,45331)

AssumeFrameBased()
ComplementParity()

DeDot()
Auto24FPS(true,24,16,"blend",false)

#UVTimingH(0,0)
#UVTimingV(0,0)

SmartSmoothHiQ(2,256,12,12,6,false)
WarpSharp(64)
CropBorders(4,4,0,0)
Lanczos3Resize(640,480)
TemporalSmoother(2,3)