gpt4 book ai didi

amazon-web-services - 将 ffmpeg 的输出上传到 AWS S3

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

我正在尝试遵循 windows 命令
ffmpeg -i <M3u8 Stream> -an -r 2 -t 60 -f image2 -vcodec mjpeg pipe:a_%0d.jpg | aws s3 cp - s3://ffmpegbucket-1/

目标是读取实时流并不断生成帧,并在我获得第一帧后将其传输到 AWS S3 存储桶。所以这将是持续的上传过程

但是这个命令不起作用。

你能帮忙吗?

最佳答案

有了linux的基础知识,

Command1 | Command2


> Command1 > tempfile
> Command2 < tempfile

在您的情况下,第一个命令,

ffmpeg -i -an -r 2 -t 60 -f image2 -vcodec mjpeg pipe:a_%0d.jpg



需要填写它在处理下一个命令之前进行处理。

aws s3 cp - s3://ffmpegbucket-1/



由于您的第一个命令从未完成,并且从未开始复制到 s3。

希望能帮助到你。

关于amazon-web-services - 将 ffmpeg 的输出上传到 AWS S3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50748319/

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