Jean-Charles Wolfarth
03-09-2010, 01:06 AM
Deanan, you posted some LUA samples which greatly help the script coding. But could you please post a kind of reference for all the possible functions related to R3Ds ?
For instance : I see in your sample :
-- Get Meta Look from clip1
cl1 = REDX.clipdata(clip1);
-- access to the values. there is a corresponding set function for each get function
REDX.log("cl1 Kelvin = ", cl1:getKelvin())
Is there a similar way to get the internal timecode of the R3d ? This way it would be easier to conform an EDL within the LUA script itself.
Thanks !
For instance : I see in your sample :
-- Get Meta Look from clip1
cl1 = REDX.clipdata(clip1);
-- access to the values. there is a corresponding set function for each get function
REDX.log("cl1 Kelvin = ", cl1:getKelvin())
Is there a similar way to get the internal timecode of the R3d ? This way it would be easier to conform an EDL within the LUA script itself.
Thanks !