SamuelPG
27th September 2005, 11:35
With the next Avisynth script i can doubling the framerate of one video captured with 29.976 fps (Interlaced) and now have a real and greate real movement.
My question is the next: How i can encode a video with 29.976 fps that it contains 59.941 internally That I need for obtain a real video movemente like from the tv?.
This is the script i used for doubling the framerate obtaining fantastics results, but please remain what i need to do, have this 59.941 fps internally in 29.976 fps.
---------------------------------------------------------------
Loadplugin("D:\Programas\001 CAPTURA DE VIDEO\filtros\TomsMoComp.dll")
avisource("d:\lol.avi")
ConvertToYUY2()
top = AssumeFrameBased().ComplementParity()
bottom = top.SeparateFields.Trim(1,0).weave
Interleave(top.TomsMoComp(1,5,0),bottom.TomsMoComp(0,5,0))
---------------------------------------------------------------
Here an example with the 2 framerates:
59.941 http://www.megaupload.com/?d=HEQ2PAP0
29.976 http://www.megaupload.com/?d=ZA2FIB57
Thank you in advance
Samuel.
My question is the next: How i can encode a video with 29.976 fps that it contains 59.941 internally That I need for obtain a real video movemente like from the tv?.
This is the script i used for doubling the framerate obtaining fantastics results, but please remain what i need to do, have this 59.941 fps internally in 29.976 fps.
---------------------------------------------------------------
Loadplugin("D:\Programas\001 CAPTURA DE VIDEO\filtros\TomsMoComp.dll")
avisource("d:\lol.avi")
ConvertToYUY2()
top = AssumeFrameBased().ComplementParity()
bottom = top.SeparateFields.Trim(1,0).weave
Interleave(top.TomsMoComp(1,5,0),bottom.TomsMoComp(0,5,0))
---------------------------------------------------------------
Here an example with the 2 framerates:
59.941 http://www.megaupload.com/?d=HEQ2PAP0
29.976 http://www.megaupload.com/?d=ZA2FIB57
Thank you in advance
Samuel.