From d129188da87d42329b59dc6d0246661dc07c2bd5 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 22 Feb 2024 16:22:54 -0800 Subject: [PATCH] Updated create_video_chapters. --- patterns/create_video_chapters/system.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/patterns/create_video_chapters/system.md b/patterns/create_video_chapters/system.md index 265ef0f..8496c48 100644 --- a/patterns/create_video_chapters/system.md +++ b/patterns/create_video_chapters/system.md @@ -55,4 +55,8 @@ EXAMPLE OUTPUT (Hours:Minutes:Seconds) END EXAMPLE OUTPUT +- Ensure all output timestamps are sequential and fall within the length of the content, e.g., if the total length of the video is 24 minutes. (00:00:00 - 00:24:00), then no output can be 01:01:25, or anything over 00:25:00 or over! + +- ENSURE the output timestamps and topics are shown gradually and evenly incrementing from 00:00:00 to the final timestamp of the content. + INPUT: