Archives For November 30, 1999

The Avidemux video editor released version 2.8.1 few days ago. Here’s what’s new and how to install in Ubuntu via PPA.

The new Avidemux 2.8.1 release improved HiDPI displays support by updating the icon set, and using OpenGL for rendering on-the-fly preview in video filter dialog.

It also introduced new filters: 3D LUT, Decimate, and Arbitrary Rotate, new video encoder: VideoToolbox HEVC for macOS users, and support for decoding 8-bit VP9 on Windows using DXVA2 and Linux using VDPAU with graphics card that features a VP9 decoder.

There are other features, such as temporarily disable active filters in Video Filter Manager and reverse video by exporting selection as JPEG images and loading in reverse order.

Avidemux video editor

Other changes in Avidemux 2.8.0 include:

  • ‘Peek Original’ button to quickly compare filtered and unfiltered inputs.
  • Add blend and motion interpolation options to ‘Resample FPS’ filter.
  • Mark cut points on navigation slider.
  • “Resample FPS” and “Change FPS” filters can handle up to 1000 fps.
  • Translucent green masking for “Crop” filter’s preview
  • “Resize” filter output up to 8192×8192 resolution.
  • Improved HiDPI scaling in previews.
  • x264 video encoder plugin allows to specify color properties.
  • Replace PulseAudioSimple with PulseAudio in Linux.

How to Install Avidemux 2.8 in Ubuntu:

The “xtradeb packaging” team is maintaining some apps and games, including Avidemux, in its PPA repositories. The maintainer comes from the old GetDEB team. And, Avidemux website refers to the PPA for Ubuntu users in the download page.

1. Remove old Avidemux package:

If you’ve installed Avidemux 2.7 packages from my unofficial PPA, remove it first!! The name now changes from avidemux2.7 to avidemux. No version number in package name anymore.

Firstly, press Ctrl+Alt+T on keyboard to open terminal. When it opens, paste the command below to remove it:

sudo apt remove --autoremove avidemux2.7-*

2. Add the new ‘official’ PPA

The xtradeb apps PPA contains Avidemux along with many other app packages for Ubuntu 20.04, Ubuntu 21.04, and Ubuntu 21.10 so far.

Open terminal (Ctrl+Alt+T) and run command below to add it to your system:

sudo add-apt-repository ppa:xtradeb/apps

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

For those still using Ubuntu 18.04, my unofficial PPA is available for choice:

sudo add-apt-repository ppa:ubuntuhandbook1/avidemux

3. Update package cache:

While adding Ubuntu PPA, it updates system cache automatically since Ubuntu 20.04. However, Ubuntu 18.04 and some Ubuntu based systems need to run the command to do it manually:

sudo apt update

4. Install Avidemux 2.8:

Finally, install the video editor as well as its dependencies via command:

sudo apt install avidemux-qt avidemux-jobs-qt

After installation, open the video editor by searching from ‘Activities’ overview screen and enjoy!

How to Remove Avidemux video editor:

To remove the video editor, simply run command:

sudo apt remove --autoremove avidemux-qt avidemux-jobs-qt

It removes all the packages and useless dependency libraries, though personal data left in ‘.avidemux6‘ folder (hidden folder, press Ctrl+H to display) in user home directory.

To remove the Ubuntu PPA, open ‘Software & Updates‘ and remove the relevant line under Other Software tab.

The Kdenlive video editor 21.12 was released this Monday with exciting new features!

As the last release in 2021, it introduced Slip trimming mode support. By selecting a clip in the timeline, use may use menu “Tool -> Slip tool” to drag moving the clip. This will change the start and end points of the clip simultaneously while keeping the original duration.

Another big new feature is Multicam Editing. It allows to edit the multiple cameras’ footage. By adding video clips in different tracks but at the same position, user may enable it via “Tool -> Multicam tool“. Then, either press corresponding numbers (e.g., 1 for track v1 and 2 for track v2) or click in monitor to trim the clips in the desired track.

Kdenlive Slip Tool

Other changes in Kdenlive 21.12 include:

  • Initial Ripple edit implementation.
  • DaSiamRPN visual tracking algorithm.
  • New object obscure: Pixelate and Opaque Fill.
  • Multiple project Bins and speaking of Bins support.
  • User manual via Sphinx.
  • Stable for macOS with Intel.
  • Update code base license to GPLv3.

