Hi everyone and Merry Christmas,
I was trying to download a file from OneDrive (Teams recording) in order to create an automated report with GPT.
However, I get some issues as the file is translated into a binary form. I’ve read the post, here but was not able to solve my problem.
Please see attached
Also, do you know what does that mean "
End of data sample, buffer was originally 19827 bytes long. SHA1: 8c8d710ae6295b4d29521599e3dcc3541c8caea0 ", in the screenshot here attached
Thanks for your help
Gaetan
samliew
December 26, 2024, 11:07am
2
MP4 files are not supported by OpenAI.
Try using a conversion service to get it into an audio file format.
For more information, see
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
Hi,
Thanks for your reply!
I am using Whisper. Audio files are supported by OpenAI for Whisper:
https://help.openai.com/en/articles/7031512-whisper-audio-api-faq
I really don’t understand why it doesn’t work.I even checked videos on youtube, they have the exact same format.For instance, let’s look at this one:
Thanks
samliew
December 29, 2024, 6:27am
4
That example you provided is an M4A, an audio format.
You are sending an MP4, a video format.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
I figured out. The MP4 works fine with Whisper !
The issue came from the fact that there was no audio in the video. I tried with other cases and it works now.
2 Likes