FredThompson
28th June 2003, 17:38
How is it possible to retrieve a boolean to describe the field dominance of a clip?
? BFFTestResult() DoubleWeave().SelectOdd() : nop()
Putting this at the front of scripts would be very helpful when editing DV. It would remove the possibility of doing a field-order conversion more than once.
BFFTestResult() represents whatever construct would return the boolean.
-- update --
ok, this appears to work:
GetParity() ? nop() : DoubleWeave().SelectOdd()
GetParity() is listed in the ShareFunctions part of the AviSynth website. Why isn't there a master list of the functions?
? BFFTestResult() DoubleWeave().SelectOdd() : nop()
Putting this at the front of scripts would be very helpful when editing DV. It would remove the possibility of doing a field-order conversion more than once.
BFFTestResult() represents whatever construct would return the boolean.
-- update --
ok, this appears to work:
GetParity() ? nop() : DoubleWeave().SelectOdd()
GetParity() is listed in the ShareFunctions part of the AviSynth website. Why isn't there a master list of the functions?