petergeneric / unifi-protect-remux

Tool to help remux .ubv files from Ubiquiti's Unifi Protect system so they can be turned into standard .mp4 files
GNU Affero General Public License v3.0
277 stars 21 forks source link

Combine contiguous .ubv files into one larger file #5

Closed petergeneric closed 2 years ago

petergeneric commented 4 years ago

It might be useful (where multiple .ubv files are provided) to automatically recognise if the media is contiguous, and emit a single .mp4 combining all partitions

petergeneric commented 4 years ago

Automatically detecting this would be a bit complicated (technically simple, but it'd need to put all the ubvinfo results in memory which would be costly). Perhaps simpler to have a commandline option to combine a set of .ubv files together