Signed-off-by: Andreas Rheinhardt <[email protected]> --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi index f8d99b7171..b8e413a40d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -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 -- 2.30.2 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
