Skip to content

Docker container implementing petergeneric's unifi-protect-remux

Notifications You must be signed in to change notification settings

TokugawaHeavyIndustries/ubv-remux-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubv-remux-docker

Docker container implementing petergeneric's unifi-protect-remux

About

Docker container that includes petergeneric's Unifi-Protect-Remux and required dependencies, and a helper script for either single UBV files or to help automate large batches.

Usage

docker run --rm \
  -v /somepath/somedir:/remux \
  tokugawaheavyindustries/ubv-remux-docker \
  /remux 

Where /somepath/somedir is the location of your ubv files. You may also pass -with-audio to extract the audio as well:

[...]
tokugawaheavyindustries/ubv-remux-docker \
/remux \
-with-audio

The line /remux is the location of your ubv files. This is required. As the volume map is static as /remux, this is sufficient to process all ubv files contained in the folder. However, you may specify a single file to process:

[...]
tokugawaheavyindustries/ubv-remux-docker \
/remux/B4FBE49E90A7_0_rotating_1586463298463.ubv

Note that the output files are saved in the /remux directory, so, /somepath/somedir

About

Docker container implementing petergeneric's unifi-protect-remux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published