How to Install Kdenlive 21.12 in Ubuntu / Linux Mint:

The Kdenlive official PPA has been updated with the latest packages for Ubuntu 20.04, Ubuntu 21.04, Ubuntu 21.10, and their derivatives, e.g, Linux Mint 20, Elementary OS 6, and Zorin OS 16.

1.) Add Ubuntu PPA:

Open ‘terminal’ from your system application menu, then run command to add the PPA:

sudo add-apt-repository ppa:kdenlive/kdenlive-stable

Type your password when it asks (no asterisk feedback) and hit Enter to continue.

2. ) Install or Upgrade Kdenlive:

If an old version of kdenlive was installed, you can upgrade it via Update Manager:

Or simply run command in terminal to install the video editor:

sudo apt install kdenlive

NOTE for Linux Mint or may be other Ubuntu based systems, you need to update the package cache manually by running sudo apt update command before installing the software.

Uninstall:

To purge the PPA as well as downgrade Kdenlive package, run command in terminal:

sudo apt install ppa-purge && sudo ppa-purge ppa:kdenlive/kdenlive-stable

To remove the PPA only, run command:

sudo add-apt-repository --remove ppa:kdenlive/kdenlive-stable

And to remove Kdenlive, run command:

sudo apt remove --autoremove kdenlive kdenlive-data

OpenShot video editor released v2.6.0 with new computer vision, AI and audio effects. The official PPA has been updated with Ubuntu 21.10 support.

After more than one year of development, the free open-source video editor released its “finest” version. According to the release note, OpenShot 2.6.0 features:

  • New Computer Vision and AI effects (motion tracking, object detection, stabilization)
  • Audio Effects (compressor, expander, distortion, delay, echo, noise, EQ, robot, whisper)
  • New Zoom Slider widget (simple way to navigate around the timeline)
  • New Transform Tool (resize, rotate, move, origin point, shear, scale, zoom in/out)
  • Improved Snapping (while positioning, trimming, playhead)
  • New Caption video effect (rasterize captions on top of video)
  • Audio Bug Fixes (more crackling/popping fixes)
  • FFmpeg 4 Support, Updated Blender Support, WebEngine + WebKit support
  • Parentable keyframes (parent clips and keyframes)
  • Improved performance & stability (while rendering, ruler drawing, timeline zooming)

See What’s New in OpenShot 2.6.0 via video:

How to Install OpenShot 2.6.0 in Ubuntu:

The video editor offers official Linux binary package via non-install Appimage.

However, the Ubuntu PPA is preferred and now supports for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, Ubuntu 21.10, and derivatives, e.g., Linux Mint 20.

1. Add OpenShot PPA

Search for and open terminal either from start menu (Show Applications or ‘Activities’ overview screen), or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

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

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

2. Install / Upgrade OpenShot

After adding the PPA, you can either install the editor via command:

sudo apt install openshot-qt python3-openshot

NOTE for Linux Mint need to run sudo apt update manually to refresh package cache.

Or upgrade it via Software Updater (Update Manager) if an earlier version was installed.

Uninstall OpenShot:

And to remove the video editor, simply run command in terminal:

sudo apt remove --autoremove openshot-qt python3-openshot

For the Ubuntu PPA, open “Software & Updates” and remove relevant line from ‘Other Software’ tab.

KDE’s Kdenlive Video editor 21.08 was released. The official PPA added Ubuntu 21.10 “Impish Indri” support.

Kdenlive, stands for KDE Non-Linear Video Editor, is a free and open-source video editor for KDE though it also works on other desktop environment. And version 21.08 was finally released a few days later than other KDE Gear 21.08 apps.

The new release based on MLT 7 framework which has removed the Automask effect, along with many other legacy and buggy modules. The region module is also removed and replaced with new Effect Masking feature. As well, the old and unmaintained tools like the DVD Wizard and the Preview Compositing mode has been removed.

Kdenlive 21.08 got an improved performance, so users will have a smoother experience when importing hundreds of files and gigabytes and panning through the timeline.

