←back to thread

302 points simonw | 1 comments | | HN request time: 0.233s | source
1. dxxvi ◴[] No.41892566[source]
It seems to me that I don't know how to use the Google AI Studio. There is this youtube video with music lines at the top the video. I want to extract those music lines and put them in images. This is what I did: download the video with yt-dlp, get all the points of time at which I want to get the music line, use ffmpeg to extract frames at those points of time, use imagemagick to crop the music lines in those frames. It works but the tedious part is that I have to get all the points of time when there's a new music line. Does anybody know how to ask AI to do that?