UNPKG

fancy-video-duration

Version:
10 lines (7 loc) 509 B
# Fancy Video Duration :hourglass_flowing_sand: NodeJS Library to get video duration from buffer | Method | Input | Return | Description | | --------------------- | ------ | ------ | ----------------------------------- | | getDurationFromBuffer | Buffer | Number | Return seconds in format 66.803 | | fancyTimeFormat | Number | String | Return string time in format '1:07' | | getVideoDuration | Buffer | String | Return string time in format '1:07' |