>>105752067 (OP)Yes. verify it by compressing some files, decompressing them, and comparing them byte-by-byte against the originals.
>>105753296If you want to fully understand this, research "entropy" (the information sense of the word, not the physics sense).
tldr: lossless compression works by finding redundant information and removing the redundancy. If your 12gb file has a lot of redundancy (maybe it's 12gb of logs or a massive CSV) then it'll compress very well.
But if it's a video compressed with a decent video compression codec, then it already has very little redundancy and you won't make it any smaller by zipping it.