diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-05 11:37:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-05 11:37:07 +0000 |
commit | b9800ec5885ad88adfe8f7416582bbfcdb04e84f (patch) | |
tree | cb1a2dea51bde00c1565567c09065ef1f4aa760f /multimedia/Makefile | |
parent | 98f1148c4ab67857b1341a038b771945b4fe4f0c (diff) |
OpenShot Video Editor is a program designed to create videos on
Linux. It can easily combine multiple video clips, audio clips,
and images into a single project, and then export the video into
many common video formats.
OpenShot is a non-linear video editor, which means any frame of
video can be accessed at any time, and thus the video clips can
be layered, mixed, and arranged in very creative ways. All
video clip edits (trimming, cutting, etc...) are non-destructive,
meaning that the original video clips are never modified.
WWW: http://www.openshot.org/
PR: ports/155265
Submitted by: Charlie Kester <corky1951 at comcast.net>
Notes
Notes:
svn path=/head/; revision=270339
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 01b609f2da3f..a154d77d1813 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -234,6 +234,7 @@ SUBDIR += okle SUBDIR += openmovieeditor SUBDIR += openquicktime + SUBDIR += openshot SUBDIR += oqtencoder SUBDIR += oqtplayer SUBDIR += p5-Audio-M4P |