diff options
author | root <root@muzej.(none)> | 2011-11-29 17:54:49 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-29 18:26:06 +0100 |
commit | 551b9eb9efa68fa8adf843f190358237308f7e9a (patch) | |
tree | cafd0d18c24d37971ef278135d383064af897dc9 /doc/ffmpeg.texi | |
parent | b0a90c20041b1fc8e5cd2671c6ca59ec4b1a60df (diff) | |
download | ffmpeg-551b9eb9efa68fa8adf843f190358237308f7e9a.tar.gz |
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>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index b0d3a459e0..f6ca7dce12 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -84,7 +84,7 @@ described. @table @option @item -f @var{fmt} (@emph{input/output}) -Force input or output file format. The format is normally autodetected for input +Force input or output file format. The format is normally auto detected for input files and guessed from file extension for output files, so this option is not needed in most cases. @@ -102,7 +102,7 @@ Do not overwrite output files but exit if file exists. Select an encoder (when used before an output file) or a decoder (when used before an input file) for one or more streams. @var{codec} is the name of a decoder/encoder or a special value @code{copy} (output only) to indicate that -the stream is not to be reencoded. +the stream is not to be re-encoded. For example @example @@ -449,7 +449,7 @@ and the following constants are available: @end table @item -rc_override[:@var{stream_specifier}] @var{override} (@emph{output,per-stream}) -Rate control override for specific intervals, formated as "int,int,int" +Rate control override for specific intervals, formatted as "int,int,int" list separated with slashes. Two first values are the beginning and end frame numbers, last one is quantizer to use if positive, or quality factor if negative. |