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 inspectorand inNetworkfilter byvideomanifest - Copy this url
- Run
ffmpeg -i "%URL%" -codec copy outputvideo.mp4


None of the command line options worked for me -
401: Unauthorized, which really is to be expected if there's no auth token in the URL.I ended up using the excellent Chrome extension that @brendangooden has posted above. Installed it, refreshed my browser and downloaded the video first time. The transcript stuff is an added bonus.
Cheers @brendangooden! 🥃