I'm trying to build a program that transcribes a downloaded video on my computer. The app is built using LangChain. I see a lot of tutorials for how I can transcribe YouTube videos in LangChain using their YouTubeLoader + the WhisperParser, but I'm not sure how I can load a video from my computer instead of using the YouTubeLoader.
I also tried the UnstructuredFileLoader, but that doesn't seem to process mp3/mp4 either.