View Single Post
Old 18th December 2004, 15:10   #3  |  Link
scharfis_brain
brainless
 
scharfis_brain's Avatar
 
Join Date: Mar 2003
Location: Germany
Posts: 3,653
SeparateFields()
odd=SelectOdd
evn=SelectEven
Interleave(evn,odd)
Weave()

is only wasting CPU-Czcles. It is a NOP!

meaning, this Code is fully sufficient, to inverse the fieldorder:

AviSource("C:\Trabajo\Test.avi")
DoubleWeave.SelectOdd()

but, one doesn't need to change the fieldorder using AVISynth.
You just need to change it in your encoding settings...

DV-AVIs are always BFF (Bottom Field First), while analogue captures using TV-Cards are commonly TFF (Top Field First)
__________________
Don't forget the 'c'!

Don't PM me for technical support, please.
scharfis_brain is offline   Reply With Quote