NPM library: Converting Milliseconds to Timecode help needed? – Debian
Can someone help with a quick script that will convert Milliseconds to Timecode (HH:MM:SS:Frame) with this NPM library? https://www.npmjs.com/package/ms-to-timecode I just need to pass a miliseconds number (ie 7036.112) to it and output the converted timecode. I've installed npm and…