Skip to content

Instantly share code, notes, and snippets.

View shizukachan's full-sized avatar

shizukachan

View GitHub Profile
@shizukachan
shizukachan / CaptureFix.avs
Last active October 31, 2017 01:51
C027 1080p-as-1080i capture "fix" script
#CaptureFix v3
LoadPlugin("R:\ffms2-libav.dll")
LoadPlugin("R:\interp\svpflow1.dll")
LoadPlugin("R:\interp\svpflow2.dll")
LoadPlugin("R:\interp\decomb.dll")
LoadPlugin("R:\interp\TDeint.dll")
Import("R:\interp\InterFrame2.avsi")
#if you're capturing yv12, you're doing it wrong. Use 4:2:2 capture. The C027 captures TFF.
mew = ffvideosource("Nights of Azure 2 G.mp4")