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
Works beautifully. Remove everything from the URL after and including the
&
at...format=dash&...
Paste the URL into
yt-dlp 'URL' -o <your-destination-file-name>.mp4
.. without the -o option yt-dlp will complain about the filename being too long.