docs: Spelling fixes to 9 texi files from /doc

credits to: Violet Lin (from Google Code-in)

Signed-off-by: burek <burek021@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
root
2011-11-29 17:54:49 +01:00
committed by Michael Niedermayer
parent b0a90c2004
commit 551b9eb9ef
9 changed files with 35 additions and 35 deletions

View File

@ -51,7 +51,7 @@ same for all the files in the sequence.
The following example shows how to use @file{ffmpeg} for creating a
video from the images in the file sequence @file{img-001.jpeg},
@file{img-002.jpeg}, ..., assuming an input framerate of 10 frames per
@file{img-002.jpeg}, ..., assuming an input frame rate of 10 frames per
second:
@example
ffmpeg -r 10 -f image2 -i 'img-%03d.jpeg' out.avi