Well you did get to see for yourself how it will playback. There won't be any addtional blended frames in the version that I will upload.
Sorry that its taking so long but I wanted to be sure to get as good a picture that I could get. Unfortunately it involved a lot of testing with CCE settings and avisynth filters after farting around with the MediaCoder/ffmpeg for too long.
The final avisynth scipt seems very simplistic but it took awhile to get the results I was looking for. I'm looking into possibly re-encoding the extras from the original PAL DVD as well instead of using the NTSC extras that are on the current SL version found at fanedit.info.
Here is the script that I'm using:
TDeint(Mode=2,Order=0,tryWeave=true)
Spline36Resize(720,480)
ChangeFPS(23.976)
limitedsharpenfaster()
converttoyuy2(interlaced=true)
If there is anything seriously wrong with it, such as stuff being in the wrong order, please let me know.