Find scenes in a movie and generate answers to questions
Create an API key
Create an index
movie_file
with the absolute path to the movie you want to index on your disk.top_k
to be 10.
Each result has an associated confidence score along with start and end timestamps.
Here are what the results look like:
start_seconds
and end_seconds
that specify which segment of the query video to use for the search. Note that these variables relate to the video we are using as our query and not the other videos that are in the index.