winff-qt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
winff-qt: command not found
or when using sudo you get the following error message
sudo: winff-qt: command not found
Solutions to winff-qt: command not found
How To Fix winff-qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu winff-qt is provided by winff-qt package.
winff-qt is:
WinFF is a graphical user interface for FFmpeg. It will convert almost any video file that FFmpeg will convert. WinFF does multiple files in multiple formats at one time. You can, for example, convert mpeg’s, flv’s, and mov’s into avi’s (or DVD/VCD format or MPEG or 3gp etc.) all at once.
Users usually want to install the winff package and let their package manager decide which winff variant to use. If you want to override the packager’s choice, you can additionally select the required variant. This package provides the Qt variant of winff.
To fix this problem, we can install more using the command below.
sudo apt-get -y install winff-qt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install winff-qt.
sudo apt -y install winff-qt
Or if you have aptitude installed you can use the following command.
sudo aptitude install winff-qt
Summary
In this tutorial we learn how to fix winff-qt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.