1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-14 00:58:38 +02:00

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>
This commit is contained in:
Kevin Mark 2017-05-27 10:10:46 -04:00 committed by Michael Niedermayer
parent 75d881f1a9
commit 573e40e8f1

View File

@ -12077,7 +12077,7 @@ uses the reference video instead of the main input as basis.
@itemize @itemize
@item @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 @example
'scale2ref[b][a];[a][b]overlay' 'scale2ref[b][a];[a][b]overlay'
@end example @end example