AI-generated Key Takeaways
-
Video offset can be represented in JSON format using either
offsetSeconds
oroffsetPercentage
, but not both at the same time. -
offsetSeconds
specifies the duration in seconds, with allowed values ranging from 0 to 86399. -
offsetPercentage
specifies the duration as a percentage of the total video length, with permitted values from 0 to 100.
Video Offset
JSON representation |
---|
{ "offsetSeconds": integer, "offsetPercentage": integer } |
Fields | |
---|---|
offsetSeconds |
Duration, in seconds. Do not set when
is set. Acceptable values are
to
, inclusive. |
offsetPercentage |
Duration, as a percentage of video duration. Do not set when
is set. Acceptable values are
to
, inclusive. |