mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-01 21:15:00 +02:00
Remove fluent-ffmpeg dependency
This commit is contained in:
parent
8562b8d1b3
commit
b61ecefce4
35 changed files with 4405 additions and 50 deletions
|
@ -1,4 +1,4 @@
|
|||
const Ffmpeg = require('fluent-ffmpeg')
|
||||
const Ffmpeg = require('../libs/fluentFfmpeg')
|
||||
|
||||
if (process.env.FFMPEG_PATH) {
|
||||
Ffmpeg.setFfmpegPath(process.env.FFMPEG_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue