Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions longform2shorts/longform2shorts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down Expand Up @@ -259,4 +259,4 @@
}
}
]
}
}