mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-08 13:38:07 +00:00
doc/filters: add another afftfilt example
This commit is contained in:
parent
662e838ad6
commit
fd5c273f26
@ -1562,6 +1562,12 @@ Apply whisper effect:
|
|||||||
@example
|
@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"
|
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
|
@end example
|
||||||
|
|
||||||
|
@item
|
||||||
|
Apply phase shift:
|
||||||
|
@example
|
||||||
|
afftfilt="real=re*cos(1)-im*sin(1):imag=re*sin(1)+im*cos(1)"
|
||||||
|
@end example
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@anchor{afir}
|
@anchor{afir}
|
||||||
|
Loading…
Reference in New Issue
Block a user