Skip to content

Instantly share code, notes, and snippets.

@ucnv
Created August 2, 2009 07:16
Show Gist options
  • Save ucnv/159977 to your computer and use it in GitHub Desktop.
Save ucnv/159977 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'aviglitch'
avi = AviGlitch.new ARGV.first
avi.glitch(:videoframe) do |frame|
frame[0, frame.size / 2] + "\000" * (frame.size / 2)
end
avi.write 'out.avi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment