• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H13-Jul-2008-696527

doc/H13-Jul-2008-16,76714,390

ffmpeg/H13-Jul-2008-392,948304,402

po/H03-May-2022-13,55811,123

src/H03-May-2022-28,07021,215

AUTHORSH A D16-Nov-200678 32

COPYINGH A D08-Feb-200834.3 KiB675553

ChangeLogH A D13-Jul-200837.2 KiB998864

INSTALLH A D08-Feb-20089.3 KiB238179

Makefile.amH A D13-Jan-20082.1 KiB7758

Makefile.inH A D12-Jul-200825.9 KiB825728

NEWSH A D16-Nov-20060

READMEH A D22-Dec-20061.3 KiB3619

TODO.tasksH A D22-Dec-20069.8 KiB196188

acinclude.m4H A D04-Feb-20089.2 KiB243214

aclocal.m4H A D09-Jul-200861.8 KiB1,7371,557

autogen.shH A D19-Sep-20064.4 KiB160136

config.guessH A D23-Oct-200743.5 KiB1,5171,305

config.h.inH A D12-Jul-20085.9 KiB230154

config.subH A D23-Oct-200732 KiB1,6271,483

configureH A D03-May-2022452.8 KiB15,78613,225

configure.inH A D12-Jun-200823.9 KiB557460

depcompH A D08-Feb-200817.4 KiB590375

install-shH A D08-Feb-200813.3 KiB520344

intltool-extract.inH A D19-Sep-200622 KiB842686

intltool-merge.inH A D19-Sep-200634.4 KiB1,3571,073

intltool-update.inH A D19-Sep-200627.4 KiB1,090860

missingH A D08-Feb-200810.9 KiB368275

mkinstalldirsH A D12-Jul-20081.9 KiB11285

net.jarre_de_the.Xvidcap.service.inH A D23-Oct-200768 43

ppm2mpeg.shH A D15-Mar-20072 KiB8457

xvidcap.desktopH A D19-Sep-2006260 1312

README

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