Skip to content

Instantly share code, notes, and snippets.

@julik
Created August 30, 2009 17:21
Show Gist options
  • Save julik/178047 to your computer and use it in GitHub Desktop.
Save julik/178047 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'edl'
list = EDL::Parser.new(fps=25).parse(File.open('OFFLINE.EDL'))
list.events.each do | evt |
evt.clip_name #=> Boat_Trip_Take1
evt.capture_from_tc #=> 01:20:22:10
evt.capture_to_tc #=> 01:20:26:15, accounts for outgoing transition AND M2 timewarps
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment