Archives For November 30, 1999

VidCutter, a simple Qt5 video cutting and joining software, reached 5.5.0 release earlier today with most requested feature media stream support.

VidCutter 5.5.0 release highlights:

  • Media stream support for use when clips are all derived from the same source media OR media files added manually all share the same codecs, formats, etc.
  • Migrated main toolbar buttons from QToolBar + QActions to new custom widget VCToolBarButton handling QPushButton with attached.
  • Tools section added to settings for setting paths to three main tools used by VidCutter
  • Ability to set clip index list to the left or right (default) of main window.
  • Support for WTV (.wtv – Windows Recorded TV Show) media files
  • Required dependency of PyOpenGL for users on slightly older Ubuntu, Fedora
  • Fullscreen mode rewrite for Qt 5.10 changes + better support in wayland.
  • OpenGL helpers added to X11 and Wayland based Linux platforms
  • Updated keyboard shortcuts to include some added keyboardand mouse based shortcuts.

How to Install VidCutter 5.5.0 in Ubuntu:

For Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04, the new release can be installed via its official PPA.

1. Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ form app launcher. When it opens, run command:

sudo add-apt-repository ppa:ozmartian/apps

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

2. Then install Vidcutter either via your system package manager or run commands:

sudo apt-get update

sudo apt-get install vidcutter

For other Ubuntu editions and Linux distributions, an executable file Appimage (make executable in file Properties -> Permissions) is available for download in the above link.

Uninstall:

To remove the PPA, open ‘Software & Updates’ utility and navigate to Other Software tab.

To remove the video cutting software, either use your system package manger or run command:

sudo apt-get remove --autoremove vidcutter

VidCutter, the simplest & fastest video cutting and joining application, has reached the 5.0 release with great new features and other changes.

VidCutter 5.0 release highlights:

  • New ‘SmartCut’ feature introduced for frame accurate cuts.
  • New progress bars on clips in timeline
  • New “View keyframes” button option available under Video Info
  • New app icon
  • Improvements to stream mapping, and standard quick cutting.
  • countless more improvements and fixes, see here.

How to Install VidCutter 5.0 in Ubuntu:

The developer’s PPA contains the latest packages for Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives.

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

sudo add-apt-repository ppa:ozmartian/apps

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

2. Then update and install the app via commands:

sudo apt-get update

sudo apt-get install vidcutter

Remove VidCutter:

To remove the software, run command in terminal:

sudo apt-get remove --autoremove vidcutter

And remove the PPA via Software & Updates utility under ‘Other Software’ tab.

VidCutter, a simple and fast video cutter and joiner software, has reached the 4.0 release earlier today.

VidCutter 4.0 features:

  • OpenGL-callback rendering
  • full macOS support back
  • big improvements on the old graphics hardware.
  • much better stability and quality playback
  • improved thumbnailed timeline w/ larger previews
  • loads of fixes and see more here.

How to Install VidCutter 4.0 in Ubuntu:

The developer’s PPA contains the latest packages for Ubuntu 16.04, Ubuntu 17.04, and their derivatives.

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

sudo add-apt-repository ppa:ozmartian/apps

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

2. Then update and install the app via commands:

sudo apt-get update

sudo apt-get install vidcutter
VidCutter 4.0 does not launch in my Ubuntu 16.04. A workaround is to upgrade PyOpenGL by running command:

sudo apt install python-pip && pip3 install --upgrade PyOpenGL

Remove VidCutter:

To remove the software, run command in terminal:

sudo apt-get remove --autoremove vidcutter

And remove the PPA via Software & Updates utility under ‘Other Software’ tab.