markolson / storyboard

Generate PDFs, ePUB and Mobi files from videos
MIT License
94 stars 10 forks source link

No such file or directory - ./resources/binaries/ffprobe (Errno::ENOENT) #17

Open muranava opened 9 years ago

muranava commented 9 years ago

getting this error message: /Users/mura/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/open3.rb:193:in `spawn': No such file or directory - ./resources/binaries/ffprobe (Errno::ENOENT)

liangqi commented 6 years ago

Change "./resources/binaries/ffprobe" to "ffprobe" in lib/storyboard/extractors/points.rb, should fix the issue.

BTW, perhaps ffmpeg need to be built with --enable-libass option.