logo Sign In

Post #590912

Author
AntcuFaalb
Parent topic
PS78: Pre-ANH Star Wars Bootleg VHS from 1978 ***"RAW" DVD RELEASED***
Link to post in topic
https://originaltrilogy.com/post/id/590912/action/topic#590912
Date created
22-Aug-2012, 12:10 AM

Median1(c1, c2, c3)

Sample 1

StackVertical(Median1(c1.EF, c2.EF, c3.EF), Median1(c1.OF, c2.OF, c3.OF))

Sample 2

Merge(Median1(c1.EF, c2.EF, c3.EF), Median1(c1.OF, c2.OF, c3.OF))

Sample 3

Note: EF and OF are defined for the sake of brevity as...

function EF(clip c) { return c.SeparateFields().SelectEven() }
function OF(clip c) { return c.SeparateFields().SelectOdd() }