Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Super compress GaMeS with Compressors  (Read 6447 times)

0 Members and 1 Guest are viewing this topic.

great_compressor_pain

  • Guest
Super compress GaMeS with Compressors
« on: September 07, 2009, 10:10:25 AM »
I use UHARC , LAME for compression
I need help with Audio\video compression and with batch files

Salmon Trout

  • Guest
Re: Super compress GaMeS with Compressors
« Reply #1 on: September 07, 2009, 11:23:13 AM »
Due to inescapable facts of nature of compression algorithms, it is useless to try compressing material that already is compressed; examples: jpeg, mpeg, DivX, wmv, mov, mp3, etc. For help with batch files post in DOS section of Windows forums.

smeezekitty

  • Guest
Re: Super compress GaMeS with Compressors
« Reply #2 on: September 07, 2009, 01:33:50 PM »
For help with batch files post in DOS section of Windows forums.
@Salmon Trout (aka fish man)
the dos section is not on the windows forum
and you can compress the compressed
try putting mp3 or wmv in a zip archive
you will see it will reduce in size

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Super compress GaMeS with Compressors
« Reply #3 on: September 07, 2009, 01:37:38 PM »
Hardly at all...
" Anyone who goes to a psychiatrist should have his head examined. "

Salmon Trout

  • Guest
Re: Super compress GaMeS with Compressors
« Reply #4 on: September 07, 2009, 01:40:12 PM »
Hardly at all...

Max compression:

Code: [Select]
Directory of S:\Multimedia\Music\Adam Green - Sixes & Sevens

12/11/2008  18:30         2,798,646 18 Bed of Prayer.mp3
07/09/2009  20:38         2,789,939 18 Bed of Prayer.zip

You beat me to it

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Super compress GaMeS with Compressors
« Reply #5 on: September 07, 2009, 01:40:26 PM »
@Salmon Trout (aka fish man)
the dos section is not on the windows forum
and you can compress the compressed
try putting mp3 or wmv in a zip archive
you will see it will reduce in size

however it is futile, in 90% of cases where you use an adequate compression algorithm twice, the reduction will be both insignificant and possibly also redundant due to the overhead of whatever file headers are being used.

While using two different compression algorithms can sometimes bring a further reduction in size, to be frank such reductions are so small as to be insignificant.

I was trying to dereference Null Pointers before it was cool.

Salmon Trout

  • Guest
Re: Super compress GaMeS with Compressors
« Reply #6 on: September 07, 2009, 01:45:00 PM »
You can even end up with increases in size, several steps down the line.

Salmon Trout

  • Guest
Re: Super compress GaMeS with Compressors
« Reply #7 on: September 07, 2009, 01:45:56 PM »
the dos section is not on the windows forum

I meant the Microsoft forum

Salmon Trout

  • Guest
Re: Super compress GaMeS with Compressors
« Reply #8 on: September 07, 2009, 01:47:07 PM »
By the way I paid for that Adam Green

smeezekitty

  • Guest
Re: Super compress GaMeS with Compressors
« Reply #9 on: September 07, 2009, 01:52:05 PM »
Salmon :
i can tell your trying to increase your post count

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Super compress GaMeS with Compressors
« Reply #10 on: September 07, 2009, 01:57:13 PM »
Salmon :
i can tell your trying to increase your post count

This is ludicrous coming from someone who went from zero to a thousand posting rubbish like this....
Please refrain from these offhand comments in the future.

patio.
" Anyone who goes to a psychiatrist should have his head examined. "

mroilfield



    Mentor
  • Thanked: 42
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 11
Re: Super compress GaMeS with Compressors
« Reply #11 on: September 09, 2009, 05:56:24 AM »
This is ludicrous coming from someone who went from zero to a thousand posting rubbish like this....
Please refrain from these offhand comments in the future.

patio.

Patio,

You forgot to mention that he did it in less then a month and a half.
You can't fix Stupid!!!

Salmon Trout

  • Guest
Re: Super compress GaMeS with Compressors
« Reply #12 on: September 09, 2009, 06:37:10 AM »
Patio,

You forgot to mention that he did it in less then a month and a half.

He has got 43 thanks so far though.

Quantos



    Guru
  • Veni, Vidi, Vici
  • Thanked: 170
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Guru
  • OS: Linux variant
Re: Super compress GaMeS with Compressors
« Reply #13 on: September 09, 2009, 05:35:48 PM »
however it is futile, in 90% of cases where you use an adequate compression algorithm twice, the reduction will be both insignificant and possibly also redundant due to the overhead of whatever file headers are being used.

While using two different compression algorithms can sometimes bring a further reduction in size, to be frank such reductions are so small as to be insignificant.



It's actually higher than 90%, it's far closer to 99.9%.  I've never run across a file that will get smaller by compressing it twice.  The second compression is ALWAYS larger than the original compression.
Evil is an exact science.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Super compress GaMeS with Compressors
« Reply #14 on: September 09, 2009, 05:38:06 PM »
if you use two different algorithms- take for example Zipping an MP3.
I was trying to dereference Null Pointers before it was cool.

Quantos



    Guru
  • Veni, Vidi, Vici
  • Thanked: 170
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Guru
  • OS: Linux variant
Re: Super compress GaMeS with Compressors
« Reply #15 on: September 09, 2009, 05:41:28 PM »
if you use two different algorithms- take for example Zipping an MP3.

What is worth a gain that small though?
Evil is an exact science.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Super compress GaMeS with Compressors
« Reply #16 on: September 09, 2009, 05:43:07 PM »
What is worth a gain that small though?


heavens no. like- another 1 or 2KB.

never worth the bother.
I was trying to dereference Null Pointers before it was cool.

Quantos



    Guru
  • Veni, Vidi, Vici
  • Thanked: 170
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Guru
  • OS: Linux variant
Re: Super compress GaMeS with Compressors
« Reply #17 on: September 09, 2009, 05:44:40 PM »
So like I said, 99.9% of the time.
Evil is an exact science.