Skip to content

Commit

Permalink
feat: change ffprobe-installer package
Browse files Browse the repository at this point in the history
  • Loading branch information
drawcall committed Jul 27, 2024
1 parent cd020d0 commit 739c02b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [12.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/ffmpeg.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ffmpeg = require('fluent-ffmpeg');
const isArray = require('lodash/isArray');
const forEach = require('lodash/forEach');
const ffmpegInstaller = require('@ffmpeg-installer/ffmpeg');
const ffprobeInstaller = require('@ffprobe-installer/ffprobe');
const ffprobeInstaller = require('ffprobe-installer');
const Utils = require('./utils');

const FFmpegUtil = {
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffcreator",
"version": "7.5.6",
"version": "7.5.7",
"description": "FFCreator is a lightweight and flexible short video production library",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"ffprobe-installer": "^2.1.5",
"@tweenjs/tween.js": "18.5.0",
"@xsstomy/subsrt": "^1.0.0",
"browser-or-node": "^1.3.0",
Expand Down

0 comments on commit 739c02b

Please sign in to comment.