README.md in ffprober-0.0.1 vs README.md in ffprober-0.0.2
- old
+ new
@@ -1,8 +1,9 @@
-# Ffprober
+# FfprobeR
-TODO: Write a gem description
+a Ruby wrapper for ffprobe (part of ffmpeg)
+[![Build Status](https://secure.travis-ci.org/beanieboi/ffprober.png?branch=master)](http://travis-ci.org/beanieboi/ffprober)
## Installation
Add this line to your application's Gemfile:
@@ -16,10 +17,18 @@
$ gem install ffprober
## Usage
-TODO: Write usage instructions here
+ require 'ffprober'
+ ffprobe = Ffprober::Parser.from_file("my_awesome_video.mp4")
+ ffprobe.size #=> 44772490
+
+## TODOS
+a smarter way to determine the version of ffprobe
+
+## FFMPEG version
+tested with ffprobe version 0.10.2
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)