diff options
author | Niklas Haas <git@haasn.dev> | 2024-05-04 13:15:15 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-05-04 13:15:15 +0200 |
commit | df868bae239b263f7b71bfd3b5a5f4b0e5179ea1 (patch) | |
tree | 25a43e986faa127e96acbdb702106389b7b9b8a3 /doc | |
parent | 8bf0a9c2ca1ab46387f01687d7b9bb081a73b722 (diff) | |
download | ffmpeg-df868bae239b263f7b71bfd3b5a5f4b0e5179ea1.tar.gz |
doc/filters: mention scale2ref in replacement example
So ctrl+f "scale2ref" finds it.
Diffstat (limited to 'doc')
-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 c4efae01c6..595dc5044f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -21342,7 +21342,7 @@ scale='trunc(ih*dar/2)*2:trunc(ih/2)*2',setsar=1/1 @item Scale a subtitle stream (sub) to match the main video (main) in size before -overlaying. +overlaying. ("scale2ref") @example '[main]split[a][b]; [ref][a]scale=rw:rh[c]; [b][c]overlay' @end example |