Skip to content

Instantly share code, notes, and snippets.

@julik
Created August 9, 2011 19:57
Show Gist options
  • Save julik/1135025 to your computer and use it in GitHub Desktop.
Save julik/1135025 to your computer and use it in GitHub Desktop.
Sequencer usage
require "sequencer"
s = Sequencer.from_single_file("/RAID/Film/CONFORM.092183.dpx")
s.file_count #=> 3201
s.gaps? #=> true
s.missing_frames #=> 15, somebody was careless
s.pattern #=> "CONFORM.%06d.dpx", usable with printf right away
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment