Hello How can I get color from different frame than the actual in COLORX node?I try with r@@(time-10) but doesn't work, it give me the actual r valueThank you and sorry for mi poor english
one filein cannot refer to two different points in time. Instead, use 2 fileins pointing to the same footage, slip one and use layerX.
Use a Reoder node to delete channels. If you want only the green channel, change the reoder gstring from "rgba" to "00g0".
Then use AddLayer Nodes, to recombine all channels.