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
It is a Google Chrome extension. The current master commit is working fine for me. You can download and unzip the extension by

https://github.com/MexxDirkx/SharePoint-Video-Downloader-Extension/archive/refs/heads/main.zip
. Once unzipped go tochrome://extensions/
using Google Chrome and enable Developer mode on the top right corner, clickLoad unpacked
, go to the unzipped folder and click select. You should see the extension enabled.Go to the Sharepoint video page you would like to download and click the extension icon then Detect video and copy the generated FFMPEG command to download the video.
