@larkup/tool-video-audio 0.2.0 → 0.2.1
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 +2 -2
- package/tool.manifest.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@larkup/tool-video-audio",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/fluent-ffmpeg": "^2.1.27",
|
|
38
38
|
"typescript": "5.7.3",
|
|
39
|
-
"@larkup/marketplace": "0.1.
|
|
39
|
+
"@larkup/marketplace": "0.1.2"
|
|
40
40
|
},
|
|
41
41
|
"license": "Apache-2.0",
|
|
42
42
|
"repository": {
|
package/tool.manifest.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"description": "Index video and audio files with transcription and frame analysis.",
|
|
6
6
|
"longDescription": "Process long video and audio files for your knowledge base. Splits oversized Whisper uploads, captures scene-change-aware frames in a bounded pass, and supports local files, bounded direct URL downloads, and YouTube videos/playlists. Requires ffmpeg; yt-dlp is only required for YouTube URLs.",
|
|
7
7
|
"category": "media",
|
|
8
|
-
"version": "0.
|
|
8
|
+
"version": "0.2.0",
|
|
9
9
|
"pricing": "free",
|
|
10
10
|
"emoji": "🎬",
|
|
11
11
|
"icon": "Film",
|