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

« back to all changes in this revision

Viewing changes to encodedv/dubdv.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 James Bowman, 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
dubdv \- insert audio into a digital video stream
 
24
.SH SYNOPSIS
 
25
.B dubdv
 
26
[ \fBoptions\fR ] \fIaudio_inputfR \fI[ filename or - for stdin ]\fR
 
27
.SH DESCRIPTION
 
28
\fBdubdv\fR reads the audio from a WAV file or the OSS DSP device
 
29
and overwrites the existing audio in a raw DV file or stream.
 
30
.TP
 
31
\fB\-\-version\fR
 
32
show dubdv version number.
 
33
.TP
 
34
\fB\-v\fR, \fB\-\-verbose\fR
 
35
show encoder statistics / status information.
 
36
.TP
 
37
\fB\-a\fR, \fB\-\-audio\-input\fR=\fIfilter-name\fR
 
38
Choose audio-input-filter: [none, >wav<, dsp]
 
39
WAV is the default \fIaudio_input\fR format.
 
40
.TP
 
41
\fB\-o\fR, \fB\-\-output\fR=\fIfilter-name\fR
 
42
Choose output-filter: [>raw<]
 
43
.TP
 
44
\fB\-t\fR, \fB\-\-truncate\fR
 
45
truncate output at end of DV input.
 
46
.TP
 
47
\fB\-r\fR, \fB\-\-repeat\fR=\fIcount\fR
 
48
repeat the first video frame \fIcount\fR times.
 
49
This option does not dub audio into the repeated frame.
 
50
.PP
 
51
Help Options
 
52
.TP
 
53
-\fB?\fR, \fB\-\-help\fR
 
54
Show help message.
 
55
.TP
 
56
\fB\-\-usage\fR
 
57
Display brief usage message.
 
58
.SH "SEE ALSO"
 
59
.BR playdv (1), dvconnect (1), encodedv (1).
 
60
.SH AVAILABILITY
 
61
See http://libdv.sourceforge.net/ for the latest version.
 
62
.SH AUTHORS
 
63
.B dubdv
 
64
was written by James Bowman <jamesb@excamera.com> and
 
65
Peter Schlaile <udbz@rz.uni-karlsruhe.de>.
 
66
.PP
 
67
This manual page is based on dubdv's help message and was written by
 
68
Dan Dennedy <dan@dennedy.org>.