summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorMoritz Barsnick <barsnick@gmx.net>2016-10-09 20:51:57 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-10-11 16:57:46 +0200
commit99d68d462fbd777cfd3fe055d4181a6f7c03fac7 (patch)
treeb40ac1338e710a498c6a7782bee7cb94d70a5c2a /doc/muxers.texi
parent5781256c013ee5be914105bef9fabd90ab7d7e3f (diff)
doc: fix various typos and grammar errors
Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 9ec2e31a5c..dbe53f5caf 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -295,14 +295,14 @@ the loops:
ffmpeg -i INPUT -loop 10 -final_delay 500 out.gif
@end example
-Note 1: if you wish to extract the frames in separate GIF files, you need to
+Note 1: if you wish to extract the frames into separate GIF files, you need to
force the @ref{image2} muxer:
@example
ffmpeg -i INPUT -c:v gif -f image2 "out%d.gif"
@end example
-Note 2: the GIF format has a very small time base: the delay between two frames
-can not be smaller than one centi second.
+Note 2: the GIF format has a very large time base: the delay between two frames
+can therefore not be smaller than one centi second.
@anchor{hash}
@section hash