Limit score of data compression

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SlipSSLinPark
    New Member
    • May 2018
    • 2

    Limit score of data compression

    Hello everyone.
    Is it possible to create software like Pied Piper from HBO's Silicon Valley? It compress files lossessly up to 5 times. For example, in the last episod of the first season they compress 132gb 3D video file to 24,35gb.
    So is it possible?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    If you're asking whether it's possible to achieve large lossless compression ratios with files. The answer is yes, just look at any number of zip programs.

    If you're asking whether it's possible to do the same thing with video files, the answer depends on what file format the video is encoded in. Most video file formats already use compression. You're not going to gain much by trying to compress an already compressed file. If it's a raw video format, then yes, you can use any number of similar techniques that zip programs use.

    Comment

    • SlipSSLinPark
      New Member
      • May 2018
      • 2

      #3
      okay. i'm gonna develop compression program like the same Pied Piper wich compress files without archiving. Can i do this? can i make algorithm to do like this? i mean whether it possible from the point of view of physics and maths? sorry if i pretty stupid

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        Is it possible? Like I've already said, yes it is, it's already been done. And there are multiple algorithms already available. Huffman encoding is one example.

        If what you're trying to do is create a brand new algorithm, then you'll most likely need an advanced math degree to do so.

        Comment

        Working...