Yes sure, I'll try this out also after transcripting first. To give a more better picture of my problem, let me elaborate it more.
I took one youtube video link which was in English. I loaded it & indexed it using GPTSimpleVectorIndex & then queried the index according to my question. This worked well.
Now next part is I downloaded this youtube video in my local and saved it as myyoutubevideo.mp4 in the same directory where this code script is present. I'd like to perform the same task i.e. loading, indexing & querying, but I don't know how to implement that from local storage