Subtitle Editor 0.30-alpha1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Subtitle Editor 0.30-alpha1 (Default branch)
# 1  
Old 11-11-2008
Subtitle Editor 0.30-alpha1 (Default branch)

Image Subtitle Editor is a GTK+2 tool to edit subtitles for GNU/Linux/*BSD. It can be used for new subtitles or as a tool to transform, edit, correct, and refine existing subtitles. It also shows sound waves, which makes it easier to synchronize subtitles to voices. License: GNU General Public License v3 Changes:
The architecture of subtitleeditor works around a extension system, but in previous versions it was hard-coded. In this release, each function is an extension that can be turned on or not, as visible in the preferences. This release is simply a snapshot from SVN to test the installation, packaging, and use. 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)