otecart / AI-Shorts-Creator

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
0 stars 0 forks source link

Saved Files IDs #11

Closed otecart closed 3 months ago

otecart commented 3 months ago

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)