Search found 1 match

by Jumpcuts
January 8th, 2007, 8:35 pm
Forum: Expressions Library
Topic: Create a timecode with expressions
Replies: 16
Views: 104847

Try this small alteration

f=Math.round(f%(1.001/thisComp.frameDuration)); If you look at the PDF file you will see why this works. time code is not 60 fields per second but 59.97 fields per second, or 001% slower than 60 fields per second. (In my comp I changed all the 60's to 59.97 as well, but it did not seem to matter for...