mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
doc/filters.texi: Correct asegment example
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
78a4a76c85
commit
a1094eaa30
@ -25715,7 +25715,7 @@ Split input audio stream into three output audio streams, starting at start of i
|
||||
and storing that in 1st output audio stream, then following at 60th second and storing than in 2nd
|
||||
output audio stream, and last after 150th second of input audio stream store in 3rd output audio stream:
|
||||
@example
|
||||
asegment=timestamps="60 | 150"
|
||||
asegment=timestamps="60|150"
|
||||
@end example
|
||||
|
||||
@end itemize
|
||||
|
Loading…
Reference in New Issue
Block a user