Created
April 28, 2019 15:07
-
-
Save cleverfox/23e9aeb15e3af0918ba6824687678c32 to your computer and use it in GitHub Desktop.
SMPTE timecode view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun(T) -> Ts=T div 25, {Ts div 3600 rem 24, Ts div 60 rem 60, Ts rem 60, T rem 25} end (16#14CEFE). | |
{15,9,8,10} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment