Timecode Formula by SGIII, Questions...
Hello. SGIII created an excellent Numbers document to add timecode in HH:MM:SS:FF (it can be found here... https://discussions.apple.com/thread/252142434?answerId=254071786022#254071786022). This have been a huge help to me, and everything was working very well at 25fps. Unfortunately I can't get it working correctly at 24fps. At first glance at 24fps appears to operate correctly, if you add 3 frames it works correctly, but if you add 1 or 2 frames the formula returns an incorrect result, and I've spent a day trying to figure this one out, but I can't do it. I assume that it is to do with the translation of milliseconds to fames (and frames to milliseconds), and that dividing something by 25 gives cleaner numbers than dividing be 24.
As an example of 24FPS:
01:03:15:00 + 01:03:15:01 should equal 02:06:30:01, but the formula result is 02:06:30:08.
01:03:15:00 + 01:03:15:02 should equal 02:06:30:02, but the formula result is 02:06:30:96.
01:03:15:00 + 01:03:15:03 should equal 02:06:30:03, and the formula result is correct at 02:06:30:03.
Adding 3, 6, 9, 12, 15, 18, or 21 frames works, all other numbers in-between, don't.
All formula calculations at 25FPS work as expected.
If SGIII was available to help that would be wonderful, but I'm looking for any help really.
I'm using Numbers 10.1 on Mojave, and 11.1 on Monterey.
A part of the formula is not working under Numbers 11.2 and shows an error "Argument 2 in LEFT must be greater than or equal to 0." but that's an entire other issue, hence why I'm not using Numbers 11.2.
Thanks in advance.