gpt4 book ai didi

node.js - ffmpeg - ffmpeg aws lambda 函数错误

转载 作者:行者123 更新时间:2023-12-04 23:24:39 27 4
gpt4 key购买 nike

我收到错误

执行结果:失败(日志)
细节

下面的区域显示了函数执行返回的结果。了解有关从函数返回结果的更多信息。

{
"errorMessage": "RequestId: eb7906af-f46d-11e8-ae3b-45487c02a68e Process exited before completing request"
}

概括
Code SHA-256
ca50xloHl4xLOSWox2xidHxC1VHyNqwq3kECKraw7/c=
Request ID
eb7906af-f46d-11e8-ae3b-45487c02a68e
Duration
38.73 ms
Billed duration
100 ms
Resources configured
128 MB
Max memory used
19 MB

日志输出

下面的部分显示了代码中的日志记录调用。这些对应于 CloudWatch 日志组中与此 Lambda 函数对应的单行。单击此处查看 CloudWatch 日志组。
START RequestId: eb7906af-f46d-11e8-ae3b-45487c02a68e Version: $LATEST
2018-11-30T07:02:38.509Z eb7906af-f46d-11e8-ae3b-45487c02a68e TypeError: Cannot create property 'stack' on string 'Could not find ffmpeg executable, tried "/var/task/node_modules/@ffmpeg-installer/linux-x64/ffmpeg" and "/var/task/node_modules/@ffmpeg-installer/ffmpeg/node_modules/@ffmpeg-installer/linux-x64/ffmpeg"'

END RequestId: eb7906af-f46d-11e8-ae3b-45487c02a68e
REPORT RequestId: eb7906af-f46d-11e8-ae3b-45487c02a68e Duration: 38.73 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 19 MB
RequestId: eb7906af-f46d-11e8-ae3b-45487c02a68e Process exited before completing request

最佳答案

我在 EC2 上遇到了同样的问题,试试 this包裹。

安装包

npm install --save @ffmpeg-installer/ffmpeg

在您的代码中,如下使用它
const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
const ffmpeg = require('fluent-ffmpeg');
ffmpeg.setFfmpegPath(ffmpegPath);

关于node.js - ffmpeg - ffmpeg aws lambda 函数错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53552791/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com