I want to convert an progressive ntsc 23.976fps to a progressive pal 25fps picture. i know how to do it but when i load my script into tmpg it says that it is a interlaced source when its meant to be progressive. may be there is somethijng im missing in my script
here is my script:
AviSource("C:\Documents and Settings\Khusru Miah\My Documents\movies\conversion folder\The walkout.final year ssam movie.avi",true)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(720, 576, overscan=2, source_anamorphic = false, dest_anamorphic = true)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
TextSub("C:\Documents and Settings\Khusru Miah\My Documents\movies\conversion folder\ksub.srt")
AssumeFPS(25.000,true)
SSRC(48000)
i want the script perfect so it feeds in a progressive signal and then i can encode to progressive
|