View Single Post
  #5  
Old 12-04-2022, 03:56
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
Yes you will have null video files.

Zero bytes still takes up space, if you look at them in the file explorer the size doesn't change, since 00 bytes are repeated all until the end of the file, lossless data compression algorithms takes good use of repeated bytes, hence the compressed file is so small.

i think that's how it works though i am not sure.

OR

you can take srep for example, it just saves the position of dupes occurrence and copies a single of copy of these dupes to those positions during decompression.

Last edited by :( Sad8669; 12-04-2022 at 04:21.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
fabrieunko (16-04-2022)