- 授权协议: 未知
- 开发语言: Ruby
- 操作系统: Linux
- 软件首页: http://rvideo.rubyforge.org/
- 软件文档: http://rvideo.rubyforge.org/rdoc/
软件介绍
RVideo 是 一个调用unix命令来对视频和音频文件进行处理的ruby库
sudo gem install rvideo
sudo port install ffmpeg
file = RVideo::Inspector.new(:file => "#{FILE_PATH}/filename.mp4")
file.video_codec # => mpeg4
file.audio_codec # => aac
file.resolution # => 320x240
Hadoop in Action
Chuck Lam / Manning Publications / 2010-12-22 / USD 44.99
HIGHLIGHT Hadoop in Action is an example-rich tutorial that shows developers how to implement data-intensive distributed computing using Hadoop and the Map- Reduce framework. DESCRIPTION Hadoop i......一起来看看 《Hadoop in Action》 这本书的介绍吧!
