Skip to content

Commit

Permalink
chore : add ffprobe package for getting video metadata (foyzulkarim#28
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aninda052 committed Jul 26, 2023
1 parent 166b843 commit 047667d
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 0 deletions.
178 changes: 178 additions & 0 deletions server/package-lock.json

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

2 changes: 2 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"license": "ISC",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.1",
"bcrypt": "^5.1.0",
"bullmq": "^3.5.11",
"compression": "^1.7.4",
Expand All @@ -33,6 +34,7 @@
"express": "^4.18.2",
"express-pino-logger": "^7.0.0",
"express-rate-limit": "^6.7.0",
"ffprobe": "^1.1.2",
"fluent-ffmpeg": "^2.1.2",
"helmet": "^6.0.1",
"joi": "^17.7.0",
Expand Down

0 comments on commit 047667d

Please sign in to comment.