You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters.texi: Fix the confusing description for find_rect and cover_rect command
Signed-off-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
edfced8c04
commit
1c3ed11893
@@ -10166,7 +10166,7 @@ Specifies the rectangle in which to search.
|
|||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item
|
@item
|
||||||
Generate a representative palette of a given video using @command{ffmpeg}:
|
Cover a rectangular object by the supplied image of a given video using @command{ffmpeg}:
|
||||||
@example
|
@example
|
||||||
ffmpeg -i file.ts -vf find_rect=newref.pgm,cover_rect=cover.jpg:mode=cover new.mkv
|
ffmpeg -i file.ts -vf find_rect=newref.pgm,cover_rect=cover.jpg:mode=cover new.mkv
|
||||||
@end example
|
@end example
|
||||||
@@ -10200,7 +10200,7 @@ Default value is @var{blur}.
|
|||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item
|
@item
|
||||||
Generate a representative palette of a given video using @command{ffmpeg}:
|
Cover a rectangular object by the supplied image of a given video using @command{ffmpeg}:
|
||||||
@example
|
@example
|
||||||
ffmpeg -i file.ts -vf find_rect=newref.pgm,cover_rect=cover.jpg:mode=cover new.mkv
|
ffmpeg -i file.ts -vf find_rect=newref.pgm,cover_rect=cover.jpg:mode=cover new.mkv
|
||||||
@end example
|
@end example
|
||||||
|
Reference in New Issue
Block a user