Skip to content

Instantly share code, notes, and snippets.

@ucnv
Created August 2, 2009 07:15
Show Gist options
  • Select an option

  • Save ucnv/159976 to your computer and use it in GitHub Desktop.

Select an option

Save ucnv/159976 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'aviglitch'
avi = AviGlitch.new ARGV.first
prev = nil
avi.glitch(:keyframe) do |frame|
x = prev || frame
prev = frame
x
end
avi.write 'out.avi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment