FFMpeg is a strong cross-platform, command-line encoding software. It’s received lots of choices and with it, customers can trans-code, convert and even stream video on Linux. Bother is, for as nice because the FFMpeg software is, many customers miss out on it because of the complexity of its terminal instructions.

SPOILER ALERT: Scroll down and watch the video tutorial on the finish of this text.

That’s the place QWinFF is available in. It’s a stellar open supply Linux software that takes the FFMpeg command-line software wraps it in an easy-to-use GUI front-end. Making advanced encoding operations a factor of the previous.

Set up QWinFF

Getting the QWinFF software engaged on Linux is fast because the developer has help for many of the main Linux distributions. These wanting to make use of QWinFF might want to have dependencies like FFMpeg and FFProbe put in, or the applying won’t work.

To set up the QWinFF app, open a terminal and enter the instructions that correspond to your distribution.

Ubuntu

QWinFF has Ubuntu help by way of a PPA. This enables the builders to distribute updates to the consumer, with no effort. Nevertheless, the PPA seems to not get common updates (for no matter cause), so keep away from it for now. As an alternative, to get the app engaged on Ubuntu 18.04 LTS, we should obtain a bundle from the PPA.

In a terminal, run the wget obtain software and seize the newest launch of QWinFF.

Word: the latest bundle of QWinFF obtainable for obtain was made for Ubuntu 15.04, so use with warning.

wget 

or, for 32-bit:

wget 

With the QWinFF Debian bundle in your Ubuntu PC, use the dpkg software to load it into the system.

sudo dpkg -i qwinff_0.2.0-1~wily2_*.deb

Putting in this bundle into Ubuntu, regardless of the model will error out. Repair it by working the next command right into a terminal.

sudo apt set up -f

The apt set up command ought to appropriate any bizarre dependency points that seem. When executed, QWinFF is able to go!

Debian

There isn’t any data for QWinFF pertaining to Debian on the official web site. As of now, the developer solely outlines that it helps Ubuntu/Mint and different distributions. To not fear! Ubuntu and Debian are just about the identical, minus little modifications right here and there. It’s due to the similarities, Debian should not have any challenge putting in the Ubuntu QWinFF bundle.

Open up a terminal and use the wget software to obtain QWinFF, then set up it with dpkg.

wget 

or, for 32-bit:

wget 
sudo dpkg -i qwinff_0.2.0-1~wily2_*.deb

sudo apt-get set up -f

Arch Linux

Arch Linux has a model of QWinFF on the AUR. To set up it, open a terminal and comply with the steps under.

Word: putting in applications from the AUR means dependencies generally break. Be sure to check the package’s AUR page for dependencies, in case you should load them up.

sudo pacman -S base-devel git

git clone 

cd qwinff

makepkg -si

Fedora

Sadly, the software program repositories arrange for QWinFF are a bit outdated. As an alternative, comply with the supply code directions for those who’re seeking to get the app working.

Word: remember to allow RPM Fusion to put in FFMpeg on Fedora.

OpenSUSE

OpenSUSE has a repo arrange for QWinFF, however it’s for an previous launch. Observe the supply code directions to get QWinFF.

Generic Linux

The easiest way to get QWinFF for a lot of Linux distributions is to simply seize the supply code. To begin the source-code set up, open a terminal and use your bundle supervisor to put in the entire crucial dependencies.

  • FFMpeg
  • ffprobe
  • Git
  • ffplayer or mplayer
  • sox
  • QtSDK 4.4.3 or later
  • libnotify

When all dependencies are loaded up, seize the supply code, compile it and set up it in your Linux PC.

git clone 'git://github.com/qwinff/qwinff.git

cd qwinff

make
sudo make set up

Convert Movies With QWinFF

Using QWinFF to transform a media file is refreshingly straightforward.  To begin the method, discover the inexperienced “+” signal and choose it. Clicking this button will convey up an “open file” dialog. Use this window to browse for a video or audio file.

Importing a media file opens an “Add Tasks” window. On this window, you could undergo and choose what to do with the media file.

Discover the “Convert to” and click on the drop-down menu subsequent to it. Within the menu, choose the codec to transcode the file to. When every thing seems to be good, click on the “finish” button.

Begin the QWinFF conversion course of by clicking the “>>” button. When QWinFF finishes transcoding, you’ll see a completion notification on the desktop.



Source link

Share.
Leave A Reply

Exit mobile version