diff options
author | Marth64 <marth64@proxyid.net> | 2024-01-03 12:45:51 -0600 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-01-04 01:07:02 +0100 |
commit | f7fa760b39874f857d9d4ddcd7c7b79c828a2c6a (patch) | |
tree | 1cf52c2a1bbae4cd7c46c1a7623cbf5779ccca34 | |
parent | 59686eaf336a71f2e9297f1f2df4587ea9dc76a0 (diff) | |
download | ffmpeg-f7fa760b39874f857d9d4ddcd7c7b79c828a2c6a.tar.gz |
doc/faq: fix scaling question typo
Signed-off-by: Marth64 <marth64@proxyid.net>
-rw-r--r-- | doc/faq.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 8b165eb436..39f28eef08 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -467,7 +467,7 @@ point acceptable for your tastes. The most common options to do that are @option{-qscale} and @option{-qmax}, but you should peruse the documentation of the encoder you chose. -@section I have a stretched video, why does scaling does not fix it? +@section I have a stretched video, why does scaling not fix it? A lot of video codecs and formats can store the @emph{aspect ratio} of the video: this is the ratio between the width and the height of either the full |