diff options
author | Kevin Mark <kmark937@gmail.com> | 2017-05-27 10:10:46 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-06-02 01:14:38 +0200 |
commit | 573e40e8f1c3b6aabd4e60520e3c6e7a72a7c629 (patch) | |
tree | cabbd81e21a6a3c94502bf7c02c43ee484ccd7ca | |
parent | 75d881f1a97905c22e2a3329b371c4ad87c292e6 (diff) | |
download | ffmpeg-573e40e8f1c3b6aabd4e60520e3c6e7a72a7c629.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 8e5e21f9ed..b1e063f63b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12077,7 +12077,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 |