[FFmpeg-cvslog] doc/filters: add another afftfilt example
Paul B Mahol
git at videolan.org
Sun Oct 16 12:03:20 EEST 2022
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Oct 16 11:04:25 2022 +0200| [fd5c273f26d05738f4ec6c0c16295fc307121efa] | committer: Paul B Mahol
doc/filters: add another afftfilt example
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd5c273f26d05738f4ec6c0c16295fc307121efa
---
doc/filters.texi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/filters.texi b/doc/filters.texi
index 5380b79d28..6be133baac 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1562,6 +1562,12 @@ Apply whisper effect:
@example
afftfilt="real='hypot(re,im)*cos((random(0)*2-1)*2*3.14)':imag='hypot(re,im)*sin((random(1)*2-1)*2*3.14)':win_size=128:overlap=0.8"
@end example
+
+ at item
+Apply phase shift:
+ at example
+afftfilt="real=re*cos(1)-im*sin(1):imag=re*sin(1)+im*cos(1)"
+ at end example
@end itemize
@anchor{afir}
More information about the ffmpeg-cvslog
mailing list