-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: Automation
-
Tags:
-
Sprint:nxNest Sprint 9.1.3
-
Story Points:2
Apply the following automation chain to 4 different videos of varying lengths and formats:
params:
- sliceStart:
type: string
- sliceDuration:
type: string
operations:
- Context.FetchDocument
- Video.Slice:
duration: 00:00:05
encode: 'false'
- WebUI.DownloadFile
- 00:00:09 .mpg Video was not altered at all
- 00:01:45 .mov Video was cut to 6 seconds
- 00:10:22 .mp4 Video was cut to 11 seconds
- 00:01:12 .mp4 Video was cut to 21 seconds