add hardware encoding to ffmpeg, binary choice

This commit is contained in:
waveringana 2023-10-29 17:20:22 -04:00
parent 8c3f2db3b2
commit e580b8fd76
6 changed files with 298 additions and 38 deletions

View file

@ -44,7 +44,8 @@
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"probe-image-size": "^7.2.3",
"sqlite3": "^5.0.2"
"sqlite3": "^5.0.2",
"which": "^4.0.0"
},
"devDependencies": {
"@types/connect-sqlite3": "^0.9.1",
@ -55,10 +56,11 @@
"@types/fluent-ffmpeg": "^2.1.20",
"@types/mkdirp": "^1.0.2",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.10",
"@types/node": "^18.18.7",
"@types/passport": "^1.0.11",
"@types/passport-local": "^1.0.34",
"@types/probe-image-size": "^7.2.0",
"@types/which": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"copyfiles": "^2.4.1",