@xiping/node-utils 1.0.65 → 1.0.68

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.
@@ -58,6 +58,7 @@ async function extractFrames(videoPath, tempDir, frames, interval, maxConcurrenc
58
58
  "-q:v", "10",
59
59
  "-an",
60
60
  "-threads", "4",
61
+ "-strict", "unofficial", // 允许 limited-range YUV 输入,兼容 FFmpeg 7.x MJPEG 编码器
61
62
  framePath,
62
63
  ]);
63
64
  if (result.code === 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiping/node-utils",
3
- "version": "1.0.65",
3
+ "version": "1.0.68",
4
4
  "description": "node-utils",
5
5
  "type": "module",
6
6
  "author": "The-End-Hero <527409987@qq.com>",
@@ -25,7 +25,7 @@
25
25
  "bugs": {
26
26
  "url": "https://github.com/The-End-Hero/xiping/issues"
27
27
  },
28
- "gitHead": "fca213dab54ebc6913dfe46030566a30d613f456",
28
+ "gitHead": "7a87687336caa06df816ac28f7a79ab92f856447",
29
29
  "publishConfig": {
30
30
  "access": "public",
31
31
  "registry": "https://registry.npmjs.org/"
@@ -37,7 +37,7 @@
37
37
  "srt-parser-2": "^1.2.3"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/node": "^24.10.13",
40
+ "@types/node": "^24.10.15",
41
41
  "tslib": "^2.8.1",
42
42
  "typescript": "^5.9.3"
43
43
  }