A complete automated solution to convert long-form content to multiple short-form clips and to upload them with just a single click.
This is what the script does right now:
Autonomously downloads a video with the given link Gets the transcripts of the video, feeds it to AI which generates a list of ideas along with exact timestamp. The list is exported as a json file. Uses that data to crop it in a short format and trim the video into segments and then add captions on top of it.
Right now, each of the steps are separate functions which have to be manually parsed. It shall all be unified in the final version.
This project is currently under active development. Expect changes, bugs, and missing features. Contributions and feedback are welcome!
Clipper-Automation.mp4