diff options
author | Kevin Mark <kmark937@gmail.com> | 2017-05-27 10:10:46 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-05-28 02:39:08 +0200 |
commit | 114e8716214d414d7965029ae5fe74668ed69e4a (patch) | |
tree | 44850cd747e8c05f4845882068c0810a653e3b2f | |
parent | 24133973fc242a2a911237957873af65ef20d086 (diff) | |
download | ffmpeg-114e8716214d414d7965029ae5fe74668ed69e4a.tar.gz |
doc/filters: Clarify scale2ref example
Signed-off-by: Kevin Mark <kmark937@gmail.com>
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 a0ab2fb0c7..107fe61447 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -12435,7 +12435,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 |