fmII
Sun, Nov 23rd home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 17:09 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 LiVES - Default branch
Section: Unix

 

Added: Sat, Oct 12th 2002 09:20 UTC (6 years, 1 month ago) Updated: Wed, Oct 1st 2008 16:16 UTC (1 month, 23 days ago)


Screenshot About:
LiVES is a simple to use yet powerful video effects, editing, conversion, and playback system aimed at the digital video artist and VJ. It uses commonly available tools (Mplayer, ImageMagick, and GTK+), so it works on most Unix-like systems. It runs under Linux, BSD, Mac OS X/Darwin, IRIX, and openMosix. It can handle almost all types of video, and is fully extendable through plugins and the included plugin builder tool. It can also be controlled remotely using OSC.

Author:
salsaman [contact developer]

Rating:
8.48/10.00 (5 votes)

Homepage:
http://lives.sourceforge.net/
Tar/GZ:
http://www.xs4all.nl/[..]saman/lives/current/LiVES-0.9.9.3.tar.gz
Tar/BZ2:
http://www.xs4all.nl/[..]aman/lives/current/LiVES-0.9.9.3.tar.bz2
Changelog:
http://www.xs4all.nl/~salsaman/lives/CHANGELOG
CVS tree (cvsweb):
http://lives.cvs.sourceforge.net/lives/
Bug tracker:
http://sourceforge.net/tracker/?group_id=64341&atid=507139
Mailing list archive:
http://sourceforge.net/[..]archive/forum.php?forum_name=lives-users
Demo site:
http://lives.sourceforge.net?do=demos

Trove categories: [change]
[Development Status]  4 - Beta
[Environment]  X11 Applications :: GTK
[License]  OSI Approved :: GNU General Public License (GPL), OSI Approved :: GNU General Public License v3
[Operating System]  POSIX :: BSD, POSIX :: Linux
[Programming Language]  C, Perl, Python
[Topic]  Multimedia, Multimedia :: Sound/Audio :: Conversion, Multimedia :: Video, Multimedia :: Video :: Capture, Multimedia :: Video :: Conversion, Multimedia :: Video :: Display, Multimedia :: Video :: Non-Linear Editor

Dependencies: [change]
GTK+ 2.10.0 (required)
ImageMagick (Default branch) (required)
MPlayer (Default branch) (required)
Jack Audio Connection Kit 0.98.0 (recommended)
libogg 1.1.3 (recommended)
libvorbis 1.1.2 (recommended)
Python 2.3.4 (recommended)
SoX (recommended)
transcode (Default branch) (recommended)
[download links]

 
Project admins: [change]
» salsaman (Owner)

» Rating: 8.48/10.00 (Rank N/A)
» Vitality: 0.45% (Rank 454)
» Popularity: 8.60% (Rank 304)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 96,561
   URL hits: 56,026
   Subscribers: 183

Other projects from the same categories:
GStreamer Python Bindings
Netjuke
Ogle DVD player
xine
tkscript

Users who subscribed to this project also subscribed to:
phpMyAdmin
Sendmail
Gtk2-Perl
Prolog+CG
HASAS


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 0.9.9.3 01-Oct-2008 GNU General Public License v3 Homepage Tar/GZ Changelog Hosted on SourceForge.net
Development 0.9.8-pre2 20-Nov-2006 GNU General Public License (GPL) Homepage Changelog Hosted on SourceForge.net

 Comments

[»] 0.9.8.2
by salsaman - Dec 18th 2006 20:15:10

0.9.8.2 fixes the bug in 0.9.8.

Anybody who downloaded 0.9.8 (between 16th and 19th December 2006), should upgrade to 0.9.8.2 ASAP.

[reply] [top]


[»] LiVES 0.9.8 try 2
by salsaman - Dec 18th 2006 15:12:55

Anybody who downloaded 0.9.8 before 19th December 2006, should download the current version. There was a serious bug to do with file saving/reloading in that version.

[reply] [top]


[»] 0.9.5 audio playback bug fixed !
by salsaman - Dec 31st 2005 07:58:37

There was a bug in the first release of 0.9.5 which prevented audio playback. I have now fixed this and posted a revised version.

[reply] [top]


[»] Image loading in 0.7.5
by salsaman - Sep 4th 2003 16:14:11

I've just noticed image loading is broken in 0.7.5. This is the result of some bad coding in 'smogrify'. To fix this, edit /usr/bin/smogrify, and change the lines:

# get number of frames
if ($count>0) {
# double check number of frames
$found=0;
for ($i=$count;$i--;$i>0&&$found==0) {
$name=&mkname($i);
if (-f $name) {
$found=$i;

to:

# get number of frames
if ($count>0) {
# double check number of frames
$found=0;
for ($i=$count;$i>0&&$found==0;$i--) {
$name=&mkname($i);
if (-f "$name$img_ext") {
$found=$i;

[reply] [top]


[»] Version 0.6.5
by salsaman - Jun 26th 2003 11:33:34

This is mainly a bugfix release for some annoying issues that ended up in 0.6.0

One new feature has been added, midi synch. See the CHANGELOG for more details.


[reply] [top]


[»] Oops
by salsaman - Jun 20th 2003 17:26:35

A couple of last minute bugs snuck into LiVES-0.6.0-1.i586.rpm. Please use LiVES-0.6.0-2.i586.rpm instead (available now on the homepage).

[reply] [top]


[»] Correct URL for mailing list
by salsaman - Apr 26th 2003 03:35:01

http://groups.yahoo.com/group/lives-video/

Salsaman

[reply] [top]


[»] LiVES mailing list
by salsaman - Apr 26th 2003 03:32:15

If anybody wants to join the LiVES mailing list, please go to:

http://www.yahoo.com/groups/lives-video

From there you can make a request to join the group.

We will be discussing development and new features.

[reply] [top]


[»] Sources?
by Leandro Pereira - Oct 12th 2002 13:01:13

The projects's license is GPL, although I was unable to find where to download the sources.

--
-- leandro, the man without a .sig :)

[reply] [top]


    [»] Re: Sources?
    by Lord Kano - Oct 12th 2002 21:44:54


    > The projects's license is GPL, although
    > I was unable to find where to download
    > the sources.

    Change the "bin" in the url to "src" and you'll get the source.



    [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs