Skip to content

Instantly share code, notes, and snippets.

@cleverfox
Created April 28, 2019 15:07
Show Gist options
  • Save cleverfox/23e9aeb15e3af0918ba6824687678c32 to your computer and use it in GitHub Desktop.
Save cleverfox/23e9aeb15e3af0918ba6824687678c32 to your computer and use it in GitHub Desktop.
SMPTE timecode view
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