README.md in strip_audio-0.0.1 vs README.md in strip_audio-0.0.2
- old
+ new
@@ -1,17 +1,35 @@
-# StripAudio
+# strip_audio
-TODO: Write a gem description
+Strips audio from video files.
## Installation
Install it yourself as:
$ gem install strip_audio
+## Dependency
+
+* [ffmpeg](http://www.ffmpeg.org/)
+
+### Mac OSX
+
+Install using [homebrew](http://brew.sh/):
+
+ brew install ffmpeg
+
+### Linux
+
+Install using [aptitude](https://wiki.debian.org/Aptitude):
+
+ sudo apt-get install ffmpeg
+
## Usage
- strip_audio file.mp4 # will produce file.mp3
+To strip audio from file.mp4 to file.mp3:
+
+ strip_audio file.mp4
## Todo
* Progress bar denoting status.
* Batch processing of all files from location.