FFruby is a Ruby interface to FFmpeg's libavformat and libavcodec. It allows you to query information about a wide variety of media files through some simple classes.
Requirements:
· FFmpeg
Installation: To install FFruby on OS X Leopardyou will have to open a Terminal window, navigate to the folder where you have downloaded ffruby-0.0.1.gem and issue the following command: $ sudo su $ ARCHFLAGS="-arch i386" gem install ./ffruby-0.0.1.gem
NOTES: FFruby is licensed and distributed under the GNU Lesser General Public License (LGPL).