I should have asked this question a long time ago.
Using Vegas 8 with mxf footage from my EX1 the Vegas media properties tab correctly flags the footage as UFF.
I frameserve the footage to Procoder 3 via the following script:
When I open the Source video coming off the frameserver via the script in Procoder 3, Procoder 3 ALWAYS recognizes it as LFF.
What I have been doing all along is simply changing it to UFF in the Procoder 3 properties. It seems to work OK, but now I am wondering where the mistake occurs?
Could it be the frameserver or something wrong with the script?
John
Using Vegas 8 with mxf footage from my EX1 the Vegas media properties tab correctly flags the footage as UFF.
I frameserve the footage to Procoder 3 via the following script:
#Frameserve in YUY2 format
SetMTMode(5, 4)
AviSource("e:\fs.avi")
ColorYUV(levels="TV->PC")
AssumeTFF
SetMTMode(2)
TDeint(mode=1)
Lanczos4Resize(1440,960)
Lanczos4Resize(720,960,-.8,.6)
Lanczos4Resize(720,480,-.8,.6)
blur(0.0,1.0)
sharpen(0.0,0.75)
assumetff()
separatefields()
SelectEvery(4,0,3)
Weave()
Distributor()
When I open the Source video coming off the frameserver via the script in Procoder 3, Procoder 3 ALWAYS recognizes it as LFF.
What I have been doing all along is simply changing it to UFF in the Procoder 3 properties. It seems to work OK, but now I am wondering where the mistake occurs?
Could it be the frameserver or something wrong with the script?
John