1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

doc/filters: fix afade 2nd example

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-04-26 09:39:10 +00:00
parent 09250e3445
commit e0a636fadf

View File

@ -707,7 +707,7 @@ afade=t=in:ss=0:d=15
@item
Fade out last 25 seconds of a 900 seconds audio:
@example
afade=t=out:ss=875:d=25
afade=t=out:st=875:d=25
@end example
@end itemize