diff options
author | Kevin Mark <kmark937@gmail.com> | 2017-05-27 10:10:46 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-06-18 16:05:23 +0200 |
commit | 5aaec845738ba401a97eae4fb16955610f30b1d8 (patch) | |
tree | 44fc15aa38bafe2cc42022ec60d7a048c754ca9d | |
parent | f71d15f04fef53a870f8f00233edcb4fbb461580 (diff) | |
download | ffmpeg-5aaec845738ba401a97eae4fb16955610f30b1d8.tar.gz |
doc/filters: Clarify scale2ref example
Signed-off-by: Kevin Mark <kmark937@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 114e8716214d414d7965029ae5fe74668ed69e4a)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b482236e10..92f541de93 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11514,7 +11514,7 @@ uses the reference video instead of the main input as basis. @itemize @item -Scale a subtitle stream to match the main video in size before overlaying +Scale a subtitle stream (b) to match the main video (a) in size before overlaying @example 'scale2ref[b][a];[a][b]overlay' @end example |