The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Exact Audio Copy file size questions

    Discussion in 'Windows OS and Software' started by JWBlue, Oct 6, 2009.

  1. JWBlue

    JWBlue Notebook Deity

    Reputations:
    85
    Messages:
    844
    Likes Received:
    9
    Trophy Points:
    31
    My compression settings are at 128kb/Low quality.

    In the EAC window, it says a song's compression size will be 3.48 MB.

    However, it is saving to my hard drive at 4,400 KB (which is 4.30 MB).

    Why is is it saving at a larger size? Is there anything I can do to reduce the size is saving at.

    What other settings can I change in order to reduce to file size a small amount that won't effect sound quality too much?
     
  2. Nebelwand

    Nebelwand Notebook Consultant

    Reputations:
    119
    Messages:
    213
    Likes Received:
    0
    Trophy Points:
    30
    Those sizes are estimates, there simply is no way to know the resulting file sizes unless you're encoding in CBR mode (not recommended because VBR yields better quality).

    If you need smaller files, you'll have to encode at lower bitrates (this obviously will affect sound quality) or switch to a more efficient compression format like AAC (not supported by many older devices which only support MP3).
     
  3. JWBlue

    JWBlue Notebook Deity

    Reputations:
    85
    Messages:
    844
    Likes Received:
    9
    Trophy Points:
    31
    I lowered the bit rate to 64 from 128 and the file size is the exact same.

    How can this be?

    The file sizes do change in the EAC window, but not on my hard drive.
     
  4. Clutch

    Clutch cute and cuddly boys

    Reputations:
    1,053
    Messages:
    2,468
    Likes Received:
    28
    Trophy Points:
    66
    Try defragmenting
     
  5. ScuderiaConchiglia

    ScuderiaConchiglia NBR Vaio Team Curmudgeon

    Reputations:
    2,674
    Messages:
    6,039
    Likes Received:
    0
    Trophy Points:
    205
    Why/how would fragmentation affect the final files size of the conversion?

    Gary
     
  6. Nebelwand

    Nebelwand Notebook Consultant

    Reputations:
    119
    Messages:
    213
    Likes Received:
    0
    Trophy Points:
    30
    I don't know how you've set up EAC, but after your previous threads I'm going to guess that you're using an external encoder (lame.exe), have set this up in EAC's compression options ("Use external program for compression") and are now trying to use the "Bit rate" dropdown menu in the same place.

    That won't work unless you use a special placeholder in the command line options textbox - if you don't, the setting chosen in the dropdown menu is irrelevant (same goes for the quality option directly below).

    But you shouldn't be using that menu anyway, for the best quality you're supposed to use LAME's built-in presets. You want to set it up this way:

    [​IMG]

    Here's the full options line, copy and paste it into the "Additional command-line options" text box in EAC's compression options:

    -V2 --id3v2-only --pad-id3v2 --ta "%a" --tt "%t" --tg "%m" --tl "%g" --ty "%y" --tn "%n" %s %d

    The -V switch at the beginning of the line controls quality (and therefore file sizes). Possible values are 0-9, with 0 being best quality (and biggest files), higher values decrease quality and file sizes. 2 is a good value to start with (transparent compression for most people), but since you're looking for small files you should experiment with higher values (3, 4, 5,...) until you find some sort of compromise between quality and size. More info here.