Archives For November 30, 1999

The free open-source Avidemux video editor 2.7.8 was released with many new features. Here’s how to install it in Ubuntu via PPA.

The new release features many new video filters. A dedicated MOV muxer is available to replace MOV muxing mode within the MP4 muxer; A subset of color info relevant for HDR support is retained in copy mode when both input and output video are stored in Matroska / WebM containers.

The indexer in the MPEG-TS demuxer now detects resolution changes in MPEG-2 and H.264 streams.

YUV varieties of the lossless Ut Video codec are supported via bundled FFmpeg library. Multi-threaded video decoding is now available for the bundled FFmpeg.

Other changes include:

  • Uncompressed 24-bit audio support.
  • Limited support for 7.1 channel layout.
  • Decode and stream copy support for XLL substream in DTS audio tracks.
  • Audio properties updated on resuming playback.
  • An option to keep the identity of markers A and B instead of swapping them automatically
  • Maximum resolution support increased to 8192×8192
  • FFmpeg bundle updated to 4.2.4
  • MP4 muxer accepts now MPEG-1 and MPEG-2
  • Extended Python interface, and more.

How to Install Avidemux 2.7.8 in Ubuntu:

The editor offers official non-install .appimage package, which is available to download at the link below

Download Avidemux

Grab the appimage, go to file Properties -> Permissions and make it executable, finally right-click and run the file to launch the Avidemux video editor.

For those prefer the classic apt method, I’ve uploaded the .deb packages into the unofficial PPA, available for Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 20.10.

1.) Open terminal and run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/avidemux

Type user password (no asterisk feedback) and hit Enter to continue.

2.) Then refresh system package cache and install the editor:

sudo apt update

sudo apt install avidemux2.7-qt5 avidemux2.7-plugins-qt5 avidemux2.7-jobs-qt5

Uninstall:

To uninstall the PPA, run command:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/avidemux

To uninstall the video editing software, run:

sudo apt remove --autoremove avidemux2.7-qt5 avidemux2.7-plugins-qt5 avidemux2.7-jobs-qt5

Flowblade, a multi-track non-linear video editor Linux, released new major 2.8 version today with focused on making the app more configurable.

For 1680 x 1050 and higher screen resolution, now you can change the panels layout by moving panels to different positions using View->Panel Placement submenu.

The Middlebar now is more customizable by selecting View->Middlebar layout->Free Bar and then selecting which items in Middlebar are displayed and in which order via View -> Middlebar layout – > Configure Free Bar….

The keyboard shortcut is also customizable. First create a custom shortcut group via top-left menu button in “Keyboard Shortcuts” dialog, you can then select this group and change the shortcuts as you want.

Other changes in Flowblade 2.8 include:

  • New Flowblade Neutral and Flowblade Gray themes.
  • Use Tool Dock widget to select Timeline Edit Tools
  • Move Filter Selection panel to right side of the Timeline
  • A set colored of icons to be optionally used in the Middlebar
  • Relink a directory feature for Media Relinker
  • New new French language user manual and more.

How to install Flowblade in Ubuntu:

The software offers official DEB binary package available to download at:

Download Flowblade

Just grab the DEB package, then install it either via Gdebi, Software Install, or by running command in terminal:

sudo apt install ./Downloads/flowblade-*.deb

No patience with common video editors (e.g., Kdenlive and Openshot) as they can take hours to export a video after trimming / cutting it? Try LosslessCut.

LosslessCut is a cross platform tool for lossless trimming / cutting of video and audio files. The software is extremely fast, it does the job in seconds without losing quality because it simply cuts the data stream and directly copies it over.

