
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Work with EDL files from Ruby http://en.wikipedia.org/wiki/Edit_decision_list
The library assists in parsing EDL files in CMX 3600 format. You can use it to generate capture lists, inspect needed video segments for the assembled program and display edit timelines. When used together with depix you could write your own "blind" conform utility in about 10 minutes, no joke.
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
There is currently no support for:
Some reverse/timewarp combinations can produce source dificiencies of 1 frame
Add the following to your project Gemfile
:
gem 'edl'
See LICENSE.txt
FAQs
Unknown package
We found that edl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.