I follow this gem https://github.com/streamio/streamio-ffmpeg , then I do this :
movie = FFMPEG::Movie.new("#{Rails.root}/public/aaa.mov")
but the result is :
Errno::ENOENT: No such file or directory - ffmpeg -i /home/user/projects/test/public/aaa.mov
Does anyone know ?
Thanks
This gem assumes ffmpeg is available in your PATH. If it is not in your PATH, You need to specify the path of the ffmpeg binary.
FFMPEG.ffmpeg_binary = '/usr/local/bin/ffmpeg'
If you don't have ffmpeg install, you need to install it.
Download Page
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With