summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-14 10:53:04 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-14 10:53:04 +0000
commit3a2bc40e8609fb3b1ed3086a77630f93c9c29653 (patch)
treec7329377964cad9bc3943c8fbcc4887d16b3a8ad /DOCS
parent7a33a779b8aa078e8d8a6a11c0c802bac45c1034 (diff)
downloadmpv-3a2bc40e8609fb3b1ed3086a77630f93c9c29653.tar.bz2
mpv-3a2bc40e8609fb3b1ed3086a77630f93c9c29653.tar.xz
Nits suggested by The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15158 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/mencoder.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index 70d942d304..8de7fc4b18 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -1385,13 +1385,13 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,
<sect3 id="menc-feat-dvd-mpeg4-muxing-matroska">
<title>Muxing into the Matroska container</title>
<para>
- The Matroska is a free, open standard container format, aiming
+ Matroska is a free, open standard container format, aiming
to offer a lot of advanced features, which older containers
like AVI cannot handle.
For example, Matroska supports variable bitrate audio content
(VBR), variable framerates (VFR), chapters, file attachments,
- error detection (EDC) and modern A/V Codecs like "advanced audio
- coding" (AAC), "Vorbis" or "MPEG-4 AVC" (H.264), next to nothing
+ error detection code (EDC) and modern A/V Codecs like "Advanced Audio
+ Coding" (AAC), "Vorbis" or "MPEG-4 AVC" (H.264), next to nothing
handled by AVI.
</para>
@@ -1399,7 +1399,7 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,
The tools required to create Matroska files are collectively called
<application>mkvtoolnix</application>, and are available for most
Unix platforms as well as <application>Windows</application>.
- Given that Matroska is an open standard, you may find other
+ Because Matroska is an open standard you may find other
tools that suit you better, but since mkvtoolnix is the most
common, and is supported by the Matroska team itself, we will
only cover its usage.