Archives For November 30, 1999

LiVES video editor and VJ tool released version 3.0.1 today. Here’s how to install it in Ubuntu 18.04, and Ubuntu 19.04.

LiVES 3.0 release highlights:

  • Render silence to end of video if necessary during rendering.
  • Improvements to openGL playback plugin, including much smoother playback.
  • Re-enable Advanced options for the openGL playback plugin.
  • Allow “Enough” in VJ / Pre-decode all frames
  • Refactor code for timebase calculations during playback (better a/v synch).
  • Overhaul external audio and audio recording to improve accuracy and use fewer CPU cycles.
  • Auto switch to internal audio when entering multitack mode.
  • Eliminate some race conditions between the audio and video threads.
  • Implemented reference counting for realtime effect instances.
  • Extensively rewrote the main interface, cleaning up the code and making many visual improvements
  • Improvements to online video downloader, clip size and format can now be selected, added an update option.
  • Improvements to the projectM filter wrapper, including SDL2 support.
  • Eliminate race conditions when applying rendered effects.
  • Added an option to invert the Z-order in multitrack compositor.
  • Added support for musl libc.

How to Install Lives 3.0.1 in Ubuntu:

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or from application menu. When it opens, run command to add the unofficial PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/lives

Type user password (no visual feedback while typing due to security reason) when it asks and hit Enter.

2. Then upgrade the software from an existing release via Software Updater:

or simply run commands in terminal to install or upgrade LiVES:

sudo apt-get update

sudo apt-get install lives lives-plugins

Uninstall:

To remove the software, simply run commands:

sudo apt-get remove --autoremove lives lives-plugins

The PPA can be removed via Software & Updates utility under Other Software tab.

LiVES 2.10.0, free and open-source video editor and VJ tool, was released earlier today. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04.

Changes in the LiVES 2.10.0 according to the changelog file:

  • Fix regression issues with youtube download.
  • Ensure audio waveform is redrawn after running fade audio.
  • Fix crash when adjusting cross-linked real time effect parameters (e.g LADSPA effects).
  • Fix an instability caused by NULL messages in the message cache (regression).
  • Fix possible crash when the real time effect parameters window is open during rendering.
  • Fix hang when clearing matches in the MIDI / JS learner window (GUI issue).
  • Improve the MIDI / JS tab in Preferences.
  • Add pref for creating a dummy alsa MIDI output port.
  • Add “OMC notify” to MIDI / JS mapper (MIDI -> OSC, sends USER1 notify event to all listeners).
  • Code cleanup. Standard checkbuttons and check menuitems now have their state set in the creation function.
  • Remove “use_mnemonic” parameter for widget functions. Use widget_opts.mnemonic_labels instead.
  • Amend the autolives toy so it can be triggered via OSC (and move to vj menu, add startup options).
  • MIDI channel can now used as a filter instead of a parameter to be matched.
  • Device mappings can now be shipped with builds.
  • Improved a/v synch with pulse audio.
  • Correct some minor GUI issues.
  • -noset startup option now has a permanent effect.
  • Add -asource [internal | external] startup option.
  • Fix bug in setting loop mode via OSC.
  • Fix broken framerate after pause / unpause during realtime playback.
  • Updated translation to Czech.

How to Install LiVES 2.10.0 in Ubuntu:

For Ubuntu 16.04, Ubuntu 18.04, Linux Mint 18.x and 19, you can easily install the latest packages from the unofficial PPA.

1. Open terminal via Ctrl+Alt+T shortcut key and then run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/lives

Type in your password (no visual feedback while typing due to security reason) when it asks and hit Enter.

2. Then upgrade the software from an existing release via Software Updater:

or simply run commands in terminal to install or upgrade LiVES:

sudo apt-get update

sudo apt-get install lives lives-plugins

Uninstall:

To remove the software, simply run commands:

sudo apt-get remove --autoremove lives lives-plugins

The PPA can be removed via Software & Updates utility under Other Software tab.

LiVES, an open-source video editor and VJ tool, has reached the 2.4.0 release recently with some crash and stability fixes.

LiVES is a Video Editing system allowing both novice and advanced users to edit and create video straight away. It can also be used as a VJ tool, and can be scripted and controlled remotely.

While the default Ubuntu repositories provide an old version of this software. The latest 2.4.0 was released with below fixes:

  • Implement workaround for expose event problems in gtk+ 3.10.
  • Fix threading crash in multitrack.
  • Fix invalid saving of layouts in multitrack.
  • Fix sizes of scrolled windows inside dialog boxes (regression).
  • Fix timeline start position for gtkgrid widget in multitrack.
  • Fix “fade background mode” (b) so it looks nice again.
  • Stability fix for expose event during startup.
  • Stability fix for mkv_decoder with broken end frames.
  • Implement C++ language bindings (liblives).
  • Fixes for several smaller issues (Thomas Berger).
  • Code cleanup / reformat.
  • Updated translations to UK English, French, Galician, German, Russian and Simplified Chinese.

Install or Upgrade LiVES in Ubuntu:

For Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04, Linux Mint 17, Elementary OS Freya, follow below steps to install/upgrade the software:

1. Add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/lives

2. Launch Software Updater (or Software Updater), after checking for updates you should be able to upgrade the app if you have an previous version installed.

If you don’t have an previous version on your system, install it directly from Ubuntu Software Center (after checking for updates via Software Updater).

Or you can run below commands one by one in terminal to install or upgrade LiVES:

sudo apt-get update; sudo apt-get install lives