diff options
author | Kevin Mark <kmark937@gmail.com> | 2017-05-27 10:10:46 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-05-28 04:03:52 +0200 |
commit | 3ad48f9acb19c5eb233cd0f1aa90e085cce54cba (patch) | |
tree | d0b4d81822a142594219dd9c30b572336409d92b | |
parent | a3ba6a66a3eec0431d3f5bec8253660b9fc8eae7 (diff) | |
download | ffmpeg-3ad48f9acb19c5eb233cd0f1aa90e085cce54cba.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 68f54f19b0..9c0cbb6975 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10598,7 +10598,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 |