Welcome!
This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.
How to extract video from UNVR when it doesn't boot ( remuxing .uvb files to .mp4)
If you are unable to access the UNVR and require footage this is a way you can extract the files into mp4.
SSH Into UNVR
Go to home folder
cd ~
wget https://github.com/petergeneric/unifi-protect-remux/releases/download/v3.0.4/remux-arm64.tar.gz
tar -xf remux-arm64.tar.gz && rm remux-arm64.tar.gz && chmod +x remux
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-arm64-static.tar.xz
xz -d ffmpeg-release-arm64-static.tar.xz && tar -xf ffmpeg-release-arm64-static.tar && mv ffmpeg*arm64-static/ffmpeg ./ && rm ffmpeg-release-arm64-static.tar.xz && chmod +x ffmpeg
export PATH=$HOME:$PATH
Go to folder ex: /volume1/.srv/unifi-protect/video/
remux *.ubv
Keep Informed
About This Community
Question tools
Stats
Asked: 2/17/22, 4:11 PM |
Seen: 43 times |
Last updated: 2/17/22, 4:12 PM |