summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-14 17:07:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-14 17:07:45 +0000
commit4c1b4f2c5d92bd271e557f01a6d2164560c4dcb1 (patch)
tree1e43c3bd12e3de22e6a9cb8eed76b7a8a2f68b4f /DOCS
parent8f625d4b3d39cf086f9b19db1b54bf279c40a032 (diff)
downloadmpv-4c1b4f2c5d92bd271e557f01a6d2164560c4dcb1.tar.bz2
mpv-4c1b4f2c5d92bd271e557f01a6d2164560c4dcb1.tar.xz
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13023 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/encoding-tips.txt4
-rw-r--r--DOCS/xml/en/mencoder.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/tech/encoding-tips.txt b/DOCS/tech/encoding-tips.txt
index e2f4282417..9f1c71c395 100644
--- a/DOCS/tech/encoding-tips.txt
+++ b/DOCS/tech/encoding-tips.txt
@@ -499,8 +499,8 @@ typically very "noisy", which doesn't help at all. Anyway :
> -ss 2:00 -endpos 0:30 -vf scale -zoom -xy 640 -o movie.avi
1) keyint=48 is way too low. The default value is 250, this is in *frames*
-not seconds. Key frames are significantly larger than P or B frames, so the
-less key frames you have, better the overall movie will be. (huh, like Yoda
+not seconds. Keyframes are significantly larger than P or B frames, so the
+less keyframes you have, better the overall movie will be. (huh, like Yoda
I speak ;). Try keyint=300 or 350. Don't go beyond that if you want
relatively precise seeking.
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index 52152d406d..26123f949a 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -457,7 +457,7 @@ Usage
<para>
With this feature of
<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
-you are able to set custom inter (I-frames/key frames) and intra
+you are able to set custom inter (I-frames/keyframes) and intra
(P-frames/predicted frames) matrices. It is supported by many of the codecs:
<systemitem>mpeg1video</systemitem> and <systemitem>mpeg2video</systemitem>
are reported as working.