firebase / firebase/functions-samples
Incorrect FFMPEG path
Open
- Dominant language
- JavaScript
- Stars
- 12.2k
- Forks
- 3.8k
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
The path to `ffmpeg-static` should probably not use the subproperty `.path`, it doesn't seem to find it:
https://github.com/firebase/functions-samples/blob/207d80197711d14c93ff639ff8416c75f984c9e6/ffmpeg-convert-audio/functions/index.js#L69
If I change to `.setFfmpegPath(ffmpeg_static)` it works.
Contributor guide
Assessment
This issue has not been assessed yet.