From f833f5b1a50296bac3d3f91be656660e7055c92d Mon Sep 17 00:00:00 2001
From: diego with
where it made sense (to me :-)).
* Moved "Developer Cries" into the appendix (as Appendix F)
with s/Flame Wars/Developer Cries/ and
s/In medias res/Developer Cries/.
* Renamed "Appendix X" to "Appendix E".
* Put a "Hint" inside
.
* Converted 3-pass encoding and mga_vid installation
instructions to lists.
* Converted options tables (video eq, SDL, fbdev, VESA, DXR3, TV input,
DivX4Linux, AAlib) to
lists.
* The "sections" for MPsub and INSTALLING OSD are numbered and displayed
in the TOC now.
* Changed the text inside some
tags.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7100 b3059339-0415-0410-9bf9-f77b7e298cf2
---
DOCS/encoding.html | 70 +++++++++++++++++++++++++-----------------------------
1 file changed, 33 insertions(+), 37 deletions(-)
(limited to 'DOCS/encoding.html')
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index b18f8e2c22..5be3ad8d7f 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -114,36 +114,30 @@
estimation of recommended video bitrate in order to fit on a CD. Also, the
audio is encoded only once, unlike in 2-pass mode. The schematics:
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
- the recommended bitrate values for 650Mb, 700Mb, and 800Mb destination
- sizes, after this pass finishes. |
-
mencoder <file/DVD> -oac copy -pass 1
- -ovc divx4 -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
- -ovc divx4 -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
- inserted into the destination file.. and it's all ready! |
-
rm frameno.avi
mencoder <file/DVD> -ovc frameno -o frameno.avi
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 the recommended bitrate values for 650Mb, 700Mb, and 800Mb
+ destination sizes, after this pass finishes.
mencoder <file/DVD> -oac copy -pass 1
+ -ovc divx4 -divx4opts br=<bitrate>
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
+ -ovc divx4 -divx4opts br=<bitrate>
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 inserted into the destination file.. and it's all ready!
MEncoder decodes the input image(s) with libjpeg
- (when decoding PNGs, it will use libpng).
libjpeg
+ (when decoding PNGs, it will use libpng).MEncoder then feeds the decoded image to the chosen video compressor - (DivX4, Xvid, ffmpeg msmpeg4, etc...). Watch for the PNG decoder, as - currently it can output only to RGB formats, thus can't be used with codecs - that require YUV as input, like DivX4 or ffmpeg's msmpeg4.
+