Sha256: 383d2d04f54dd15ccee279fd0aeea650a9b7dfd4f9f3d30e1f68bd8a39a38a5b
Contents?: true
Size: 735 Bytes
Versions: 1
Compression:
Stored size: 735 Bytes
Contents
= AviGlitch * http://github.com/ucnv/aviglitch/tree/master == Description: AviGlitch destroys your AVI files. I can't explain why they're going to destroy their own data. See wikipedia http://en.wikipedia.org/wiki/Compression_artifact == Synopsis: require 'aviglitch' avi = AviGlitch.new '/path/to/your.avi' avi.glitch :keyframe do |data| data.gsub(/\d/, '0') end avi.write '/path/to/broken.avi' This library also contains a command tool named +datamoshing+. It creates the keyframes removed video. $ datamoshing /path/to/your.avi /path/to/broken.avi == Installation: gem sources -a http://gems.github.com sudo gem install ucnv-aviglitch == Copyright: Copyright (c) 2009 ucnv. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ucnv-aviglitch-0.0.1 | README.rdoc |