kcoutfromlength(
KEY
,
OFFSET
)

The kcoutfromlength( function answers the question “what will the last frame be if i start my cut at the incode and my shot is some number of frames long”?


Parameters

This function has two parameters:

key – starting frame expressed as a text value in the format feet+frames

offset – integer value (number of frames to offset).


Description

Answers the question “What will the last frame be if I start my cut at the incode and my shot is some number of frames long”? (Submitted by Chris Watts)

kcoutfromlength("1234+10",3) ☞ 1234+12

Note: This function is equivalent to:

feetandframes(kcframes(key)+?(offset>=1,offset-1,offset+1))

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.