ffmpeg | branch: release/3.3 | Kevin Mark <[email protected]> | Sat May 27 10:10:46 2017 -0400| [573e40e8f1c3b6aabd4e60520e3c6e7a72a7c629] | committer: Michael Niedermayer
doc/filters: Clarify scale2ref example Signed-off-by: Kevin Mark <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> (cherry picked from commit 114e8716214d414d7965029ae5fe74668ed69e4a) Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=573e40e8f1c3b6aabd4e60520e3c6e7a72a7c629 --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
