ffmpeg-ruby first release 0.1.0
ffmpeg-ruby is a ruby C extension binding to ffmpeg/libav* library.
It’s main purpose is to extract frame in order to make video thumbnails. It also give access to main video attributes (frame rate, bit rate, duration, codecs, …)
So, it doesn’t support encoding (at least for now).
Post a comment