You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: mention (a)loop defaults
Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
@@ -1145,12 +1145,13 @@ The filter accepts the following options:
|
|||||||
@table @option
|
@table @option
|
||||||
@item loop
|
@item loop
|
||||||
Set the number of loops. Setting this value to -1 will result in infinite loops.
|
Set the number of loops. Setting this value to -1 will result in infinite loops.
|
||||||
|
Default is 0.
|
||||||
|
|
||||||
@item size
|
@item size
|
||||||
Set maximal number of samples.
|
Set maximal number of samples. Default is 0.
|
||||||
|
|
||||||
@item start
|
@item start
|
||||||
Set first sample of loop.
|
Set first sample of loop. Default is 0.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@anchor{amerge}
|
@anchor{amerge}
|
||||||
@@ -9992,12 +9993,13 @@ The filter accepts the following options:
|
|||||||
@table @option
|
@table @option
|
||||||
@item loop
|
@item loop
|
||||||
Set the number of loops. Setting this value to -1 will result in infinite loops.
|
Set the number of loops. Setting this value to -1 will result in infinite loops.
|
||||||
|
Default is 0.
|
||||||
|
|
||||||
@item size
|
@item size
|
||||||
Set maximal size in number of frames.
|
Set maximal size in number of frames. Default is 0.
|
||||||
|
|
||||||
@item start
|
@item start
|
||||||
Set first frame of loop.
|
Set first frame of loop. Default is 0.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@anchor{lut3d}
|
@anchor{lut3d}
|
||||||
|
Reference in New Issue
Block a user