bunch of small fixes, add msg.txt to about prefs
[goodguy/history.git] / cinelerra-5.0 / quicktime / README
1 Quicktime for Linux
2
3 by
4
5 Heroine Virtual Ltd. (Motion picture solutions for Linux)    
6 Send harrassment to: broadcast@earthling.net
7 Homepage: heroinewarrior.com/quicktime
8 Requires libzmpeg3 from heroinewarrior.com
9 ------------------------------------------------------------------------
10
11 This is a Quicktime front end for UNIX in a library.
12
13
14
15 Building:
16 Quicktime for Linux requires a built copy of of libzmpeg3 in a directory next to itself.
17 This is used for the mp3 interface.
18
19 Your directory structure should thus be:
20 /my_directory
21 /my_directory/libzmpeg3-*.*.*
22 /my_directory/quicktime4linux-*.*.*
23
24
25 type "make" in the libzmpeg3 directory.
26 type "make" in the quicktime directory.
27 type "make util" to get quicktime to build some utilities.
28
29
30 The makefiles automatically configure themselves.  The library is in
31 i686/libquicktime.a. You should manually set the CFLAGS environment
32 variable with the optimum optimization parameters for your i686
33 derivative.
34
35
36
37 /*******************************************************
38  * References:
39  *********************************/
40
41 Apple's quicktime file format information:
42
43 http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refQTFileFormat.htm
44
45 Color space conversions:
46
47 http://www.neuro.sfc.keio.ac.jp/~aly/polygon/info/color-space-faq.html
48
49
50
51
52
53