This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
aevalsrc: enclose example arguments in double quotes
More paste friendly, consistent with other examples.
tags/n0.9
Stefano Sabatini
13 years ago
parent
2f468826ee
commit
ffb7c6e5ba
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/filters.texi
+ 1
- 1
doc/filters.texi
View File
@@ -350,7 +350,7 @@ aevalsrc="sin(10*2*PI*t)*sin(880*2*PI*t)"
@item
Generate 2.5 Hz binaural beats on a 360 Hz carrier:
@example
aevalsrc=0.1*sin(2*PI*(360-2.5/2)*t) : 0.1*sin(2*PI*(360+2.5/2)*t)
aevalsrc=
"
0.1*sin(2*PI*(360-2.5/2)*t) : 0.1*sin(2*PI*(360+2.5/2)*t)
"
@end example
@end itemize
Write
Preview
Loading…
Cancel
Save