From 988e72ebc32f7e0c8252f111d25ff67645329152 Mon Sep 17 00:00:00 2001 From: gabucino Date: Thu, 7 Mar 2002 17:55:34 +0000 Subject: HTML: different font handling - idea from new hp dezign ocassional misc fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4983 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/encoding.html | 75 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 33 deletions(-) (limited to 'DOCS/encoding.html') diff --git a/DOCS/encoding.html b/DOCS/encoding.html index fae61d9da1..4f073cb1e3 100644 --- a/DOCS/encoding.html +++ b/DOCS/encoding.html @@ -1,7 +1,16 @@ + + + + + - +

2.4. Encoding with MEncoder

@@ -100,16 +109,16 @@ commands are needed :

- - - - - - - -
+ rm frameno.avi + remove conflicting temporary file
+ mencoder <file/DVD> -ovc frameno -o frameno.avi + First pass : an audio-only avi file will be created, containing ONLY the requested audio stream. Don't forget -lameopts, if you need to set it. If you were encoding a long movie, MEncoder prints @@ -117,19 +126,19 @@ commands are needed :
sizes, after this pass finishes.
+ mencoder <file/DVD> -oac copy -pass 1 -divx4opts br=<bitrate> + Second pass : alias the first pass of DivX4 video encoding. Optionally specify the video bitrate MEncoder printed at the end of the previous pass.
+ mencoder <file/DVD> -oac copy -pass 2 -divx4opts br=<bitrate> + Third pass : alias the second pass of DivX4 video encoding. Optionally specify the video bitrate MEncoder printed at the end of the previous pass. In this pass, audio from frameno.avi will be @@ -294,44 +303,44 @@ unsupported). You can encode to the following codecs :

- - - - - - - - - - - - - - - - - - - - - - - -
+ -ss time + start encoding from the given time (can start only from keyframes !)
+ -endpos time + stop encoding at the given time. See the manpage for examples !
+ -o filename + specify output filename
+ -x width in pixels + rescale output video to given pixels width
+ -y height in pixels + rescale output video to given pixels height
+ -sws 0-2 + type of scaling method
  0 - fast bilinear
  1 - bilinear
@@ -339,9 +348,9 @@ unsupported). You can encode to the following codecs :

+ -ovc codecname + Encode with the given codec (codec names are from codecs.conf). Examples:
  help - get list of available codecs
  null - do not create a video stream in the output AVI
@@ -354,9 +363,9 @@ unsupported). You can encode to the following codecs :

+ -oac codecname + Encode with the given codec (codec names are from codecs.conf). Examples:
  help - get list of available codecs
  copy - no encoding, just copy the stream (only from AVI/ASF now)
@@ -365,9 +374,9 @@ unsupported). You can encode to the following codecs :

+ -mf multifile options + Used when encoding from multiple JPEG files. Its sub-options are:
  on - turns on multifile support
  w=<value> - width of the output file
@@ -378,9 +387,9 @@ unsupported). You can encode to the following codecs :

+ -divx4opts + If encoding to DivX4, you can specify its parameters here, like:
  -divx4opts br=1800:deinterlace:key=250
Common options: (for full list, check the manpage!)
@@ -391,9 +400,9 @@ unsupported). You can encode to the following codecs :

+ -lavcopts + If encoding with libavcodec, you can specify its parameters here, like:
  -lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250
Common options: (for full list, check the manpage!)
@@ -405,9 +414,9 @@ unsupported). You can encode to the following codecs :

+ -lameopts + If encoding to MP3 with libmp3lame, you can specify its parameters here, like:
  -lameopts q=3
  -lameopts br=192:cbr
-- cgit v1.2.3