From 7aba85856c1d0f7dbcbb55f77199f3a308cce478 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 22 Feb 2024 16:11:01 -0800 Subject: [PATCH] Updated create_video_chapters. --- patterns/create_video_chapters/system.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/patterns/create_video_chapters/system.md b/patterns/create_video_chapters/system.md index 4e5e950..9dd633f 100644 --- a/patterns/create_video_chapters/system.md +++ b/patterns/create_video_chapters/system.md @@ -12,13 +12,17 @@ Take a step back and think step-by-step about how you would do this. You would p - Name those subjects and/moments in 2-3 capitalized words. -- Note the timestamp for when those subjects or moments started in the content, based on the timestamps. +- Note the timestamp for when those subjects or moments started in the content, based on the timestamps. Note that input timestamps have the following format: 00:00:00 (HOURS:MINUTES:SECONDS) (HH:MM:SS) + +- Note the maximum length of the video based on the last timestamp. + +- Ensure all output timestamps are sequential and fall within the length of the content. # OUTPUT INSTRUCTIONS - Output the list of topics and timestamps in the YouTube format, like so: -EXAMPLE OUTPUT +EXAMPLE OUTPUT (Hours:Minutes:Seconds) 00:00:00 Members-only Forum Access 00:00:10 Live Hacking Demo