RMovie 0.1 review
DownloadRMovie is a Ruby extension for accessing and retrieving information from video and audio files
|
|
RMovie is a Ruby extension for accessing and retrieving information from video and audio files.
RMovie can access many video formats (.mov, .avi, .mpg, .wmv, etc.) and can output movie frames to RMagick as images.
Installation:
# build the quadrupel objects
cd quadrupel
make
cd ..
# build the rmovie extension
ruby extconf.rb
make
# install extension
[ become root ]
make install
RMovie 0.1 keywords