With LosslessCut, you can do:

  • Losslessly trim or cut out parts of video/audio
  • Lossless merge/concatenation of arbitrary files (identical codec parameters)
  • Lossless stream editing: Combine arbitrary tracks from multiple files
  • Losslessly extract all tracks from a file
  • Remux into any compatible output format
  • Take full-resolution snapshots from videos in JPEG/PNG format
  • Apply a per-file timecode offset in the preview
  • Change rotation/orientation metadata in videos
  • Powerful timeline with zoom and frame/keyframe jumping
  • Auto-saves per project cut segments to file
  • View ffmpeg last command log so you can modify and re-run modify recent commands on the command line
  • Give labels to cut segments
  • Segment panel showing segments with details, export/import cut segments as CSV
  • Video thumbnails and audio waveform
  • Cut out commercials from a recorded TV show
  • Replace audio track
  • Include a subtitle into a video
  • Extract audio, video, oro subtitle track from video

How to Get LosslessCut in Ubuntu:

There’s no .deb binary package for the software so far. You can either download the appimage or Linux tarball from the link below:

You can choose:

  • grab the .appimage package, give executable permission in file Properties, finally run it to launch the software.
  • or download the Linux tarball, extract and run the executable file to open the video editor.

Launch Lossless Cut executable from portable Linux tarball

The software is also available in Ubuntu Software as Snap package. The package version is however lag behind.

For those OK with Linux universal Flatpak package, LosslessCut can be also installed via the flathub repository.

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 video editor and VJ tool released version 2.10.2 a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 18.10.

LiVES 2.10.2 release highlights:

  • Fix serious bug in lives_popen() – may prevent saving of new sets.
  • Add in part of the fix for multi_encoder3 which was overlooked in 2.10.1
  • Fix regression in get_extension().
  • Fix regression in get_frame_count().
  • Add new icons.
  • Correctly reset video playback plugin after cancelling quick transcode.
  • Improved youtube downloading.

How to Install Lives 2.10.2 in Ubuntu:

1. Open terminal via Ctrl+Alt+T keyboard shortcut and then run command to add the unofficial 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.

LiVES PPA

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.

LiVES PPA

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, free and open-source video editor and VJ tool, reached the 2.8.8 release today. Here’s how to install it in Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04.

Changes in LiVES 2.8.8 include:

  • Fix “undo render to same clip” after rendering to selection.
  • Add new libav_stream playback plugi
  • Set openGL playback plugin (if present) as the default for new installs.
  • (Multi monitor support) always show dialog windows on the gui monitor.
  • Re-enable audio recording from external sources (was inadvertantly disabled).
  • Fix possible problems with layout reloading (regression).
  • Reset to correct playback position when stop is pressed during / after pause (multitrack),
  • Increase size of playback area in multitrack mode.
  • Increase preview window size for video part open.
  • Add quick transcode menu option (beta).
  • Keep showing framebar when not playing (can be overriden in prefs).
  • Show audio source in framebar (overridden by pref).
  • Optimise redrawing of audio waveforms in clip editor.
  • Implement external audio trigger for recording.
  • Theme fixes for buttons.
  • Various optimisations.
  • Scale many widget sizes based on screen resolution.
  • Fix crash in multitrack parameter adjustment for effects with repeated channels.
  • Ctrl + mouse scroll can be used to zoom in / out in multitrack.
  • Disable ctrl-q (quit) accelerator during playback to prevent accidental triggering.
  • Updates for libav 3.5.

How to Install LiVES 2.8.8 in Ubuntu:

Other than building the software from source, you can install it from unofficial PPA in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 17.10, Linux Mint 18.x and their derivatives by following steps:

1. Open terminal via Ctrl+Alt+T and 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.

LiVES PPA

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.

OpenShot 2.4.1 Available for Install via Ubuntu PPA

Last updated: November 25, 2017

OpenShot Video Editor

OpenShot video editor reached the 2.4.1 release two weeks ago. Now it’s finally available in PPA for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04.

OpenShot 2.4.1 release highlights:

  • Improved image quality.
  • Improved playback smoothness.
  • Improved stability (especially for Windows)
  • New video tutorials
  • Stability improvements and more. See the release note.

