gpt4 book ai didi

ruby-on-rails - 在 Rails 上使用 Streamio FFMPEG 的正确视频路径是什么

转载 作者:行者123 更新时间:2023-12-02 02:38:31 25 4
gpt4 key购买 nike

我关注这颗 gem https://github.com/streamio/streamio-ffmpeg ,然后我这样做:

movie = FFMPEG::Movie.new("#{Rails.root}/public/aaa.mov")

但结果是:

Errno::ENOENT: No such file or directory - ffmpeg -i /home/user/projects/test/public/aaa.mov

有人知道吗?

谢谢

最佳答案

此 gem 假定 ffmpeg 在您的 PATH 中可用。如果它不在您的PATH中,您需要指定ffmpeg二进制文件的路径。

FFMPEG.ffmpeg_binary = '/usr/local/bin/ffmpeg'

如果您没有安装ffmpeg,则需要安装它。

Download Page

关于ruby-on-rails - 在 Rails 上使用 Streamio FFMPEG 的正确视频路径是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15830707/

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