Quantcast
Channel: how to install shotcut on elementary os | LinuxG.net
Viewing all articles
Browse latest Browse all 4

How To Install Shotcut 15.04.1 On The Most Popular Linux Systems

$
0
0

Hello Linux Geeksters. As you may know, Shotcut is an open-source, multi-platform video editing software, having the below 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 only)
  • audio capture (Linux only; PulseAudio, JACK, or ALSA)
  • 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
  • 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
  • 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)

The latest version available is Shotcut 15.04.1, which has been recently released, coming with the below changes:

  • Added an audio tone generator (in File > Open > Other).
  • Now you can set a new default duration for audio or video fade filters.
  • The WebM VP9 encode preset enables multi-threaded encoding.

 how to install Shotcut 15.04.1 on the most popular Linux systems, including Ubuntu, Linux Mint, Pinguy OS, Elementary OS, Deepin, Peppermint, LXLE, Linux Lite, Debian, SparkyLinux, Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva and Arch Linux, Manjaro.

In this article I will show you how to install Shotcut 15.04.1 on the most popular Linux systems, including Ubuntu, Linux Mint, Pinguy OS, Elementary OS, Deepin, Peppermint, LXLE, Linux Lite, Debian, SparkyLinux, Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva and Arch Linux, Manjaro.

Because it is not available via any repository or PPA, we have to download the shotcut archive from the project’s website, extract the archive, move the shotcut folder to /opt and create the needed symlinks, for an easier usage.

Follow the instructions for your system’s architecture exactly, in order to get a successful installation.

How to install Shotcut 15.04.1 on 32 bit Linux systems:

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

To start Shotcut, just open a terminal, type shotcat and hit enter.

How to install Shotcut 15.04.1 on 64 bit Linux systems:

$ wget https://github.com/mltframework/shotcut/releases/download/v15.04/shotcut-debian7-x86_64-150401.tar.bz2
$ tar -xjvf shotcut-debian7-x86_64-150401.tar.bz2
$ sudo rm -rf /opt/shotcut
$ sudo mv Shotcat /opt/shotcut
$ sudo ln -sf /opt/Shotcat/Shotcut.app/shotcat /usr/bin/shotcut

To start Shotcut, just open a terminal, type shotcut and hit enter.

The post How To Install Shotcut 15.04.1 On The Most Popular Linux Systems first appeared on LinuxG.net.


Viewing all articles
Browse latest Browse all 4

Trending Articles