Implemented first working version of the ffmpeg audio extractor

This commit is contained in:
MikeHughes-BIN
2025-11-02 17:43:08 +01:00
parent 816f0ec6e7
commit 461998cd66
4 changed files with 657 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"dependencies": {
"cli-progress": "^3.12.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/node": "^24.9.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}