1
2BASICS:
3
4This version no longer has an Xt UI!
5
6In return it has a load of other goodies, like:
7- fewer bugs :)
8- documentation (need yelp to read it)
9- availability in English, German, Italian, Spanish
10- recent versions
11- on-the-fly frame size reduction
12
13
14COMPILATION:
15
16Now, the usual triple does what most users want, so it's just:
17
18./configure
19make
20make install
21
22
23KNOWN ISSUES:
24
25- if you use compiz/beryl and use the capture area selector to single click and select a window to capture, don't click on the window title but the contents. Other window managers can handle it.
26
27- some codecs have certain requirements that they don't offer xvidcap a way of asking about it in advance. They may make xvidcap crash if configured to run with incompatible settings. Most notably it is DV which you cannot use with anything but a frame size of 720 x 576. So if you experience strange crashes, try running from command line and see if you get a message from libavcodec. Eventually, submit a bug. This is on the todo-list for xvidcap.next.
28
29
30CODING:
31
32I've taken to using indent with the following parameters: -bad -bap -bbo -nbc -bls -br -c40 -cd12 -cp12 -cs -hnl -kr -l80 -pcs -psl -saf -sai -saw -sob -ts4 -nut -sc
33Also, I've started using doxygen for documentation, though I don't use that comment style just EVERYWHERE.
34
35
36