cfourcc - tool for changing FourCC in Microsoft RIFF AVI files
Contents
Description
Program identifies the codec used in AVI files (*.avi) and allows the user to change the FourCC
description code (like fourcc-changer in Windows). Useful for people working with Microsoft AVI file. A
Linux clone of AviC fourcc changer tool.
Environment
None.
Examples
Note that you only need to change the -u codec field most of the time and not touch the -d description:
cfourcc -u DIVX -d DIVX file.avi
Files
None.
Name
cfourcc - tool for changing FourCC in Microsoft RIFF AVI files
Options
-h Show summary of options.
-dCODE
Sets FOURCC codec description string.
-f Force changing FOURCC on unsupported file
-i Display FOURCC information (default).
-uCODE
Set FOURCC codec.
None.
See Also
ffmpeg(1) mplayer(1)
Synopsis
cfourcc [-i] <file.avi>
cfourcc -u <CODE> <file.avi>
