Skip to content

GUI Tool written in C++ for changing FOURCC codec and description of an AVI file

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

gamegard68/gfourcc

Repository files navigation

gfourcc

GUI Tool for changing the FOURCC Codec and Description of an AVI file.

GFourCC Utility

INSTALL

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 

USAGE

Three ways to open an AVI file:

  1. Open the GUI tool and click the FileChooser Button to open the FileChooser Dialog.
  2. Start gfourcc via command prompt and pass the Avi File as an argument.
  3. Drag and Drop the Avi File onto the GUI Tool.