How to Install OpenShot 2.4.1 in Ubuntu:

The PPA does not support Ubuntu 17.10 so far. However, a 64-bit AppImage is available for download at the link below. Just download, make executable and run the file to launch OpenShot:

Download OpenShot AppImage

For traditional packages, OpenShot’s official PPA contains the .deb packages for Ubuntu 14.04, Ubuntu 16.04, and Ubuntu 17.04:

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:openshot.developers/ppa

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Then upgrade the editor via “Software Updater”, if you have a previous openshot-qt package installed.

Or run commands to check updates and install / upgrade OpenShot:

sudo apt-get update

sudo apt-get install openshot-qt libopenshot*

Uninstall:

To uninstall openshot video editor, run following command in terminal:

sudo apt-get remove --autoremove openshot-qt

And remove the PPA by launching “Software & Updates” and navigating to Other Software tab.

The open-source non-linear video editor, Pitivi 1.0, is finally near after thirteen years of development.

Pitivi 1.0 release candidate “Ocean Big Chair”, marked as version 0.99, has many bug-fixes and performance improvements. There are quite a few important fixes thanks to the students who contributed in Google Summer of Code.

The development is focused on bug fixing until Pitivi 1.0. A flatpak repository has been created so Ubuntu users can easily install the latest release of Pitivi via following steps.

How to Install Pitivi via Flatpak in Ubuntu:

1. For Ubuntu 16.04, first open terminal (Ctrl+Alt+T) and run following commands to install flatpak daemon while it’s not available by default:

  • Add the PPA repository for flatpak:
    sudo add-apt-repository ppa:alexlarsson/flatpak

    Input your password (no visual feedback while typing) when it prompts and hit Enter.

  • Then install flatpak for Ubuntu 16.04 and derivatives:
    sudo apt update
    
    sudo apt install --install-recommends flatpak

2. Then run command to install Pitivi flatpak package:

flatpak install --user http://flatpak.pitivi.org/pitivi.flatpakref

Once installed, launch the video editor either from your application launcher or via command:

flatpak run org.pitivi.Pitivi

In addition, to update the Pitivi flatpak when a new release is available, run command:

flatpak --user update org.pitivi.Pitivi

And to uninstall the flatpak, run following command in terminal:

flatpak --user uninstall org.pitivi.Pitivi stable

OpenShot 2.4 Released! How to Install it in Ubuntu

Last updated: September 11, 2017

OpenShot Video Editor

The openshot video editor has reached the 2.4 release earlier today with stability improvements. Here’s how to install it in all current Ubuntu releases.

OpenShot 2.4 mainly features following changes:

  • Vastly improved stability, improved undo/redo history (now being saved inside each project file).
  • Fixed Image Sequence exporting. Supports PNG, JPG, PPM, BMP and a few others.
  • Added ‘Audio Only’ and ‘Video Only’ export options.
  • New freeze and zoom menu
  • Prevent crashes related to too many threads
  • Fix many crash issues and other bugs.
  • See the release note for details.

openshot 2.4

How to Install OpenShot 2.4 in Ubuntu:

A 64-bit AppImage is available for download at the link below. Just download, make executable and run the file to launch OpenShot:

Download OpenShot AppImage

For traditional packages, OpenShot’s official PPA contains the .deb packages for Ubuntu 14.04, Ubuntu 16.04, and Ubuntu 17.04, though OpenShot 2.4 build it not ready at the moment of writing.

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:openshot.developers/ppa

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Then upgrade the editor via “Software Updater”, if you have a previous openshot-qt package installed.

Or run commands to check updates and install / upgrade OpenShot:

sudo apt-get update

sudo apt-get install openshot-qt

Uninstall:

To uninstall openshot video editor, run following command in terminal:

sudo apt-get remove --autoremove openshot-qt

And remove the PPA by launching “Software & Updates” and navigating to Other Software tab.