VidCutter video editor features
VidCutter is a cross-platform video editor based on QT5. It uses FFmpeg for the backend. If I have to list the features, it would be:
- Open source
- Cross-platform app available for Linux, Windows and MacOS
- Supports most of the common video formats such as: AVI, MP4, MPEG 1/2, WMV, MP3, MOV, 3GP, FLV etc
- Simple interface
- Trims and merges the videos, nothing more than that
Installation instructions:
To install VidCutter video editor in Ubuntu based Linux distributions such as Linux Mint, elementary OS, Linux Lite etc, you can use the official PPA. Open a terminal and use the following commands one by one:
$ sudo add-apt-repository ppa:ozmartian/apps $ sudo apt-get update $ sudo apt-get install vidcutter |
ote: If VidCutter throws error while trying to load a video file, you should uninstall it and then install the dependencies:
$ sudo apt-get install qml-module-qtmultimedia |
To uninstall VidCutter, use the following commands:
$ sudo apt-get remove vidcutter $ sudo add-apt-repository --remove ppa:ozmartian/apps |
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.