1 |
zcat(1) |
1 |
general options: |
|
|
2 |
-h print this help text |
|
|
3 |
-q quiet operation |
|
|
4 |
-w seconds wait before grabbing [[0] |
|
|
5 |
|
|
|
6 |
video options: |
|
|
7 |
-o file video/movie file name |
|
|
8 |
-f format specify video format |
2 |
IanMcDonald |
9 |
-c device specify [Video4Linux] device [[/dev/video] |
1 |
zcat(1) |
10 |
-r fps frame rate [[10] |
|
|
11 |
-s size specify size [[320x240] |
|
|
12 |
|
|
|
13 |
-t times number of frames [[1] |
|
|
14 |
-b buffers specify # of buffers [[16] |
|
|
15 |
-j quality quality for mjpeg or jpeg [[75] |
|
|
16 |
-n tvnorm set pal/ntsc/secam |
|
|
17 |
-i input set video source |
|
|
18 |
|
|
|
19 |
audio options: |
|
|
20 |
-O file wav file name |
|
|
21 |
-F format specify audio format |
|
|
22 |
-C device specify dsp device [[/dev/dsp] |
|
|
23 |
-R rate sample rate [[44100] |
|
|
24 |
|
|
|
25 |
|
|
|
26 |
movie writers: |
|
|
27 |
files - multiple image files |
|
|
28 |
video formats: |
2 |
IanMcDonald |
29 |
ppm 24 bit !TrueColor (BE: rgb) [[ppm] |
|
|
30 |
pgm 8 bit !StaticGray [[pgm] |
1 |
zcat(1) |
31 |
jpeg JPEG [[jpeg] |
|
|
32 |
audio formats: |
|
|
33 |
mono8 8bit mono [[wav] |
|
|
34 |
mono16 16bit mono (LE) [[wav] |
|
|
35 |
stereo 16bit stereo (LE) [[wav] |
|
|
36 |
|
|
|
37 |
raw - single file, raw video data |
|
|
38 |
video formats: |
2 |
IanMcDonald |
39 |
rgb 24 bit !TrueColor (BE: rgb) [[raw] |
|
|
40 |
gray 8 bit !StaticGray [[raw] |
1 |
zcat(1) |
41 |
422 16 bit YUV 4:2:2 [[raw] |
|
|
42 |
422p 16 bit YUV 4:2:2 (planar) [[raw] |
|
|
43 |
audio formats: |
|
|
44 |
mono8 8bit mono [[wav] |
|
|
45 |
mono16 16bit mono (LE) [[wav] |
|
|
46 |
stereo 16bit stereo (LE) [[wav] |
|
|
47 |
|
|
|
48 |
avi - Microsoft AVI (RIFF) format |
|
|
49 |
video formats: |
2 |
IanMcDonald |
50 |
rgb15 15 bit !TrueColor (LE) [[avi] |
|
|
51 |
rgb24 24 bit !TrueColor (LE: bgr) [[avi] |
1 |
zcat(1) |
52 |
mjpeg JPEG [[avi] |
|
|
53 |
audio formats: |
|
|
54 |
mono8 8bit mono [[-] |
|
|
55 |
mono16 16bit mono (LE) [[-] |
|
|
56 |
stereo 16bit stereo (LE) [[-] |
|
|
57 |
|
|
|
58 |
If you want to capture to multiple image files you should include some |
|
|
59 |
digits into the movie filename (foo0000.jpeg for example), streamer will |
|
|
60 |
use the digit block to enumerate the image files. |
2 |
IanMcDonald |
61 |
For file formats which can hold *both* audio and video (like [AVI] and |
1 |
zcat(1) |
62 |
QuickTime) the -O option has no effect. |
|
|
63 |
|
|
|
64 |
-- |
|
|
65 |
(c) 1998-2001 Gerd Knorr <kraxel@bytesex.org> |