You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No such file or directory - the ffprobe binary could not be found in /data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets
#226
Open
MR-X-junior opened this issue
Jul 19, 2023
· 0 comments
~ $ irb
irb(main):001:0> require 'streamio-ffmpeg'
=> true
irb(main):002:0> movie = FFMPEG::Movie.new("/storage/sdcard1/Sna
ptik.app_7234797775630634245.mp4")
/data/data/com.termux/files/usr/lib/ruby/gems/3.2.0/gems/streamio-ffmpeg-3.0.2/lib/streamio-ffmpeg.rb:105:in `which': No such file or directory - the ffprobe binary could not be found in /data/data/com.termux/files/usr/bin:/data/data/com.termux/files/usr/bin/applets (Errno::ENOENT)
from /data/data/com.termux/files/usr/lib/ruby/gems/3.2.0/gems/streamio-ffmpeg-3.0.2/lib/streamio-ffmpeg.rb:59:in `ffprobe_binary'
from /data/data/com.termux/files/usr/lib/ruby/gems/3.2.0/gems/streamio-ffmpeg-3.0.2/lib/ffmpeg/movie.rb:28:in `initialize'
from (irb):3:in `new'
from (irb):3:in `<main>'
from /data/data/com.termux/files/usr/lib/ruby/gems/3.2.0/gems/irb-1.6.4/exe/irb:9:in `<top (required)>'
from /data/data/com.termux/files/usr/bin/irb:25:in `load'
from /data/data/com.termux/files/usr/bin/irb:25:in `<main>'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: