From 0336518548cf5a3a7e9b6925394f7cd8e4912a38 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 9 Jan 2003 09:37:53 +0000 Subject: Appendix B and E numbered, encoding moved to a separate section. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8852 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/encoding.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'DOCS/encoding.html') diff --git a/DOCS/encoding.html b/DOCS/encoding.html index 76691651b7..68cc0f8744 100644 --- a/DOCS/encoding.html +++ b/DOCS/encoding.html @@ -10,12 +10,13 @@ -

2.4 Encoding with MEncoder

+

7. Encoding with MEncoder

For the complete list of available MEncoder options and examples, please see the man page.

-

2.4.1 Encoding 2 or 3-pass MPEG-4 ("DIVX")

+ +

7.1 Encoding 2 or 3-pass MPEG-4 ("DIVX")

2-pass encoding: the name comes from the fact that this method encodes the file twice. The first encoding (dubbed pass) @@ -78,7 +79,8 @@     mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o movie.avi

-

2.4.2 Rescaling movies

+ +

7.2 Rescaling movies

Often the need to resize movie images' size emerges. Its reasons can be many: decreasing file size, network bandwidth, etc. Most people @@ -98,7 +100,7 @@ output.avi

-

2.4.3 Stream copying

+

7.3 Stream copying

MEncoder can handle input streams in two ways: encode or copy them. This section is about copying.

@@ -119,7 +121,7 @@ -

2.4.4 Fixing AVIs with broken index or interleaving

+

7.4 Fixing AVIs with broken index or interleaving

Easiest thing. We simply copy the video and audio streams, and MEncoder generates the index. Of course this cannot fix possible bugs @@ -130,7 +132,7 @@

Command: mencoder -idx input.avi -ovc copy -oac copy -o output.avi

-

2.4.5 Encoding with the libavcodec codec family

+

7.5 Encoding with the libavcodec codec family

libavcodec provides simple encoding to a lot of interesting video and audio formats (currently its audio codecs are @@ -157,7 +159,7 @@ -lavcopts vcodec=mjpeg -oac copy

-

2.4.6 Encoding from multiple input image files (JPEGs, PNGs or TGAs)

+

7.6 Encoding from multiple input image files (JPEGs, PNGs or TGAs)

MEncoder is capable of creating movies from one or more JPEG, PNG or TGA files. With simple framecopy it can create MJPEG (Motion JPEG), MPNG @@ -203,7 +205,7 @@ Explanation of the process: -o output.avi

-

2.4.7 Extracting DVD subtitles to a Vobsub file

+

7.7 Extracting DVD subtitles to a Vobsub file

MEncoder is capable of extracting subtitles from a DVD into Vobsub fomat files. They consist of a pair of files ending in @@ -244,7 +246,7 @@ Explanation of the process: -vobsuboutindex 0 -vobsuboutid fr -sid 1

-

2.4.8 Preserving aspect ratio

+

7.8 Preserving aspect ratio

DVDs and SVCDs (i.e. MPEG1/2) files contain an aspect ratio value, which describes how should the player scale the video stream, so humans -- cgit v1.2.3