Download View Only Streams Video From Microsoft Sharepoint/Onedrive
Download View Only Streams Video From Microsoft Sharepoint/Onedrive Ref:https://vball.fun/2021/12/10/download-view-only-video-from-microsoft-sharepoint/index.html In 1. Chrome/Edge(F12) -> Inspector -> Network -> in Filter enter "videomanifest" 2. Play the video 3. When the file show up Right-click on it and copy the link address 4. download ffmpeg tools " https://ffmpeg.org/download.html" ffmpeg -i "pasteTheManifestYouCopiedHere" -codec copy downloadedVideo.mp4 it get error, you can download the " videomanifest" file first by paste the copy link in browser and user follow command ffmpeg -i " videomanifest " -codec copy downloadedVideo.mp4