fancy-video-duration
v1.0.7
Published
NodeJS library to get video duration from buffer
Downloads
452
Maintainers
Readme
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' |