AI-Video-Cropper is a Python-based tool that leverages the power of GPT-4 (OpenAI's language model) to automatically analyze videos, extract the most interesting sections, and crop them for improved viewing experience. This project combines the capabilities of GPT-4, FFmpeg, and OpenCV to automate the process of identifying highlights in videos
Currently files are saved as {youtube_video_id}_{number}.mp4 therefore multiple processing of a single video is impossible because it would overwrite previous files. Make video id hashed. Something like hash(user_id, youtube_video_id, timestamp)
Currently files are saved as
{youtube_video_id}_{number}.mp4
therefore multiple processing of a single video is impossible because it would overwrite previous files. Make video id hashed. Something likehash(user_id, youtube_video_id, timestamp)