This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d7db130ff7dd98e737e6d8e0bf7343e74759a29a
tree 0ad6f320e60da1f07e9aa666641fb405d9e4b122
parent 19dc0db526fcb59916b91d31e0f17ad429b31c94
tree 0ad6f320e60da1f07e9aa666641fb405d9e4b122
parent 19dc0db526fcb59916b91d31e0f17ad429b31c94
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Changelog | ||
| |
LICENSE | Tue May 05 18:47:06 -0700 2009 | |
| |
Manifest | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
lib/ | ||
| |
mediainfo.gemspec | ||
| |
test/ |
README.markdown
Mediainfo
Mediainfo is a class wrapping the mediainfo CLI.
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








