jeffy
29th February 2008, 00:09
I would like to have the 2×2 thumbnail sheet, but I don't know how to get the f variable to be the current frame when playing the script, so that you can see eg. thumbnails of separated fields numbered (1005, 1006, 1007, 1008).
Could someone please help me? Thank you.
separatefields()
clp=last
f=15000 instead of a fixed value, there should be a current frame number
t=f+1
stackvertical(stackhorizontal(subtitle(clp.trim(f,t),string(f)),subtitle(clp.trim(f+1,t+1),string(f+1))),stackhorizontal(subtitle(clp.trim(f+2,t+2),string(f+2)),subtitle(clp.trim(f+3,t+3),string(f+3))))
Could someone please help me? Thank you.
separatefields()
clp=last
f=15000 instead of a fixed value, there should be a current frame number
t=f+1
stackvertical(stackhorizontal(subtitle(clp.trim(f,t),string(f)),subtitle(clp.trim(f+1,t+1),string(f+1))),stackhorizontal(subtitle(clp.trim(f+2,t+2),string(f+2)),subtitle(clp.trim(f+3,t+3),string(f+3))))