main
full_videos.parquet
video → text
Google
eminem_speaking
Analyze the following video and give me a list of timestamps where it is just the rapper Eminem in the frame, and he is the only person speaking. Then transcribe the speech in that section of the clip. Format the response in a json array structure of start_time, end_time, only_eminem, and speech as two timestamps, a boolean, and a string.
For example:
[
{
"start_time": 0.0,
"end_time": 1.0,
"only_eminem": false,
"speech": "And how did that make you feel"
},
{
"start_time": 1.0,
"end_time": 3.2,
"only_eminem": true,
"speech": "I mean, man, it felt really good!"
}
]
Only respond with the json structureand nothing else. Make sure to include all the timestamps from 0.0 to the end of the video, and break up the clips on when Eminem starts and stops talking, with the camera fully on him.
{file_path} Apr 3, 2026, 1:38 AM UTC
Apr 3, 2026, 1:57 AM UTC
25 rows
291732 tokens$ 0.8010
25 rows processed, 291732 tokens used ($0.8010)
completed
2 columns, 25 rows