fancy-video-duration
Version:
NodeJS library to get video duration from buffer
10 lines (7 loc) • 509 B
Markdown
# 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' |