From a255bd08e025b3be1aa587d4264cbc6ad70fd642 Mon Sep 17 00:00:00 2001 From: gabucino Date: Thu, 1 Nov 2001 00:26:04 +0000 Subject: some typos :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2603 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/mencoder.1 | 127 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 74 insertions(+), 53 deletions(-) (limited to 'DOCS') diff --git a/DOCS/mencoder.1 b/DOCS/mencoder.1 index cb3a1a3cfd..836e683b29 100644 --- a/DOCS/mencoder.1 +++ b/DOCS/mencoder.1 @@ -1,19 +1,37 @@ -.\" MPlayer (C) 2000-2001 Arpad Gereoffy -.\" This manpage was written, and is maintained by Gabucino +.\" MEncoder (C) 2000-2001 Arpad Gereoffy +.\" This manpage was/is done by Gabucino .\" .TH MEncoder .SH NAME mencoder \- Movie Encoder for Linux .SH SYNOPSIS .B mencoder -.RB [ \-i\ input\ file(s) ] -.RB [ \-o\ input\ file ] -.RB [ \-video\ mode ] -.RB [ \-audio\ mode ] -.RB [ \-vbr\ bitrate ] -.RB [ \-abr\ bitrate ] -.RB [ \-ivc\ codec ] -.RB [ \-iac\ codec ] +.RB [ \-vcd\ ] +.RB [ \-dvd\ ] +.RB [ \-chapter\ ] +.RB [ \-dvdangle\ ] +.RB [ \-dvdkey\ ] +.RB [ \-nobps ] +.RB [ \-aid\ ] +.RB [ \-vid\ ] +.RB [ \-pp\ ] +.RB [ \-vc\ ] +.RB [ \-ac\ ] +.RB [ \-vfm\ ] +.RB [ \-afm\ ] +.RB [ \-v ] +.RB [ \-mp3file\ ] +.RB [ \-ac3file\ ] +.RB [ \-ovc\ ] +.RB [ \-oac\ ] +.RB [ \-videobr\ ] +.RB [ \-pass\ <1/2> ] +.RB [ \-passtmpfile\ ] +.RB [ \-audiobr\ ] +.RB [ \-vbrmode\ <0-5> ] +.RB [ \-aquality\ <0-9> ] +.RB [ \-encode\ ] +.I - or file or device .PP .SH DESCRIPTION .I mencoder @@ -22,59 +40,62 @@ Encoder. .SH "GENERAL OPTIONS" .TP .I NOTE -Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs +Every "flag" option has "noflag" pair, e.g. -flag opposite is -noflag .TP -.B \-i\ files -specify input file(s) for encoding. Examples: - - -i /dev/dvd - -i video.avi stream1.mp3 stream2.wav +.B \-vcd +Encode the specified VCD track. .TP -.B \-o\ file -specify output file. Examples: - - -o /dev/cdrw ;)) - -o - - -o output.avi - -o video.avi audio.mp3 +.B \-dvd +Encode the specified DVD title. .TP -.B \-video\ encoding mode -specify what to do with the video stream(s?): - - -video copy - -video divx4 - -video divx42 (2 pass) +.B \-chapter <chapter id> +Use with -dvd option (see above). Start encoding at the specified chapter. .TP -.B \-audio\ encoding mode -specify what to do with the audio stream(s?): - - -audio copy - -audio mp3 - -audio vbrmp3 +.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 \-vbr\ bitrate -specify video bitrate to encode at (in kbits). - - -vbr 910 +.B \-dvdkey <key> +Used to decrypt CSS-encrypted streams on hard disk (with given CSS decrypt +key). .TP -.B \-abr\ bitrate -specify audio bitrate to encode at (in kbits). - - -abr 128 +.B \-nobps +Used only for AVIs. Do not use the bps value in the AVI header, instead +calculate it. .TP -.B \-ivc\ codec -use this codec to decode input video stream(s?) (from codecs.conf) - - -ivc ffdivx +.B \-aid <audio stream id> +If source media contains multiple audio streams (for example DVDs), encode +the specified one. .TP -.B \-avc\ codec -use this codec to decode input audio stream(s?) (from codecs.conf) - - -ivc mp3lib +.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 \-OTHERS +TODO +.IP +.SH FILES AND DIRECTORIES +.IP +.SH "EXAMPLES" .IP .SH BUGS -This manpage is under SEVERE construction !!! - Probably. Check the documentation. Bugreports should be addressed to the MPlayer-users mailing list -- cgit v1.2.3