Other features in the release include:

  • The new Time Remap feature allows to keyframe the speed of a clip.
  • Apply effects to only affect specific regions of a clip using masks.
  • Easily moves Guides along with clips using the Spacer Tool via the new Guides Locked option.
  • Ability to assign shortcuts to raise dock widgets.
  • Ability to assign shortcuts to 3 keyframe functions: Add/Remove Keyframe, Go to next keyframe and Go to previous keyframe.
  • Additional options to the same track transitions: Duration, Reverse and Alignment.
  • The command bar (toggle via Ctrl+Alt+i) to easily search for any action in Kdenlive, such as changing themes, adding effects, opening files and more.
  • New Copy value at cursor position to clipboard option
  • New mapping modes and options when importing tracked data
  • Option to go to start if playback started on timeline end

How to Install Kdenlive 21.08 in Ubuntu via PPA:

The Kdenlive official PPA has been updated with the latest packages for Ubuntu 20.04, Ubuntu 21.04, Ubuntu 21.10, and their derivatives, e.g, Linux Mint 20, Elementary OS 6, and Zorin OS 16.

1.) Add Ubuntu PPA:

Open ‘terminal’ from your system application menu, then run command to add the PPA:

sudo add-apt-repository ppa:kdenlive/kdenlive-stable

Type your password when it asks (no asterisk feedback) and hit Enter to continue.

2. ) Install or Upgrade Kdenlive:

If an old version of kdenlive was installed, you can upgrade it via Update Manager:

Or simply run command in terminal to install the video editor:

sudo apt install kdenlive

NOTE for Linux Mint or may be other Ubuntu based systems, you need to update the package cache manually by running sudo apt update command before installing the software.

Uninstall:

To purge the PPA as well as downgrade Kdenlive package, run command in terminal:

sudo apt install ppa-purge && sudo ppa-purge ppa:kdenlive/kdenlive-stable

To remove the PPA only, run command:

sudo add-apt-repository --remove ppa:kdenlive/kdenlive-stable

And to remove Kdenlive, run command:

sudo apt remove --autoremove kdenlive kdenlive-data

KDE’s Kdenlive video editor 21.04 was released today with lots of usability improvements and some great new features.

Kdenlive 21.04 introduced new Speech-to-Text feature which automatically transcode audio to text, and it supports for 17 languages and dialects using the official models.

The release also features new Media Browser, which can be enabled from View menu. With it, you can easily browse through file system and drag’n’drop add clips to the Bin or Timeline.

And there are new effects typewriter effect with 3 animation modes, Alpha Strobe effect to text, images, or videos, Effect Zones to apply effects to specific regions of tracks or the timeline.

Other features in Kdenlive 21.04 include:

  • Zoombars in the timeline.
  • New icons and functions for the effect’s keyframe panel.
  • New online resources widget
  • Add AV1 render profile.
  • Re-enable audio playback on reverse speed.
  • Add “unused clip” filter in Project Bin.
  • Add channel selection to audio waveform filter.
  • Add ITU 2020 colorspace in clip properties.
  • Treat GIFs as video, not as image.

How to Install Kdenlive 21.04 in Ubuntu:

The kdenlive team ppa has made the latest packages for Ubuntu 20.04, Ubuntu 20.10, Ubuntu 21.04, Linux Mint 20.

1.) Add Ubuntu PPA:

Open ‘terminal’ from your system application menu, then run command to add the PPA:

sudo add-apt-repository ppa:kdenlive/kdenlive-stable

Type your password when it asks (no asterisk feedback) and hit Enter to continue.

2. ) Install or Upgrade Kdenlive:

If an old version of kdenlive was installed, you can upgrade it via Update Manager:

Or simply run command in terminal to install the video editor:

sudo apt install kdenlive

NOTE for non-KDE users, Kdenlive will be installed along with a large list of KDE libraries.

Uninstall:

To purge the PPA as well as downgrade Kdenlive package, run command in terminal:

sudo apt install ppa-purge && sudo ppa-purge ppa:kdenlive/kdenlive-stable

To remove the PPA only, run command:

sudo add-apt-repository --remove ppa:kdenlive/kdenlive-stable

And to remove Kdenlive, run command:

sudo apt remove --autoremove kdenlive kdenlive-data

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.