1ENCODE(1) General Commands Manual ENCODE(1)
2
3
4
6 dvconnect - receive or transmit raw DV using the video1394 device
7
9 dvconnect [ options ] raw dv files or '-- -' for stdin/stdout
10
12 dvconnect captures raw DV streams from or sends raw DV streams to the
13 Linux IEEE 1394 video1394 device.
14
15 --version
16 show dvconnect version number.
17
18 -s, --send
19 send data instead of capturing.
20
21 -v, --verbose
22 show status information while receiving / sending.
23
24 -c, --channel=number
25 channel to send / receive on (range: 0 - 63, default = 63).
26
27 -k, --kbuffers=number
28 number of kernel video1394 frame buffers to use. default = 8.
29
30 --start-frame=count
31 start at count frame (defaults to 0).
32
33 -e, --end-frame=count
34 end at count frame (defaults to unlimited).
35
36 --cip-n-ntsc=number
37 cip n ntsc timing counter (default: 2436).
38
39 --cip-d-ntsc=number
40 cip d ntsc timing counter (default: 38400).
41
42 --syt-offset=number
43 syt offset (default: 10000 range: 10000-26000).
44
45 -b, --buffers=number
46 max number of file io thread buffers to use. default = 250.
47
48 -u, --underrun-data=filename
49 file with the frame to send in case of underruns.
50
51 -d, --device=filename
52 Specify the video1394 device (default /dev/video1394/0).
53
54 Help Options
55
56 -?, --help
57 Show help message.
58
59 --usage
60 Display brief usage message.
61
63 playdv(1),dubdv(1),encodedv(1).
64
66 See http://libdv.sourceforge.net/ for the latest version.
67
69 dvconnect was written by Peter Schlaile <udbz@rz.uni-karlsruhe.de>.
70
71 This manual page is based on dvconnect's help message and was written
72 by Dan Dennedy <dan@dennedy.org>.
73
74
75
76 January 2004 ENCODE(1)