gamegard68 / gfourcc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v2.0


Languages

Language:C++ 62.3%Language:M4 35.4%Language:Makefile 1.6%Language:Shell 0.8%