문제

We have 65 employees that record videos of 1-1.5 hours length. These videos are quite large. Is there any "good" compression software than can be used to minimize file size before the videos get uploaded to their SharePoint Online site?

도움이 되었습니까?

해결책

There is no such build in function in SP Online (that I know of as everything changes on the monthly basis)

MS provides some compression mechanism if you embed the video in the presentation. https://support.office.com/en-us/article/compress-your-media-files-a45c956a-f4a6-4d47-99ef-b408ac5a9a6b

You would have to create workflow that would call an automated service (Azure Function for example) that would compress the video and replace the original file.

Or have a 3rd party software to compress it manually by users before uploading.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top