dxx-rebirth/libmve/mveplayer.1

70 lines
2.2 KiB
Groff

.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH MVEPLAYER 1 "July 10, 2003"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
mveplayer \- Standalone MVE movie player.
.SH SYNOPSIS
.B mveplayer
.RI [ options ]
.RI filename.mv[e|l]
.br
.SH DESCRIPTION
This manual page documents briefly the
.B mveplayer
command.
This manual page was written for the Debian distribution
because the original program does not have a manual page.
.PP
.B mveplayer
is a standalone player for MVE movie files, like that found in the
DESCENT II videogame and played by the D2X package. It supports all MVE
files around, so if you find one that doesn't work, please report this as
a bug. Note that the MVE files found in the Macintosh version of Descent II
are not really MVE files, they appear to be some sort of quicktime-related
format.
If you give to
.B mveplayer
the name of an MVL file, i.e. an archive containing one ore more MVE files,
it will print the full contents of the archive to stdout.
You'll find some MVE files as part of the Descent II Registered datafiles.
.SH OPTIONS
A summary of options is included below. These command-line options do
not appear to be documented elsewhere, so the only authoritive source is
the source code itself.
.TP
.B \-h
Usage screen.
.TP
.B \-f
Fullscreen mode.
.TP
.B \-l
Loop mode. Loop forever or until you press the Esc key.
.TP
.B \-s \fP\fIspeed factor\fP
A decimal integer indicating the requested speed factor.
.SH SEE ALSO
.BR mvlextract (1),
.BR mvlcreate (1),
.BR hogextract (1),
.BR hogcreate (1).
.SH AUTHOR
This manual page was written by Paolo Ulivi <pulivi@libero.it>,
for the Debian GNU/Linux system (but may be used by others).