README.md in vtools-0.0.1 vs README.md in vtools-0.0.2

- old
+ new

@@ -1,24 +1,24 @@ # VTools -Daemon video processor tools to operate the video (get info, encode & generate thumbnails). +Daemon tools to operate the video (get info, encode & generate thumbnails). Under the hood ffmpeg & ffmpegthumbnailer are used. Some ideas has been taken at the streamio-ffmpeg gem (parse output methods). Project was developed for the [WebTV](http://web.tv) ## Installation (sudo) gem install vtools -Please read changelog to check ffmpeg versions compatibility. +Please read changelog to check ffmpeg versions compatibility (vtools understands 0.7 & 0.8). ## Usage ### Getting started -Before start, daemon should be correctly configured, to have valid access to the storage. +Before start, daemon should be configured correctly, to have valid access to the storage. Mandatory methods are: **connect**, **recv** and **send**. ``` ruby #--file library.rb--# # encoding: binary @@ -80,11 +80,11 @@ width ``` ## Start -To launch daemon is enough to require library with storage setup: +To launch daemon - is enough to require library with storage setup: (sudo) vtools start -- -r library ## Options ### Daemon options are @@ -114,9 +114,10 @@ ``` ruby # path generator (used to ) VTools.path_generator do |file_name| # .. + "#{file_name[0..2]}/{file_name[2..4]}" end ``` **Network calls** (TCP GET request, that will return message body content, ignoring response headers)