Videos like
- https://{ORGID}.sharepoint.com/personal/{USERID}/_layouts/15/stream.aspx?id={VIDEOID}%2Emp4&ga=1
- https://{ORGID}.sharepoint.com/:v:/p/{USERID}/{VIDEOID}
- Run video from SharePoint corporate account or OneDrive,
- In Chrome open
Web inspector
and inNetwork
filter byvideomanifest
- Copy this url
- Run
ffmpeg -i "%URL%" -codec copy outputvideo.mp4
I created an extension (with ChatGPT) that generates an FFmpeg command for downloading videos from SharePoint. It also allows you to download the transcription file. You can try it out here: https://github.com/MexxDirkx/SharePoint-Video-Downloader-Extension.