All is about my experience | Linux

Like Us

29 August 2016

Pitivi v0.97



Pitivi adalah... pitivi adalah video editor :v ( saya gak tau gimana cara ngejelasinnya )
Pitivi pronounciation is a Free video editor with a beautiful and intuitive user interface, a clean codebase and a fantastic community
Jadi singkatnya pitivi adalah video editor dengan design simple dan menarik. Mungkin untuk saat ini pitivi masih belum begitu dikenal layaknya Openshot dan Kdenlive, dan terdengar asing buat kamu.

Apa sih hebatnya pitivi?

User Interface ( UI )-nya yang simple dan sederhana terlebih lagi UI pitivi ini disesuaikan dengan GNOME Human Interface Guidelines ( itu lho GtkHeaderBar )

Mhh.. kalau dijelaskan menggunakan bahasa saya kayaknya Elegannya pitivi jadi berkurang.. :v
Langsung kesini biar lebih jelas http://pitivi.org/?go=tour

Features:

  • Unlimited video/audio track layers
  • Full undo/redo history
  • Frame stepping, keyboard controls and shortcuts
  • Trimming, splitting/cutting
  • Snapping
  • Ripple edits/roll edits
  • Sound mixing of multiple concurrent audio layers
  • Volume keyframe curves
  • Keyframable audio effects
  • Audio waveforms
  • Keyframable video effects
  • Opacity keyframe curves
  • Video thumbnails with two-stage caching
  • SMPTE video transitions
  • Ability to specify custom aspect ratios and framerates
  • Ability to create presets for project settings and rendering
  • Welcome dialog that helps you start a project or load recent projects in two clicks
  • Ability to preview video, audio and image files directly in the file chooser before importing
  • Fast, playhead-centered zooming
  • Mousewheel integration with modifier keys for timeline navigation
  • Scrubbing
  • Grouping and ungrouping of clips
  • Importing support for all video/audio/image formats provided by GStreamer plugins. Pitivi was the first open source video editor to support the Material eXchange Format for professional digital video and audio media.
  • Rendering in any container and codec properly supported by GStreamer plugins
  • Nanosecond precision
  • Accepts both timecodes and frames
  • Automated project backups
  • Tarball export
  • Commandline processing and rendering mode using GES
  • Scripting capabilities using GES
  • Written in Python, with a clean and modular codebase
  • Hardware-accelerated and touch-capable user interface

Download Pitivi v0.97

Debian/Ubuntu dan turunannya

Sudah tersedia di repository
sudo apt install pitivi

ArchLinux

sudo pacman -S pitivi

Other distros [ build from sources ]

CTRL+ALT+T ( Open Terminal )

Build Tools: [ Sesuaikan dengan distro, saya menggunakan deepin jadi pake apt-get  ]

sudo apt install git build-essential automake libtool itstool gtk-doc-tools yelp-tools gnome-common gnome-doc-utils yasm flex bison

Dependencies:

sudo apt install libgirepository1.0-dev python3-dev python3-gi python-gi-dev python3-cairo-dev libcairo2-dev python3-gi-cairo python3-matplotlib python3-numpy libgdk-pixbuf2.0-dev libpulse-dev libgtk-3-dev libxml2-dev
GStreamer 1.x [ Jika diperlukan ]
sudo apt install gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-pulseaudio libgstreamer-plugins-bad1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libgstreamer1.0-0 build-dep gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libglu1-mesa-dev

Builds:

cd ~/Downloads
wget https://download.gnome.org/sources/pitivi/0.97/pitivi-0.97.1.tar.xz
tar -xf pitivi-0.97.1.tar.xz && cd pitivi-0.97.1
./configure
sudo make && make install