From 9e4587cdb01148fa8d4e2f9f1e60a8d0d9df83f8 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Fri, 9 Feb 2024 11:26:01 -0500 Subject: [PATCH] Fix typos --- longform2shorts/longform2shorts.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/longform2shorts/longform2shorts.ipynb b/longform2shorts/longform2shorts.ipynb index d9c3c29..b096c12 100644 --- a/longform2shorts/longform2shorts.ipynb +++ b/longform2shorts/longform2shorts.ipynb @@ -64,7 +64,7 @@ "> 1. project: the name of the output file. Each row marked with the same label will be added to the same short\n", "> 2. video: the filename of the video source for the segment\n", "> 3. the starting timestamp of the segment to cut. Format: 00:00:00\n", - "> 4. sec_len: the lenght in seconds of the segment\n", + "> 4. sec_len: the length in seconds of the segment\n", "> 5. window: an orizontal video is divided in 5 different windows/vertical slice, partially overlapping. They are numbered from 0 to 4. 0-2-4 are contiguous, 1-3 are overlapping with the others (see images below).\n", "\n", "\n", @@ -82,7 +82,7 @@ "\n", "* Click on the \"Connect\" button on the right upper corner\n", "* Click on \"Runtime\" -> \"Run all\"\n", - "* Authorize GDrive access when propted and wait for the script to run\n", + "* Authorize GDrive access when prompted and wait for the script to run\n", "\n", "The script will produce, for each project, a vertical video (even more than 60 seconds) concatenating the various slices, with name {project_name}_output.mp4\n", "\n" @@ -259,4 +259,4 @@ } } ] -} \ No newline at end of file +}