1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
|
.TH "lavplay" "1" "6 December 2001" "MJPEG Tools Team" "MJPEG tools manual"
.SH NAME
lavplay \- Playback and edit MJPEG video
.SH SYNOPSIS
.B lavplay
.RI [ options ]
.I lavfile1 [lavfile2 ... lavfileN]
.SH DESCRIPTION
\fBlavplay\fP can be used to playback video in MJPEG format (either
quicktime or AVI) on a zoran video-capture device, such as
the Miro/Pinnacle DC10(+), the Iomega Buz or Linux Media Labs' LML33,
or in software mode (using SDL).
It also provides mechanisms for non-destructive editting video using
an interactive front-end such as \fBglav\fP(1). See
.B SEARCHING AND EDITING
below for details.
.SH OPTIONS
\fBlavplay\fP accepts the following options:
.TP 8
.BR \-p/\-\-playback " [" S | C | H ]
The playback mode to be used. 'S' means software\-playback using SDL.
'H' means hardware\-playback on the monitor (on\-screen). 'C' means
hardware\-playback to the video-out of the zoran video-capture device.
Obviously, 'C' and 'H' only work on computers with zoran video\-capture
devices.
.TP 8
.B \-Z/\-\-full\-screen
Full-screen playback. This works if SDL- or onscreen-playback is
chosen.
.TP 8
.BI \-\-size " NxN"
Size of the video window (default: size of the input video) when using
software (SDL) or hardware onscreen playback
.TP 8
.BI \-a/\-\-audio " num"
When play audio, 0 means never, or sum of
1: while playing forward,
2: while playing reverse,
4: even fast playing,
8: while pausing
.br
(default: 7: forward/reverse/fast).
If 8(pausing) was contained, lavplay will be very noisy,
but useful when you want to edit by sound.
.TP 8
.B \-z/\-\-zoom
Zooms the video to fit the screen as good as possible.
.TP 8
.B \-x
Exchange fields of an interlaced video. Try this if the video looks weird.
It shouldn't be necessary with stuff captured using lavrec(1) but could be
needed for other sources.
.TP 8
.BI \-s/\-\-skip " num"
Skip <num> seconds of video at the beginning.
.TP 8
.B \-x/\-\-exchange\-fields
Invert field order (for videos which are recorded with wrong field
order interlacing settings)
.TP 8
.B \-F/\-\-flicker
Disable stills flicker reduction. This is useful if you want to see stills
exactly as they were recorded rather than flicker-free!
.TP 8
.BR \-c/\-\-synchronization " [" 0 | 1 ]
Enables (1) or disables (0) the use of sync corrections. Basically,
you almost certainly want this. Disabling is really there for
diagnostic purposes and not much else.
.TP 8
.BI \-H/\-\-H\-offset " num, " \-V/\-\-V-offset " num"
Horizontal (-H) and vertical (-V) offset when using hardware-playback.
Offset plus width or height should be smaller than or equal to the
playback device's maximum allowed size (DC10+: 640x480 or 768x576,
LML33/Marvel/Buz: 720x480/576).
.TP 8
.BI \-\-s\-x\-offset " num, " \-\-s\-y\-offset " num"
Offset for the video window (from top left screen corner) when using
hardware onscreen playback in non\-fullscreen mode.
.TP 8
.BI \-\-display " :x.x"
When using hardware fullsreen video playback (\-pH), this setting can be
used to specify the video display (default: :0.0) to use for video display.
.TP 8
.B \-q/\-\-no\-quit
Makes lavplay stay alive at the end of the video (lavplay won't quit).
Use 'q<enter>' on the command line to quit (see below, \fBSEARCHING
AND EDITING\fP).
.TP 8
.B \-g/\-\-gui\-mode
Enables GUI-mode. This is used by glav and Linux Video Studio. It will
output the current position in the video each frame, so that the glav
or LVS can keep track of where we are in the video which is being played
back.
.TP 8
.B \-P/\-\-preserve-pathnames
This is used by glav and Linux Video Studio. When editlists are
created the original pathnames for files are used and not the
canonicalised pathnames from the root directory. Useful if you've got
things like automounters active that make directories with the same
non-canonical name have different canonical names on different machines.
.TP 8
.BI \-U/\-\-use-write
Use the write() system call rather than the mmap() system call
for audio writing to the sound device. This may fix some audio playback
problems.
.TP 8
.BI \-n/\-\-mjpeg\-buffers " num"
Number of MJPEG-buffers. Default is 32. Try changing this number if you
have many lost frames.
.TP 8
.BI \-v/\-\-verbose " num"
Verbosity level (0, 1 or 2)
.SH ENVIRONMENT VARIABLES
The following environment variables can be recognized by lavrec:
.TP 8
.B LAV_VIDEO_DEV
The video device. Default is /dev/video
.TP 8
.B LAV_AUDIO_DEV
The audio device. Default is /dev/dsp
.SH SEARCHING AND EDITING
\fBlavplay\fP can do more than simple plain playback. It is also intended
to be controlled using commands sent via stdin from a front-end like
.BR glav(1)
or similar, more sophisticated tools. The most significant aspect of
this functionality is the ability to create \fIedit list\fP files
giving the playback sequence of an editted version of the input video.
The edit list file can be read by any of the mjpegtools(1) (including
lavplay!) wherever an actual video file would be acceptable. Such
edit lists record only the original source file and start and stop
frames of the components of the editted video editting rather than the
video itself. As such editting leaves the original files unchanged
and requires only tiny amounts of data-movement. The drawback is that
for the edit list to work the original files must remain unchanged,
and that interactive play may be jumpy due to the playback sequence
"skipping about" between different parts of the original video sequence.
If a stand-alone consolidated versions of editted video is required it
can be produced by running the lavtrans(1) utility on the edit list.
Edit list files are plain text with a very simple syntax to allow easy
manual editting using a text-editor or writing of scripted editting tools.
.SH "STDIN COMMANDS"
The commands accepted on standard input sre as follows (and can of
course be entered directly by command-line junkies):
.TP 8
.B +, \-
Goes to next/previous frame. Only makes sense when the video is paused.
.TP 8
.B pN
Sets playback speed to N (N=..., -1, 0, 1, ...)
.TP 8
.B a[01]
Enables/disables audio playback
.TP 8
.B sN
if N is a number, this means to go to frame N. if N is prefixed by a +
or -, this means to go N frames back- or forward.
.TP 8
.B om editlist [N1 N2 [N3 N4]]
Opens a movie or editlist. A second and third argument can specify to
only open a specific range of frames from this video (N1=-1 means whole
video). N3 and N4 can specify to show only a specific range of frames
from the frames which were just opened (useful for trimming).
.TP 8
.B w[as] file
Save the current editlist (a) or the current selection (s) to a file.
.TP 8
.B q
Quit lavplay.
.TP 8
.B e[ou] N1 N2
Cuts (u) or copies (o) frames N1-N2 from the current editlist into an
internal selection.
.TP 8
.B ep
Pastes the contents of the selection into the current position in the
editlist.
.TP 8
.B em N1 N2 N3
Moves frames N1-N2 to position N3 in the video.
.TP 8
.B ed N1 N2
Deletes frames N1-N2 from the editlist.
.TP 8
.B ea video N1 N2 N3
Adds frames N1-N2 of the video into position N3 within the editlist.
N1=-1 means to add the whole video.
.TP 8
.B es N1 N2
Sets the current viewable frames within the whole video to N1-N2. This
is useful for trimming.
.SH BUGS
Editlists record absolute pathnames. This more or less forces manual
editting of the pathnames in them if it is desired to move editlists
and source video files.
lavplay really ought to make a decent job of detecting what playback
options are feasible (on-screen hardware, video-out port hardware,
software) and set the default playback mode appropriately. Alas, it
does not.
.SH AUTHOR
This man page was written by Ronald Bultje.
.br
If you have questions, remarks, problems or you just want to contact
the developers, the main mailing list for the MJPEG\-tools is:
.br
\fImjpeg\-users@lists.sourceforge.net\fP
.br
.br
For more info, see our website at
.br
\fIhttp://mjpeg.sourceforge.net/\fP
.SH SEE ALSO
.BR mjpegtools (1),
.BR lavrec (1),
.BR glav (1)
|