You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: segment-detection-workflow/example-workflow.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"title": "Video segment detection and edition workflow",
3
-
"description": "This workflow is a sample of how you can leverage AWS Step Functions for performing typical video edition. Specifically, this example uses a video that has a SMPTE color bars of random duration and the beginning. The workflow will get a demo video from S3, puts it through Amazon Rekognition for detecting segments, and then Amazon MediaConvert removes the initial video segment (SMPTE color bars).",
3
+
"description": "This workflow is meant to show you how to leverage AWS Step Functions for performing typical video edition tasks. Specifically, the example uses a video that has SMPTE color bars of random duration at the beginning. The workflow will get a demo video from S3, put it through Amazon Rekognition for detecting segments, and then Amazon MediaConvert removes the initial video segment (SMPTE color bars).",
0 commit comments