~ubuntu-branches/ubuntu/trusty/libdv/trusty

« back to all changes in this revision

Viewing changes to encodedv/dvconnect.1

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2004-07-19 12:19:44 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040719121944-17vuryc01yeyx8hf
Tags: 0.103-2
* debian/rules: Provide separate doc directory for libdv4-dev.
* debian/libdv4-dev.links: No longer symlink doc dir to the one
  from libdv4.
* debian/NEWS: Only install into libdv4-dev. Closes: #259694

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" encodedv - encode a series of images to a digital video stream
 
2
.\" Copyright (c) 2001-2004 Peter Schlaile, Dan Dennedy
 
3
.\"
 
4
.\" This manual page is free software; you can redistribute it and/or modify
 
5
.\" it under the terms of the GNU General Public License as published by
 
6
.\" the Free Software Foundation; either version 2 of the License, or
 
7
.\" (at your option) any later version.
 
8
.\" 
 
9
.\" This program is distributed in the hope that it will be useful,
 
10
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
.\" GNU General Public License for more details.
 
13
.\" 
 
14
.\" You should have received a copy of the GNU General Public License
 
15
.\" along with this program; if not, write to the Free Software
 
16
.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
17
.\"
 
18
.\" This manual page was written especially for Debian Linux. It is based
 
19
.\" on encodedv's help output.
 
20
.\"
 
21
.TH ENCODE 1 "January 2004"
 
22
.SH NAME
 
23
dvconnect \- receive or transmit raw DV using the video1394 device
 
24
.SH SYNOPSIS
 
25
.B dvconnect
 
26
[ \fBoptions\fR ] \fIraw dv files or '-- -' for stdin/stdout\fR
 
27
.SH DESCRIPTION
 
28
\fBdvconnect\fR captures raw DV streams from or sends raw DV streams
 
29
to the Linux IEEE 1394 video1394 device.
 
30
.TP
 
31
\fB\-\-version\fR
 
32
show dvconnect version number.
 
33
.TP
 
34
\fB\-s\fR, \fB\-\-send\fR
 
35
send data instead of capturing.
 
36
.TP
 
37
\fB\-v\fR, \fB\-\-verbose\fR
 
38
show status information while receiving / sending.
 
39
.TP
 
40
\fB\-c\fR, \fB\-\-channel\fR=\fInumber\fR
 
41
channel to send / receive on (range: 0 - 63, default = 63).
 
42
.TP
 
43
\fB\-k\fR, \fB\-\-kbuffers\fR=\fInumber\fR
 
44
number of kernel video1394 frame buffers to use. default = 8.
 
45
.TP
 
46
\fB\-\-start\-frame\fR=\fIcount\fR
 
47
start at \fIcount\fR frame (defaults to 0).
 
48
.TP
 
49
\fB-e\fR, \fB\-\-end-frame\fR=\fIcount\fR
 
50
end at \fIcount\fR frame (defaults to unlimited).
 
51
.TP
 
52
\fB\-\-cip\-n\-ntsc\fR=\fInumber\fR
 
53
cip n ntsc timing counter (default: 2436).
 
54
.TP
 
55
\fB\-\-cip\-d\-ntsc\fR=\fInumber\fR
 
56
cip d ntsc timing counter (default: 38400).
 
57
.TP
 
58
\fB\-\-syt\-offset\fR=\fInumber\fR
 
59
syt offset (default: 10000 range: 10000-26000).
 
60
.TP
 
61
\fB\-b\fR, \fB\-\-buffers\fR=\fInumber\fR
 
62
max number of file io thread buffers to use. default = 250.
 
63
.TP
 
64
\fB\-u\fR, \fB\-\-underrun-data\fR=\fIfilename\fR
 
65
file with the frame to send in case of underruns.
 
66
.TP
 
67
\fB\-d\fR, \fB\-\-device\fR=\fIfilename\fR
 
68
Specify the video1394 device (default /dev/video1394/0).
 
69
.PP
 
70
Help Options
 
71
.TP
 
72
-\fB?\fR, \fB\-\-help\fR
 
73
Show help message.
 
74
.TP
 
75
\fB\-\-usage\fR
 
76
Display brief usage message.
 
77
.SH "SEE ALSO"
 
78
.BR playdv (1), dubdv (1), encodedv (1).
 
79
.SH AVAILABILITY
 
80
See http://libdv.sourceforge.net/ for the latest version.
 
81
.SH AUTHORS
 
82
.B dvconnect
 
83
was written by Peter Schlaile <udbz@rz.uni-karlsruhe.de>.
 
84
.PP
 
85
This manual page is based on dvconnect's help message and was written by
 
86
Dan Dennedy <dan@dennedy.org>.