From 0b45ca5383eb7a276951b0a35e20c095fdf315e8 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 23:03:31 -0500 Subject: [PATCH] Update package version to 0.0.9, add demo images to package.json, and revise README to reflect new features and include images --- README.md | 47 +++++++---------------------------------------- package.json | 7 +++++-- 2 files changed, 12 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 22f0cce..e2bea18 100644 --- a/README.md +++ b/README.md @@ -1,45 +1,12 @@ -# Kunkun Custom UI Extension Template (SvelteKit) +# Kunkun Extension Video Processing + +- NPM: https://www.npmjs.com/package/kunkun-ext-video-processing +- Store: https://kunkun.sh/store/video-processing ## Features - Video Conversion +- Video Info - -```ts -export type ProcessVideoOptions = { - resizePercentage?: number; - size?: string; - aspectRatio?: string; - videoCodec?: string; - audioCodec?: string; - format?: string; - outputOptions?: string[]; - audioFilters?: string[]; - noAudio?: boolean; - takeFrames?: number; - noVideo?: boolean; - autopad?: { - pad?: boolean; - color?: string; - }; - audioQuality?: number; - fps?: number; - preset?: - | 'ultrafast' - | 'superfast' - | 'veryfast' - | 'faster' - | 'fast' - | 'medium' - | 'slow' - | 'slower' - | 'veryslow'; - startTime?: string | number; - duration?: string | number; - audioBitrate?: number; - videoBitrate?: number; - audioChannels?: number; - ffprobePath?: string; - ffmpegPath?: string; -}; -``` +![](https://i.imgur.com/imtXN2D.png) +![](https://i.imgur.com/qhr7c7b.png) diff --git a/package.json b/package.json index 5349c3c..c4b6ac6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://schema.kunkun.sh", "license": "MIT", "name": "kunkun-ext-video-processing", - "version": "0.0.8", + "version": "0.0.9", "repository": "https://github.com/kunkunsh/kunkun-ext-video-processing", "kunkun": { "name": "Video Processing", @@ -13,7 +13,10 @@ "type": "iconify", "value": "mingcute:video-fill" }, - "demoImages": [], + "demoImages": [ + "https://i.imgur.com/imtXN2D.png", + "https://i.imgur.com/qhr7c7b.png" + ], "permissions": [ "clipboard:read-files", "system:fs",