Nope. Here's the script I used. I used qtgmc because there was still some interlacing present, but the frames were progressive as far as I could tell. So yeah, I guess I meant pal -> film conversion instead of pal->video->film.
AVISource("E:\captures\fswtj-pal.avi")
assumetff()
separatefields()
trim(1,0)
weave()
assumefps ("ntsc_film")
converttoyv12()
qtgmc(preset="fast")
selecteven()