# HG changeset patch
# User gpoirier
# Date 1129235490 0
# Node ID a2a291299ae14c5bd82e100d5476a4393cc799a6
# Parent 5f23a3beddfd57cca25d646ced5a88dfd1c0d2d3
fixes suggested by Diego and Alex
diff -r 5f23a3beddfd -r a2a291299ae1 DOCS/xml/en/mencoder.xml
--- a/DOCS/xml/en/mencoder.xml Thu Oct 13 20:27:48 2005 +0000
+++ b/DOCS/xml/en/mencoder.xml Thu Oct 13 20:31:30 2005 +0000
@@ -134,7 +134,7 @@
avi
- Audio-Video Interleave
+ Audio-Video Interleaved
mpeg
@@ -156,7 +156,7 @@
is best handled, and the one for which MEncoder
was designed.
As noted above, other container formats are usable, but you may
- experience some problems when using them.
+ experience problems when using them.
@@ -187,7 +187,7 @@
avi
- Audio-Video Interleave
+ Audio-Video Interleaved
wav
@@ -203,7 +203,7 @@
rm
- RealAudio and RealVideo
+ RealMedia
au
@@ -229,12 +229,12 @@
As you can see, libavformat
- allows MEncoder to mux into a considerable
+ allows MEncoder muxing into a considerable
variety of containers.
Unfortunately, as MEncoder was not designed
- from the beginning to support other container formats than AVI,
+ from the beginning to support container formats other than AVI,
your should really be paranoid about the resulting file.
- Please check to be sure that the audio/video synchronization is okay
+ Please check to be sure that the audio/video synchronization is OK
and that the file can be played correctly by players other than
MPlayer.
@@ -242,10 +242,10 @@
Example:
- Creating a Macromedia Flash video suitable to be played in a web browser
+ Creating a Macromedia Flash video suitable for playback in a web browser
with the Macromedia Flash plugin:
-mencoder input.avi -o ouput.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc \
+mencoder input.avi -o output.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc \
-lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 \
-srate 22050