Log in

View Full Version : Encoding progressive interlaced


Pages : 1 [2]

subair37
10th October 2010, 22:03
90%+ of FILM based movies which are just sped up to 25fps are encoded as interlaced even tho they are really progressive frames.

Hi

Please look at the statement above, reason is i have all Central dvds when i analyze i get source as Film field order as Top Field First and TIVTC ,but when i change source order as progressive i can see preview as horizontal lines even though central says all their dvds are progressive,so i change it back to interlaced filter as yadiff i get clear and smooth picture with no horizontal lines so please look at my script which i made to feed it in to CCE SP2 to do MCCE.


LoadPlugin("C:\Program Files (x86)\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\DemuxedPappi\PappiAppacha.d2v", info=3)
LoadPlugin("C:\Program Files (x86)\megui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
Load_Stdcall_Plugin("C:\Program Files (x86)\megui\tools\yadif\yadif.dll")
Yadif(Mode=1)
RePal()
crop( 2, 58, -2, -58)
Tweak(Sat=1.15,Bright=2,Cont=0.93,Coring=False)
AddBorders(2,58,2,60)
ConvertToYUY2()
AddAudio()



Please shed some light on this...........

manono
11th October 2010, 11:09
The statement at the top is correct for PAL movies speeded up to 25fps, except in my experience it might be closer to 99%. Your South Indian movies are NTSC so the statement has nothing at all to do with your DVDs. If you want advice about something, please post a 10 second long sample, one showing steady movement.