3 个版本 (稳定)
1.0.1 | 2024 年 3 月 15 日 |
---|---|
0.1.0 | 2024 年 3 月 15 日 |
#29 in #processor
13KB
309 行
时间戳生成器
此程序使视频时间戳处理变得快速、高效和简单。
特性
- 保存到磁盘/从磁盘检索
- 删除单个时间戳
- 查看现有时间戳
- 从内存中清除所有时间戳
安装
cargo install --locked cli_timestamps_generator
使用方法
generate-timestamps
时间戳将保存到您从程序所在目录中调用程序的目录中的名为 timestamps.txt
的文件中。
# Use existing timestamps.txt file in the current directory
generate-timestamps --use-file
依赖项
~3–11MB
~106K SLoC