free Category:Basic
Add To Timestamp adds the desired number of seconds to each timestamp
If the timestamp is a list, it will add the corresponding seconds to each timestamp
E.g: Timestamp: [(0, 10), (20, 30)] Seconds: 5
Will create the following: [(0, 15), (25, 35)]
type | name | edge |
---|---|---|
timestamp | timestamp | True |
number | seconds | True |
type | name | edge |
---|---|---|
timestamp | timestamp | True |