alexfazio/viral-clips-crew ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that takes a long video file and turns it into short, social media ready highlight clips automatically.
I want it to watch and listen to the video, find the most interesting or viral sounding moments, cut those segments out, and add subtitles so the final result is ready to post. It should be able to work from a local input folder, process one clip at a time, and save the finished outputs in a clean output folder. If it needs speech to text or video download tools, go ahead and use them. Please make it easy to run from one main command, and keep it simple enough that I can drop in a file and get results without doing a lot of setup.
If you need to check current docs for any of the libraries or APIs, feel free to look them up online and then wire everything together in a way that actually runs.
Are you gonna build this?
make sure you review the code using coderabbit