fmII
Sun, Jul 06th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 19:47 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 0.9.8.11 (Default)
Section: Unix

 

Added: Sat, Oct 12th 2002 09:20 UTC (5 years, 8 months ago) Updated: Fri, May 16th 2008 11:03 UTC (1 month, 21 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.

Release focus: Minor bugfixes

Changes:
A regression setting parameters in the multitrack window was fixed. A crash when JACK failed to start/died was fixed. A bug in checkerboard merge has been resolved. Various small fixes/code cleanups were made. OSC notify events were added.

Author:
salsaman [contact developer]

Rating:
8.48/10.00 (5 votes)

Homepage:
http://lives.sourceforge.net/
Tar/GZ:
http://www.xs4all.nl/[..]aman/lives/current/LiVES-0.9.8.12.tar.gz
Tar/BZ2:
http://www.xs4all.nl/[..]man/lives/current/LiVES-0.9.8.12.tar.bz2
Changelog:
http://www.xs4all.nl/~salsaman/lives/CHANGELOG
CVS tree (cvsweb):
http://lives.cvs.sourceforge.net/
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.8.2 (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.59% (Rank 482)
» Popularity: 8.39% (Rank 316)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 91,450
   URL hits: 54,644
   Subscribers: 182

Other projects from the same categories:
Adaptive Quality of Service Architecture
Armangil's podcatcher
SDL4Freepascal
streamsniff
medi8

Users who subscribed to this project also subscribed to:
pdfmodify
TVEz - Media Library
eGenix mxODBC Zope Database Adapter
Opale
Mozilla Firefox


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.8.12 16-May-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

 Releases

Version Focus Date
0.9.8.12 Minor bugfixes 16-May-2008 11:03
0.9.8.11 Minor bugfixes 15-May-2008 17:09
0.9.8.10 Minor bugfixes 02-Apr-2008 17:26
0.9.8.9 Major bugfixes 10-Mar-2008 11:07
0.9.8.8 Minor bugfixes 06-Mar-2008 16:04
0.9.8.7 Minor feature enhancements 28-Dec-2007 15:30
0.9.8.6 Minor bugfixes 13-Jul-2007 20:45
0.9.8.5 Minor bugfixes 30-May-2007 23:34
0.9.8.4 Major bugfixes 27-Mar-2007 01:11
0.9.8.3 Minor bugfixes 16-Mar-2007 16:31

 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  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber