We have a lot of images with similar background (can be represented as the camera on the street, make a 1 photo per minute). It is necessary to optimize their storage, ie, convert into something that will take up less space than the batch of jpeg images. Our idea was to convert images to video (for example mpeg)/use any video codec, calculated that he was "find a common background" and greatly reduce the size of stored without loss of quality. Are there any ready-made solutions for c# to achieve the goal? Googling have so far not resulted in.
I remembered the question. As a result, I decided to use ffmpeg, the most suitable codec was vp9 (pretty good x3 compress and acceptable x5).