mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
7b729a0868
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2629 b3059339-0415-0410-9bf9-f77b7e298cf2
167 lines
4.1 KiB
Groff
167 lines
4.1 KiB
Groff
.\" MEncoder (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu>
|
|
.\" This manpage was/is done by Gabucino
|
|
.\"
|
|
.TH MEncoder
|
|
.SH NAME
|
|
mencoder \- Movie Encoder for Linux
|
|
.SH SYNOPSIS
|
|
.B mencoder
|
|
.RB [ \-vcd\ <track\ number> ]
|
|
.RB [ \-dvd\ <titleid> ]
|
|
.RB [ \-chapter\ <chapterid> ]
|
|
.RB [ \-dvdangle\ <angleid> ]
|
|
.RB [ \-dvdkey\ <key> ]
|
|
.RB [ \-nobps ]
|
|
.RB [ \-aid\ <id> ]
|
|
.RB [ \-vid\ <id> ]
|
|
.RB [ \-pp\ <quality> ]
|
|
.RB [ \-vc\ <video\ codec\ name> ]
|
|
.RB [ \-ac\ <audio\ codec\ name> ]
|
|
.RB [ \-vfm\ <video\ codec\ family> ]
|
|
.RB [ \-afm\ <audio\ codec\ family> ]
|
|
.RB [ \-include\ <heh?> ]
|
|
.RB [ \-v ]
|
|
.RB [ \-mp3file\ <filename> ]
|
|
.RB [ \-ac3file\ <filename> ]
|
|
.RB [ \-ovc\ <video\ codec\ name> ]
|
|
.RB [ \-oac\ <audio\ codec\ name> ]
|
|
.RB [ \-divx4opts\ <codec\ options> ]
|
|
.RB [ \-lameopts\ <codec\ options> ]
|
|
.RB [ \-videobr\ <video\ bitrate> ]
|
|
.RB [ \-audiobr\ <audio\ bitrate> ]
|
|
.RB [ \-pass\ <1/2> ]
|
|
.RB [ \-passtmpfile\ <filename> ]
|
|
.RB [ \-vbrmode\ <0-5> ]
|
|
.RB [ \-vquality\ <0-9> ]
|
|
.RB [ \-aquality\ <0-9> ]
|
|
.RB [ \-ofps\ <fps> ]
|
|
.RB [ \-o\ <filename> ]
|
|
.I - or file or device
|
|
.PP
|
|
.SH DESCRIPTION
|
|
.I mencoder
|
|
Encoder.
|
|
.LP
|
|
.SH "GENERAL OPTIONS"
|
|
.TP
|
|
.I NOTE
|
|
Every "flag" option has "noflag" pair, e.g. -flag opposite is -noflag
|
|
.TP
|
|
.B \-vcd <track number>
|
|
Encode the specified VCD track.
|
|
.TP
|
|
.B \-dvd <title number>
|
|
Encode the specified DVD title.
|
|
.TP
|
|
.B \-chapter <chapter id>
|
|
Use with -dvd option (see above). Start encoding at the specified chapter.
|
|
.TP
|
|
.B \-dvdangle <angle id>
|
|
Use with -dvd option (see above), and if the DVD disc has multiple angles.
|
|
It will encode the angle specified here.
|
|
.TP
|
|
.B \-dvdkey <key>
|
|
Used to decrypt CSS-encrypted streams on hard disk (with given CSS decrypt
|
|
key).
|
|
.TP
|
|
.B \-nobps
|
|
Used only for AVIs. Do not use the bps value in the AVI header, instead
|
|
calculate it.
|
|
.TP
|
|
.B \-aid <audio stream id>
|
|
If source media contains multiple audio streams (for example DVDs), encode
|
|
the specified one.
|
|
.TP
|
|
.B \-vid <video stream id>
|
|
If source media contains multiple video streams, encode the specified one.
|
|
.TP
|
|
.B \-pp <value>
|
|
Apply a postprocess filter to enhance image quality. (values?)
|
|
.TP
|
|
.B \-vc <codec name>
|
|
Use specified codec (according to codecs.conf) for decoding input video
|
|
stream.
|
|
.TP
|
|
.B \-ac <codec name>
|
|
Use specified codec (according to codecs.conf) for decoding input audio
|
|
stream.
|
|
.TP
|
|
.B \-vfm <video family>
|
|
(useful?)
|
|
.TP
|
|
.TP
|
|
.B \-afm <audio family>
|
|
(useful?)
|
|
.TP
|
|
.B \-include
|
|
Include what?
|
|
.TP
|
|
.B \-v
|
|
Increase verbosity.
|
|
.TP
|
|
.B \-divx4opts
|
|
If encoding to DivX4, you can specify its parameters here, like:
|
|
|
|
-divx4opts br=1800:key=250
|
|
|
|
Available options:
|
|
|
|
help get help
|
|
br=XXX specify bitrate in kbr <1-24000000>
|
|
key=XXX maximum keyframe interval
|
|
deinterlace toggle deinterlacing
|
|
q=XXXX quality (1 is best?, 5 is fast?)
|
|
min_quant=XXX minimum quantizer (0-32)
|
|
max_quant=XXX maximum quantizer (0-32)
|
|
rc_period=XXX hmm
|
|
rc_reaction_period hmm
|
|
rc_reaction_ratio hmm
|
|
|
|
.TP
|
|
.B \-lameopts
|
|
If encoding to MP3 with libmp3lame, you can specify its parameters here, like:
|
|
|
|
-lameopts vbr=192
|
|
|
|
Available options:
|
|
|
|
help get help
|
|
br=XXX specify bitrate in kbr <1-1024?>
|
|
vbr=XXX variable bitrate <?>
|
|
cbr constant bitrate
|
|
mode=XXX ? <?>
|
|
padding=XXX ? <?>
|
|
ratio=XXX ? <1-100>
|
|
|
|
.TP
|
|
.B \-OTHERS
|
|
TODO
|
|
.IP
|
|
.SH FILES AND DIRECTORIES
|
|
.IP
|
|
.SH "EXAMPLES"
|
|
.IP
|
|
.SH BUGS
|
|
Probably. Check the documentation.
|
|
|
|
Bugreports should be addressed to the MPlayer-users mailing list
|
|
(mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport
|
|
(which we love to receive!), please double-check the bugreports.html, and
|
|
tell us all that we need to know to identify your problem.
|
|
|
|
.LP
|
|
.SH AUTHORS
|
|
Check documentation !
|
|
|
|
MPlayer is (C) 2000-2001
|
|
.I Arpad Gereoffy <arpi@thot.banki.hu>
|
|
|
|
This manpage is written and maintained by
|
|
.I Gabucino .
|
|
.LP
|
|
.SH STANDARD DISCLAIMER
|
|
Use only at your own risk! There may be errors and inaccuracies that could
|
|
be damaging to your system or your eye. Proceed with caution, and although
|
|
this is highly unlikely, the author doesn't take any responsibility for that!
|
|
.\" end of file
|