# HG changeset patch # User mosu # Date 1039966964 0 # Node ID 1a558102e0d448da9287ed2e9ac89ef8ec9fb6c4 # Parent 855b9c55d1b0cb6ae02b0e00c71e7786039446c1 bunkus: Removed "-oac copy" from the mf examples. Removed the paragraph about the "internal lavc controller": the examples right above that paragraph already use this syntax. diff -r 855b9c55d1b0 -r 1a558102e0d4 DOCS/encoding.html --- a/DOCS/encoding.html Sun Dec 15 10:54:33 2002 +0000 +++ b/DOCS/encoding.html Sun Dec 15 15:42:44 2002 +0000 @@ -78,28 +78,6 @@     mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2:more_options -oac copy -o movie.avi

-

2 or 3-pass encoding using internal libavcodec controller: - Optionally you can use libavcodec's internal 2 or 3-pass mode, it may give - you better final rate accuracy than using the external, DivX4-inspired 2-pass - rate controler with libavcodec.

- - - -

2.4.2 Rescaling movies

Often the need to resize movie images' size emerges. Its reasons can be @@ -202,27 +180,27 @@

Creating a DivX4 file from all the JPEG files in the current dir:
  mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 - -oac copy -o output.avi

+ -o output.avi

Creating a DivX4 file from some JPEG files in the current dir:
  mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 - -ovc divx4 -oac copy -o output.avi

+ -ovc divx4 -o output.avi

Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current dir:
  mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy - -oac copy -o output.avi

+ -o output.avi

Creating an uncompressed file from all the PNG files in the current dir:
  mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw - -oac copy -o output.avi

+ -o output.avi

Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:
  mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy - -oac copy -o output.avi

+ -o output.avi

Creating a Motion TGA (MTGA) file from all the TGA files in the current dir:
  mencoder \*.tga -mf on:w=800:h=600:fps=25:type=tga -ovc copy - -oac copy -o output.avi

+ -o output.avi

2.4.7 Extracting DVD subtitles to a Vobsub file