diff options
author | Timo Rothenpieler <[email protected]> | 2025-09-14 15:33:31 +0200 |
---|---|---|
committer | Timo Rothenpieler <[email protected]> | 2025-09-14 15:33:31 +0200 |
commit | 6e63b978d32ea3449a7dbb47e9eb7c8ad00af30d (patch) | |
tree | 849439dfcd229b697075c28edd3952fac7dbc8a4 | |
parent | 36e374efb05a2ad81369980de98a0d78381ec81f (diff) |
doc/filters: fix missed reference to outdated option name
-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 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: |