Hi,
and I'm a ***
please consider this avisynth script:
where my source .mxf is 50PCode:Import("v:\automazioneclip\avisynth\plugins\IResize.avsi") LoadPlugin("v:\automazioneclip\avisynth\plugins\LSMASHSource.dll") LWLibavVideoSource("c:\HD420HQsistemline720_50P.mxf") ConvertToYUY2(interlaced=false) LanczosResize(1920,1080) AssumeTFF().SeparateFields().SelectEvery(4, 0, 3).Weave()
50 frame per seconds
but I need to reduce it in my catrazortimeline so that it matches to a "standard" 25 fps
Because of that is "well" insert the line ---> AssumeTFF().SeparateFields().SelectEvery(4, 0, 3).Weave()
but in this way I get a interlaced output
I wonder: can I modify the script so that I get a 25 fps progressive output non-interlaced?
or
can I replace the the line: AssumeTFF().SeparateFields().SelectEvery(4, 0, 3).Weave()
with another thing that can render progressive??
![]()
+ Reply to Thread
Results 1 to 3 of 3
Similar Threads
-
AssumeTFF().SeparateFields().SelectEvery(4, 0, 3).Weave() add 1 frame: why?
By marcorocchini in forum Newbie / General discussionsReplies: 11Last Post: 28th Oct 2014, 13:13 -
Assumetff().SeparateFields().SelectEvery(4, 0, 3).Weave()
By marcorocchini in forum Newbie / General discussionsReplies: 5Last Post: 20th Sep 2014, 06:10 -
When to use AssumeBFF and AssumeTFF?
By TeNSoR in forum Newbie / General discussionsReplies: 2Last Post: 12th Jul 2014, 10:46 -
Do I need to use AssumeTFF() or AssumeBFF() for encode of Progressive cont?
By Simcut in forum Newbie / General discussionsReplies: 1Last Post: 14th Aug 2012, 15:53 -
Weave deinterlace plugin for Progressive Segmented-Frame videos(After Effec
By Stears555 in forum Video ConversionReplies: 1Last Post: 8th Feb 2012, 15:20