While this problem does show up on normal anime I'm using Advent Children (PAL) to get it right. One of the first places I've been confused is where the tutorial says to set the vthresh above the matching number but RF tells me it should go below, and since I still can't see what difference dthresh makes I've left it out. I also remember reading somewhere in one of the AMVApp documents that decimate shouldn't be used for Pal, though I can't find that bit anymore, and lastly, even though I know the Assume FPS is supposed to be 24 FPS I changed it to 25 cause my Adobe Premier always exports at 25.
Code: Select all
mpeg2source("C:\FINAL_FANTASY_VII\VIDEO_TS\FFVII AC.d2v")
Telecide(order=1,vthresh=216,post=4)
LanczosResize(720,432)
AddBorders(0,72,0,72)
AssumeFPS(25)
In the Jerky video section of RF it says that it could just be my computer, and while exporting through Adobe Premier does seem to tone down the jerkiness a little, it's still not perfect. I must be doing a hundred things wrong but I don't know what they are.