framesToTime()
To convert from a number of frames into seconds, respecting the current comp’s frame rate, we use the function framesToTime().根据当前comp的帧速率,我们使用函数framesToTime()将帧数转换为秒数。
It takes 1 argument, a number of frames, and outputs the number of seconds.
它接受一个参数,若干帧,并输出秒数。
网友评论