Sha256: f0db3ac44332907371133d64ec698d2297802fae7fcc58cb483046eba6ba7c74
Contents?: true
Size: 160 Bytes
Versions: 5
Compression:
Stored size: 160 Bytes
Contents
module FFmpeg module Video def self.info(path) FFmpegVideoInfoExt.get(path) end end end autoload :FFmpegVideoInfoExt, 'ffmpeg_video_info_ext'
Version data entries
5 entries across 5 versions & 1 rubygems