vid-com 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,11 +18,8 @@ brew install ffmpeg
18
18
 
19
19
  ```bash
20
20
  # Global install (recommended) / 全局安装(推荐)
21
- npm install -g media-compress
21
+ npm install -g vid-com
22
22
 
23
- # Or run directly / 或直接运行
24
- node video_bitrate_tool.js <command>
25
- ```
26
23
 
27
24
  ## Commands / 命令
28
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vid-com",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Video bitrate scanner & batch compressor with ARW→JPEG conversion (macOS, FFmpeg, hevc_videotoolbox)",
5
5
  "main": "video_bitrate_tool.js",
6
6
  "bin": {
@@ -614,7 +614,7 @@ async function runArwDelete(args) {
614
614
 
615
615
  function printHelp() {
616
616
  console.log(`
617
- media-compress — Video & ARW media toolkit / 视频扫描压缩 & ARW 转换工具
617
+ vid-com — Video & ARW media toolkit / 视频扫描压缩 & ARW 转换工具
618
618
  ═══════════════════════════════════════════════════════════════════════════════
619
619
 
620
620
  Usage / 用法:vid-com <command> [options]