Skip to content

Commit

Permalink
chore: update package.json and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emosheeep committed Feb 29, 2024
1 parent 4e79182 commit 1303570
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 113 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# capcut-export

## 1.0.1

### Patch Changes

- chore: update package.json and dependencies

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ It means *export a 3s' video clip to output.mp4 from 1s of input.mp4*, and overw

Sometimes when we finished video edit, there’ll be many clips in your editor track, and *they usually comes from a single video*. Anyway, we have a lot of video clips to export.

**Assume that you want to achieve the materials**, how will you do? Just export one by one?
**Assume that you want to archive the materials**, how will you do? Just export one by one?

Actually most of editors don’t provide this functionality such as Jianying/CapCut, even if they do, **the quality of the video will suffer after they re-encoded it**.

Expand Down
23 changes: 18 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "capcut-export",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"description": "Export video clips from CapCut editor tracks, helps archive materials.",
"author": "秦旭洋 <qinxuyang@bytedance.com>",
"author": "秦旭洋 <emosheep@qq.com>",
"license": "MIT",
"bin": {
"ccexp": "./dist/index.js"
Expand All @@ -12,6 +12,19 @@
"dist",
"CHANGELOG.md"
],
"repository": {
"type": "github",
"url": "https://github.com/emosheeep/capcut-export"
},
"keywords": [
"capcut",
"jianying",
"ffmpeg",
"archive",
"video-export",
"wrapper",
"cli"
],
"scripts": {
"prepare": "husky",
"prepublishOnly": "npm run build",
Expand All @@ -30,10 +43,10 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/node": "^20.11.20",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit 1303570

Please sign in to comment.