diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-01-24 17:53:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-01-24 17:53:05 +0800 |
commit | b5ab6ae7250d92b7fa5f2b9452c92da37474cb89 (patch) | |
tree | af1df4363f04a106b911abc4269ba2b808f43222 /multimedia/Makefile | |
parent | fa73264b671cb1cf9bd90e683f8373bb2f0d9f0d (diff) | |
download | freebsd-ports-graphics-b5ab6ae7250d92b7fa5f2b9452c92da37474cb89.tar.gz freebsd-ports-graphics-b5ab6ae7250d92b7fa5f2b9452c92da37474cb89.tar.zst freebsd-ports-graphics-b5ab6ae7250d92b7fa5f2b9452c92da37474cb89.zip |
program used to "time" subtitles:
* Any WAVE file can be used for timing
* Reads/Writes SSA (Sub Station Alpha) and ASS (Advanced Sub Station) formats.
* Instant preview of subtitle with all effects
* Ability to place subtitles visually (Needs more testing)
* Ability to mute specific channel
* Ability to open alternate views of the same wave
* Ability to mark key frames from a video on the waveform
* Ability to save Workspace (saves information such as currently opened sound,
video files and position in the wave)
* Ability to format script on save
* "Code Hiding"
WWW: http://sourceforge.net/projects/sabbu/
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 726fd678001..91c7980ba6d 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -253,6 +253,7 @@ SUBDIR += replex SUBDIR += rox-videothumbnail SUBDIR += ruby-flvtool2 + SUBDIR += sabbu SUBDIR += schroedinger SUBDIR += shell-fm SUBDIR += smile |