The branch, master has been updated via 6e63b978d32ea3449a7dbb47e9eb7c8ad00af30d (commit) from 36e374efb05a2ad81369980de98a0d78381ec81f (commit)
- Log ----------------------------------------------------------------- commit 6e63b978d32ea3449a7dbb47e9eb7c8ad00af30d Author: Timo Rothenpieler <t...@rothenpieler.org> AuthorDate: Sun Sep 14 15:33:31 2025 +0200 Commit: Timo Rothenpieler <t...@rothenpieler.org> CommitDate: Sun Sep 14 15:33:31 2025 +0200 doc/filters: fix missed reference to outdated option name diff --git a/doc/filters.texi b/doc/filters.texi index 726c1d97da..2567a68f5f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -29757,7 +29757,7 @@ Possible values: @itemize @item Capture a window by title (case-insensitive) at a maximum of 60 fps: @example -ffmpeg -filter_complex gfxcapture=window_text='(?i)My Application':max_framerate=60,hwdownload,format=bgra,format=yuv420p -c:v libx264 -crf 15 capture.mp4 +ffmpeg -filter_complex gfxcapture=window_title='(?i)My Application':max_framerate=60,hwdownload,format=bgra,format=yuv420p -c:v libx264 -crf 15 capture.mp4 @end example @item Capture monitor 1 at native refresh, 10bit color depth, scale to 1920x1080 preserving aspect: ----------------------------------------------------------------------- Summary of changes: doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list -- ffmpeg-cvslog@ffmpeg.org To unsubscribe send an email to ffmpeg-cvslog-le...@ffmpeg.org