Hi,
<OT>I'm trying to convert this movie since more than one year. It has been called a "beyond repair" PAL movie in a lot of forum (just look at "spirited away" PAL version), because of all this blurring and frame generation, resulting in non smoothing movement.
The frames sequences, from a simple dgbob, of a panning sequence gives you:
Code:
FRAMES nș 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
CONTENT A A B B C C D D E E FG G H H hIj J jK K Kl L lM M Mn N No O Op P Pq Pq Q qR
RESTORE A B C D E F G H I J K L M N O P Q
So a simple R24 don't restore correctly the framses (it's a FILM -> NTSC "video" -> PAL very bad conversion).
From my actual experience, the best script seems to be
Code:
LeakKernelBob(order=1, sharp=false, twoway=false, threshold=4)
tdecimate(mode=2,rate=23.976)
Lanczos4Resize(688,448,31,30,660,516)
LRemoveDust_YV12(17, 3)
Addborders(8,16,8,16)
Resulting in almost smooth movement.
</OT>
I think it's a long topic, that can be split from the PARanoia topic !
Salu2
Fabrice