README.rdoc in aviglitch-0.0.1 vs README.rdoc in aviglitch-0.0.2
- old
+ new
@@ -6,11 +6,11 @@
AviGlitch destroys your AVI files.
I can't explain why they're going to destroy their own data.
-See followig urls for details;
+See following urls for details;
* vimeo http://www.vimeo.com/groups/artifacts
* wikipedia http://en.wikipedia.org/wiki/Compression_artifact
== Features/Problems
@@ -20,24 +20,23 @@
== Synopsis
require 'aviglitch'
- avi = AviGlitch.new('/path/to/your.avi')
+ avi = AviGlitch.open('/path/to/your.avi')
avi.glitch(:keyframe) do |data|
data.gsub(/\d/, '0')
end
- avi.write('/path/to/broken.avi')
+ avi.output('/path/to/broken.avi')
-This library also includes a command tool named +datamosh+.
+This library also includes a command line tool named +datamosh+.
It creates the keyframes removed video.
- $ datamosh /path/to/your.avi /path/to/broken.avi
+ $ datamosh /path/to/your.avi -o /path/to/broken.avi
== Installation
- gem sources -a http://gems.github.com
- sudo gem install ucnv-aviglitch
+ gem install aviglitch
== Copyright
-Copyright (c) 2009 ucnv. See LICENSE for details.
+Copyright (c) 2009 - 2010 ucnv. See LICENSE for details.