Sha256: 853935b7478dc60ec165ce7c4dc1662621690a59c289c07a14c55b2f73df5580

Contents?: true

Size: 802 Bytes

Versions: 1

Compression:

Stored size: 802 Bytes

Contents

# Mediainfo

Mediainfo is a class encapsulating the ability to run `mediainfo` 
on a file and expose the information it produces in a straightforward 
manner.

The mediainfo CLI can be obtained at http://mediainfo.sourceforge.net.

## Usage
  
    info = Mediainfo.new "/path/to/file"
  
That will issue the system call to `mediainfo` and parse the output. 
From there, you can call numerous methods to get a variety of information 
about a file. Some attributes may be present for some files where others 
are not.

For a list of all possible attributes supported:
  
    Mediainfo.supported_attributes
  
In addition to the stock arguments provided by parsing `mediainfo` output, 
some convenience methods and added behavior is added.

## Contributors

* Seth Thomas Rasmussen - http://greatseth.com

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
greatseth-mediainfo-0.1 README.markdown