fireworkweb / smpte.php

Easily deal with Timecode SMPTE format in PHP
MIT License
7 stars 9 forks source link

1h duration in seconds is 3603 #11

Closed seabasss closed 3 days ago

seabasss commented 2 years ago

Great package!

If I run durationInSeconds() on '01:00:00:00' with frame rate 23.976 I get 3603 seconds. If I run it on frame rate 24 I get 3600.

Edit// Never mind. It's all good :)