ez-nvr icon indicating copy to clipboard operation
ez-nvr copied to clipboard

Add a config file line to disable merging?

Open RidleyofZebes opened this issue 1 year ago • 2 comments

The individual video files are working great, but for some reason when it merges them it loses much of what it had, (most likely the fault of my gimpy server hardware, alas) resulting in video files that are only 45min to 16hr long instead of the full 24 hour video. A simple option to disable the merging would be appreciated.

RidleyofZebes avatar Mar 13 '24 02:03 RidleyofZebes

That's doable however will require a bit overhaul to current code. So it might take some time to implement.

cyb3rdoc avatar Mar 27 '24 15:03 cyb3rdoc

I updated the code and added option to enable/disable concatenation via config file. Updated code is in dev branch and docker image uses dev tag. Check dev docker image and let me know if this fixes your issues. Default option is 'true' so you should set it to 'false' in config file.

cyb3rdoc avatar Apr 11 '24 14:04 cyb3rdoc