vid-com 1.0.9 → 1.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vid-com",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
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": {
@@ -7,7 +7,7 @@ if [ -z "$1" ]; then
7
7
  fi
8
8
 
9
9
  SOURCE_DIR="$1"
10
- OUTPUT_DIR="${2:-./converted_jpgs}"
10
+ OUTPUT_DIR="${2:-$SOURCE_DIR}"
11
11
 
12
12
  # 2. 检查源目录是否存在
13
13
  if [ ! -d "$SOURCE_DIR" ]; then