This applies any filter to an interlaced source. The filter can be used for both spatial filters, like blur() and temporal filters like temporalsoften.
function ApplyInterlacedFilter(clip v1, string filter) {
AviSource("file.avi")
ApplyInterlacedFilter(last, "blur(1.5)")