Open Movie Editor 0.0.20090105 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Open Movie Editor 0.0.20090105 (Default branch)
# 1  
Old 01-05-2009
Open Movie Editor 0.0.20090105 (Default branch)

ImageThe Open Movie Editor is designed to be a simple tool that provides basic movie making capabilities. It aims to be powerful enough for the amateur movie artist, yet easy to use. It is a non-linear video editor that features several video and audio tracks where clips can be manipulated using the mouse.License: GNU General Public License (GPL)Changes:
This release fixes some compile problems and somebugs, and uses a job-queue instead ofidle-handlers for generating wav-forms andthumbnails.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SVK::Editor::XD(3)					User Contributed Perl Documentation					SVK::Editor::XD(3)

NAME
SVK::Editor::XD - An editor for modifying svk checkout copies SYNOPSIS
$editor = SVK::Editor::XD->new ( path => $path, target => $target, oldroot => $fs->revision_root ($fromrev), newroot => $fs->revision_root ($torev), xd => $xd, get_copath => sub { ... }, get_path => sub { ... }, ); DESCRIPTION
SVK::Editor::XD modifies existing checkout copies at the paths translated by the get_copath callback, according to the incoming editor calls. The path in the depot is translated with the get_path callback. There are two modes, one is for applying changes to checkout copy as external modification, like merging changes. The other is update mode, which is used for bringing changes from depot to checkout copies. PARAMETERS
In addition to the paramters to SVK::Editor::Checkout: target The target path of the editor calls. Used for deciding if the root's meta data needs to be updated in update mode. xd SVK::XD object. oldroot Old root before the editor calls. newroot New root after the editor calls. update Working in update mode. get_path A callback to translate paths in editor calls to path in depot. ignore_keywords Don't do keyword translations (svn:keywords property). perl v5.10.0 2008-08-04 SVK::Editor::XD(3)