Mercurial > mplayer.hg
changeset 8454:1a558102e0d4
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.
author | mosu |
---|---|
date | Sun, 15 Dec 2002 15:42:44 +0000 |
parents | 855b9c55d1b0 |
children | d5514dbad2d8 |
files | DOCS/encoding.html |
diffstat | 1 files changed, 6 insertions(+), 28 deletions(-) [+] |
line wrap: on
line diff
--- 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</CODE></P> -<P><U><B>2 or 3-pass encoding using internal libavcodec controller:</B></U> - 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.</P> - -<UL> - <LI><B>2-pass encoding:</B><BR> - <CODE> - mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 (audio-options) -o - movie.avi<BR> - mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 (audio-options) -o - movie.avi</CODE></LI> - <LI><B>3-pass encoding:</B><BR> - <CODE>rm -f frameno.avi<BR> - mencoder -dvd 2 -ovc frameno (audio-options) -o frameno.avi<BR> - mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o - movie.avi<BR> - mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o - movie.avi</CODE></LI> -</UL> - - <H3><A NAME="rescaling">2.4.2 Rescaling movies</A></H3> <P>Often the need to resize movie images' size emerges. Its reasons can be @@ -202,27 +180,27 @@ <P><I>Creating a DivX4 file from all the JPEG files in the current dir:</I><BR> <CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 - -oac copy -o output.avi</CODE></P> + -o output.avi</CODE></P> <P><I>Creating a DivX4 file from some JPEG files in the current dir:</I><BR> <CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 - -ovc divx4 -oac copy -o output.avi</CODE></P> + -ovc divx4 -o output.avi</CODE></P> <P><I>Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current dir:</I><BR> <CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy - -oac copy -o output.avi</CODE></P> + -o output.avi</CODE></P> <P><I>Creating an uncompressed file from all the PNG files in the current dir:</I><BR> <CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw - -oac copy -o output.avi</CODE></P> + -o output.avi</CODE></P> <P><I>Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:</I><BR> <CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy - -oac copy -o output.avi</CODE></P> + -o output.avi</CODE></P> <P><I>Creating a Motion TGA (MTGA) file from all the TGA files in the current dir:</I><BR> <CODE>mencoder \*.tga -mf on:w=800:h=600:fps=25:type=tga -ovc copy - -oac copy -o output.avi</CODE></P> + -o output.avi</CODE></P> <H3><A NAME="vobsub">2.4.7 Extracting DVD subtitles to a Vobsub file</A></H3>