RVideo视频处理 RVideo

码农软件 · 软件分类 · 多媒体处理 · 2019-09-14 14:42:35

软件介绍

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

本文地址:https://codercto.com/soft/d/14583.html

How to Design Programs, 2nd Edition

How to Design Programs, 2nd Edition

Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / MIT Press / 2018-5-4 / USD 57.00

A completely revised edition, offering new design recipes for interactive programs and support for images as plain values, testing, event-driven programming, and even distributed programming. This ......一起来看看 《How to Design Programs, 2nd Edition》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具