私はこの宝石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
誰か知っていますか ?
ありがとう