@hunyuan/video-stat
v1.1.0
Published
A statistical video duration tool.
Downloads
1
Readme
@hunyuan/video-stat
视频统计
用法
## 全局下载
npm install @hunyuan/video-stat -g
## 统计单个视频文件
videostat ./test.mp4
## 统计目录下所有视频
videocount ./mp4
| name | format | duration | | :-----| ----: | :----: | | test01 | mp4 | 1:52 | | test02 | mp4 | 1:33:32 |