Tuesday, October 6, 2015

Install Shotcut 15.06 Video Editor on Ubuntu or Linux Mint



Install Shotcut 15.06 Video Editor on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) or Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana

Shotcut is a powerful video editor that happens to be open source and free. It's full of cool features, and the developers are constantly updating it. The latest version that was made available, 15.06, is not a big one, but it does feature a few worthy changes.

Shotcut hasn't been around for a long time, despite the version number that seems to indicate otherwise. In fact, the application uses the year and the month to indicate the version, in this case, it's 2015 and the month of June.

Anyway, the previous Shotcut release was a very important one, but the application needed a few more changes, and they have landed a month later.

According to the changelog, a new audio spectrum analyzer has been implemented, the audio Gain filter will now use dB and the log scale, a toggle button has been added to Lock a track, and Insert and Ripple Delete are now able to ripple across all unlocked tracks.

Moreover, the keyboard shortcuts have been modified to adjust the track height with Ctrl+- and Ctrl+=, and a number of other keyboard shortcuts have been added to the toggle track (Mute - Ctrl+M, Hide - Ctrl+H, and Lock - Ctrl+C).


Features

These are all currently implemented features. See the Roadmap for planned features.

  • supports oodles of audio and video formats and codecs thanks to FFmpeg
  • supports many image formats such as BMP, GIF, JPEG, PNG, SVG, TGA, TIFF as well as image sequences
  • no import required - native editing
  • frame-accurate seeking for many formats
  • multi-format timeline: mix and match resolutions and frame rates within a project
  • screen capture (Linux only) including background capture to capture a Shotcut session
  • webcam capture (Linux and Windows only)
  • audio capture (Linux and Windows only: PulseAudio, JACK, ALSA, or DirectShow)
  • network stream playback (HTTP, HLS, RTMP, RTSP, MMS, UDP)
  • frei0r video generator plugins (e.g. color bars and plasma)
  • Blackmagic Design SDI and HDMI for input and preview monitoring
  • JACK transport sync
  • deinterlacing
  • detailed media properties panel
  • recent files panel with search
  • drag-n-drop files from file manager
  • save and load trimmed clip as MLT XML file
  • load and play complex MLT XML file as a clip
  • audio signal level meter
  • volume control
  • scrubbing and transport control
  • flexible UI through dock-able panels
  • encode/transcode to a variety of formats and codecs thanks to FFmpeg (or libav as-built)
  • capture (record) SDI, HDMI, webcam (V4L2), JACK audio, PulseAudio, IP stream, X11 screen, and Windows DirectShow devices
  • stream (encode to IP) files and any capture source
  • batch encoding with job control
  • create, play, edit, save, load, encode, and stream MLT XML projects (with auto-save)
  • unlimited undo and redo for playlist edits including a history view
  • connect to Melted servers over MVCP TCP protocol
  • control the transport playback of Melted units
  • edit Melted playlists including suport for undo/redo
  • OpenGL GPU-based image processing
  • multi-core parallel image processing (when not using GPU and frame-dropping is disabled)
  • video filters: Blur, Color Grading, Crop, Diffusion, Glow, Invert Colors, Mirror, Opacity, Rotate, Saturation, Sepia Tone, Sharpen, Size and Position, Stabilize, Text, Vignette, Wave, White Balance
  • audio filters: Balance, Copy Channel, Downmix, Gain, Normlize, Pan, Swap Channels
  • 3-way (shadows, mids, highlights) color wheels for color correction and grading
  • eye dropper tool to pick neutral color for white balancing
  • UI translations: Catalan, Chinese, Czech, Danish, English, French, German, Portugese, Spanish (not all 100%, but you can help)
  • HTML5 (sans audio and video) as video source and filters
  • Leap Motion for jog/shuttle control
  • DeckLink SDI keyer output
  • UI themes/skins: native-OS look and custom dark and light
  • control video zoom in the player: fit viewable area (default), 50%, original (100%), and 200%
  • multitrack timeline with thumbnails and waveforms
  • thumbnail and waveform caching between sessions
  • audio mixing across all tracks
  • video compositing across video tracks
  • trimming (on timeline)
  • append, insert, overwrite, lift, and delete (ripple) editing on the timeline
  • 3-point editing
  • external monitoring on an extra system display/monitor
  • fade in and out audio and fade video from and to black with easy-to-use fader controls on timeline
  • cross-fade audio and video dissolve transitions easily by overlapping shots on the same track of the timeline
  • video wipe transitions: bar, barn door, box, clock (radial), diagonal, iris, matrix, and custom gradient image
  • video quality measurement (PSNR and SSIM)
Shotcut 15.06 changelog
  • Added Audio Spectrum analyzer.
    Audio Spectrum screen snapshot
  • Changed audio Gain filter to use dB and log scale.
  • Added a toggle button to Lock a track.
    Track Lock screen snapshot
  • Changed Insert and Ripple Delete to ripple across all unlocked tracks.
  • Changed keyboard shortcuts to adjust track height to Ctrl+- and Ctrl+=.
  • Added keyboard shortcuts to toggle track:
    • Mute – Ctrl+M
    • Hide – Ctrl+H
    • Lock – Ctrl+C

Install Shotcut 15.06 Video Editor on Ubuntu or Linux Mint :

To Install/Update Shotcut 15.06 Video Editor on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

For Ubuntu 32 bit
$ wget https://github.com/mltframework/shotcut/releases/download/v15.06/shotcut-debian7-x86-150601.tar.bz2
$ sudo tar -xjvf shotcut-debian7-x86-150601.tar.bz2
$ sudo rm -rf /opt/shotcut
$ sudo mv Shotcat /opt/shotcut
$ sudo ln -sf /opt/Shotcut/Shotcut.app/shotcat /usr/bin/shotcut
$ shotcut

For Ubuntu 64 bit
$ wget https://github.com/mltframework/shotcut/releases/download/v15.06/shotcut-debian7-x86_64-150601.tar.bz2
$ sudo tar -xjvf shotcut-debian7-x86_64-150601.tar.bz2
$ sudo rm -rf /opt/shotcut
$ sudo mv Shotcat /opt/shotcut
$ sudo ln -sf /opt/Shotcat/Shotcut.app/shotcat /usr/bin/shotcut
$ shotcut
Download for OS X (64-bit OS X 10.6+)

 

No comments:

Post a Comment