One video processing software vendor i work with uses the multiplicator "27000" to describe in and out points of videos in full numbers. I never got out why...
One example: We want to describe the point [end of the first frame] of a video that has got those properties
- Frames per second: 23.976
- milliseconds per frame: 41,70837504170838
- fps numerator/denominator: 24000/1001
My question is: what makes the number 27000 magical for videos? Or what formula could i use to calculate it... When multiplying any of the following common video framerates with this magic number, we always get an a value without commas:
Outpoint = (1000/23,97602397602398) * 27000 = 1126125
In Words:
Outpoint= (MillisecondsInASecond/MilliSecondsPerFrame) * 27000