Linux 2020年10大影片編輯器(kdenlive)與螢幕錄影軟體(OBS Studio)

 






我之前看了:https://itsfoss.com/best-video-editing-software-linux/ 這篇有介紹十種,但我僅僅測試

kdenlive, now still download and test, if I have something can update, I will first mention everyone.



Davinci Resolve

1. go to the Davinci Resolve website to download compressed file.
2. extract it , in Linux version, it should be  .run file.
3. in terminal: 

 ./Davince_Resolve_17.x.xx_Linux.run

Kdenlive

kdenlive: https://kdenlive.org/en/about/


install kdenlive 的指令,

1. using apt-get

在terminal 視窗內輸入:

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

如果要移除kdenlive則輸入:

 sudo apt-get remove kdenlive
 如果要完全解除安裝,連設定檔都一起刪除的話,則使用purge:
sudo apt-get purge kdenlive


2. using snap

sudo snap install kdenlive



Now I  tested kdenlive and OBS Studio.. OBS Studio can record your computer screen, and OBS Studio have windows, macOS, Linux version.

To install OBS in UBUNTU:

sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt update
sudo apt install obs-studio


OBS

OBS Studio can download from : https://obsproject.com/download


Flowblade

Installing deb package

Step 1. Download and install .deb

NOTE: Flowblade now requires MLT 6.18 that is NOT available on e.g. Ubuntu 18.04. The reason for this situation is the recent move to Python3.

First download .deb file for Flowblade 2.8.0.2 from here.

Double click on .deb file to install it.


On some systems double clicking may not work and you need to install .deb file using erminal:

Open terminal in the directory you saved the downloaded .deb file. Give command:

sudo apt install ./flowblade-2.8.0.2-1_all.deb



note::>

Best Video Editors for Linux

Let’s have a look at the best free video editing software for Linux. Here’s a quick summary if you think the article is too long to read. You can click on the links to jump to the relevant section of the article:

Video EditorsMain UsageType
KdenliveGeneral purpose video editingFree and Open Source
OpenShotGeneral purpose video editingFree and Open Source
ShotcutGeneral purpose video editingFree and Open Source
FlowbladeGeneral purpose video editingFree and Open Source
LightworksProfessional grade video editingFreemium
BlenderProfessional grade 3D editingFree and Open Source
CinelerraGeneral purpose video editingFree and Open Source
DaVinci ResolveProfessional grade video editingFreemium
VidCutterSimple video split and mergeFree and Open Source



留言

這個網誌中的熱門文章

【多益】現點現做的英文怎麼說呢?

《Microsoft Word 應用》:圖片被文字蓋住解決方法,不可設定為固定行高

如何在Ubuntu系統上安裝Notepad ++ (Install Notepad++ On Ubuntu 16.04 / 17.10 / 18.04 / 20.04)