1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25# fluent-ffmpeg is deprecated, https://github.com/fluent-ffmpeg/node-fluent-ffmpeg/
# [build]
# command = """
# mkdir bin;
# cd bin;
# wget -q https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz;
# tar xf ffmpeg-git-amd64-static.tar.xz;
# mv ./**/ffmpeg ./**/ffprobe .;
# rm -rf ffmpeg-git*;
# """
[build.environment]
FFMPEG_PATH = "/var/task/bin/ffmpeg"
FFPROBE_PATH = "/var/task/bin/ffprobe"
[functions]
directory = "/functions"
included_files = [ "bin/*", "README.md" ]
[[redirects]]
from = "/"
to = "/.netlify/functions/netlify"
status = 200
force = true