Hi @BenLee
It really depends on the duplication probability of the files, since compression may not achieve much of a saving with those file types.
Please take a look at Optimize Storage Space Using Deduplication for an explanation on how deduplication works.
In summary, we take a data block for a certain size, e.g. 128 KB and generate a signature for that data block. If that same 128 KB data block is seen elsewhere, then it is considered a duplicate and not written to storage, a reference to the original unique block is recorded instead.
So, it’s next to impossible to provide certainty for deduplication savings without knowing the data.
Thanks,
Stuart