Mercurial > mplayer.hg
changeset 8502:3158c0e8e7e1
sync
author | nicolas |
---|---|
date | Fri, 20 Dec 2002 20:39:11 +0000 |
parents | 97ebc535a60a |
children | 9dbb9c710480 |
files | DOCS/French/encoding.html |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/French/encoding.html Fri Dec 20 20:32:15 2002 +0000 +++ b/DOCS/French/encoding.html Fri Dec 20 20:39:11 2002 +0000 @@ -31,9 +31,9 @@ <CODE> rm frameno.avi</CODE> - enlevez ce fichier, qui peut provenir d'un encodage 3-passes précédent (il interfère avec l'actuel)<BR> <CODE> mencoder -dvd 2 -ovc lavc -lavcopts - vcodec=mpeg4:vpass=1:plus_d_options -oac copy -o film.avi<BR> + vcodec=mpeg4:vpass=1 -oac copy -o film.avi<BR> mencoder -dvd 2 -ovc lavc -lavcopts - vcodec=mpeg4:vpass=2:plus_d_options -oac copy -o film.avi</CODE></P> + vcodec=mpeg4:vpass=2 -oac copy -o film.avi</CODE></P> <P><U><B>Encodage 3-passes:</B></U> c'est une extension de l'encodage 2-passes, où l'encodage audio prends place dans une passe séparée. Cette méthode permet @@ -70,11 +70,11 @@ <P><CODE> rm frameno.avi</CODE> - enlevez ce fichier, qui peut provenir d'un encodage 3-passes précédent (il interfère avec l'actuel)<BR> <CODE> mencoder -dvd 2 -ovc frameno - -o frameno.avi -oac mp3lame -lameopts vbr=3:plus_d_options<BR> + -o frameno.avi -oac mp3lame -lameopts vbr=3<BR> mencoder -dvd 2 -ovc lavc - -lavcopts vcodec=mpeg4:vpass=1:more_options -oac copy -o film.avi<BR> + -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o film.avi<BR> mencoder -dvd 2 -ovc lavc - -lavcopts vcodec=mpeg4:vpass=2:plus_d_options -oac copy -o film.avi</CODE></P> + -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o film.avi</CODE></P> <H3><A NAME="rescaling">2.4.2 Redimensionnement des films</A></H3> @@ -92,7 +92,7 @@ <H5>Utilisation:</H5> <P><CODE> mencoder entree.mpg -ovc lavc -lavcopts - vcodec=mpeg4:plus_d_options -vop scale=640:480 -oac copy -o + vcodec=mpeg4 -vop scale=640:480 -oac copy -o sortie.avi</CODE></P>