Add DASH MPD parsing and MP4 to FLAC conversion functionality

This commit is contained in:
Seth 2025-04-20 04:53:40 -04:00
parent 34e6265cae
commit bb570387fd
4 changed files with 64 additions and 9 deletions

View file

@ -8,11 +8,13 @@
"start": "bun index.ts"
},
"dependencies": {
"@liveinstantly/dash-mpd-parser": "^0.5.0",
"@tidal-music/auth": "^1.3.4",
"@types/fluent-ffmpeg": "^2.1.27",
"ffmpeg-static": "^5.2.0",
"flac-stream-tagger": "^1.0.10",
"fluent-ffmpeg": "^2.1.3"
"fluent-ffmpeg": "^2.1.3",
"mp4box": "^0.5.4"
},
"devDependencies": {
"@types/bun": "latest"