GUI Tool for changing the FOURCC Codec and Description of an AVI file.
a. Building from Source
Preparation and Build
./autogen.sh --prefix=/usr
make
Installation
sudo make install
The following dependencies are required to build GFourCC from source:
g++,
make,
gnome-common,
gtkmm3
b. Installing from the Arch User Repository (AUR)
yay -S gfourcc
Three ways to open an AVI file:
- Open the GUI tool and click the FileChooser Button to open the FileChooser Dialog.
- Start gfourcc via command prompt and pass the Avi File as an argument.
- Drag and Drop the Avi File onto the GUI Tool.