-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
57 lines (38 loc) · 2.29 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
This is the readme file for cfourcc 0.1.3.1
=========================================
cfourcc is a tool for changing FourCC in Microsoft RIFF AVI files.
[Author]
Mohammad Hafiz bin Ismail a.k.a mypapit <[email protected]>
[Project's page]
https://github.com/mypapit/cfourcc
[Legal]
This software comes with ABSOLUTELY NO WARRANTY!
You may distribute this program with it sources under the terms of GNU General Public License.
For more information about this matter please refer to the file COPYING.
[Intro]
I created this simple program after reading divx/mpeg4 related forums. It comes to me that there arent any software developed in GNU/Linux (nor other UN*X-variant) that have similiar functionality as "Nic's Mini AviC" in Microsoft Windows platform.
* Note : Transcode package includes 'avifix' that can change fourcc, but it isnt compact enough and arent available by itself.
[Background]
FourCC (Four Character Code) is a (rather crude) method to identify codec used to encode Microsoft RIFF AVI files. Application software/hardware use the FourCC to correctly select a codec suitable for playing the AVI file in question. The problem arises when a video player (usually the hardware one) fail to recognize a FourCC, and unable to select a newer/compatible codec to play the AVI file. This simple program solves this problem by providing a simple way to change the FourCC of the AVI file to a value accepted by the video player.
For an unofficial list of FourCC/codec out there in the wild, please refer to 'codelist.txt'.
[Installation]
1) Just type 'make all'.
2) be a root user and type 'make install'
3) use the software as normal user. - refer usage section
[Alternatives]
Alternatively, you can use
avifix
AVI file tools, part of the Transcode project.
[RPM package]
RPM package MAY BE made available at the project's page. Please email me if you absolutely in need of such package.
[Usage]
To obtain fourcc code for an avi file, type :
cfourcc file.avi or,
cfourcc -i file.avi
To change fourcc code for an avi file, type :
cfourcc -u DIVX -d DIVX (-d for description, -u for used)
* Note : you only need to change the FOURCC use codec field most of the time, leave out the description code for reference.
To obtain online help information, type :
cfourcc -h
[BUGS]
Please refer to the file 'BUGS'.