-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add dependency of ffmpeg + clean up
- Loading branch information
1 parent
5fd2f2f
commit ea86a3b
Showing
16 changed files
with
878 additions
and
811 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "plugin-adaptive-bitrate-videos", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"homepage:": "https://github.com/cgilly2fast/plugin-adaptive-bitrate-videos", | ||
"repository": "[email protected]:cgilly2fast/plugin-adaptive-bitrate-videos.git", | ||
"description": "Payload plugin for automatic adaptive bitrate process of videos.", | ||
|
@@ -25,11 +25,11 @@ | |
"clean": "rimraf dist && rimraf dev/yarn.lock", | ||
"prepublishOnly": "yarn clean && yarn build && cd dev && yarn test" | ||
}, | ||
"author": "Colby Gilbert", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/cgilly2fast/plugin-adaptive-bitrate-videos/issues" | ||
}, | ||
"author": "Colby Gilbert", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/cgilly2fast/plugin-adaptive-bitrate-videos/issues" | ||
}, | ||
"peerDependencies": { | ||
"payload": "^2.0.0" | ||
}, | ||
|
@@ -55,6 +55,8 @@ | |
"webpack": "^5.90.3" | ||
}, | ||
"dependencies": { | ||
"@ffmpeg-installer/ffmpeg": "^1.1.0", | ||
"@ffprobe-installer/ffprobe": "^2.1.2", | ||
"fluent-ffmpeg": "^2.1.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.