INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: What are Parameters for MP3 encoders?  (Read 722 times)

Loonie

  • Guest
What are Parameters for MP3 encoders?
« on: August 13, 2002, 09:48:33 am »

I have downloaded several "external" mp3 encoders, also tried the MJ converter, but that wont work for me.  what am i supposed to put in the "parameters" box when trying to convert a file into MP3?  cant find any instructions to help me out here
Logged

RemyJ

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1245
RE:What are Parameters for MP3 encoders?
« Reply #1 on: August 13, 2002, 10:13:15 am »

If you're using an "external" encoder, %IN and %OUT represent the input and out files repectively.  MJ will replace those tokens with the actual file names when it invokes the encoder.  All other options depend on the encoder and you'll need to consult its documentation.

MJ uses LAME as it's internal MP3 encoder but you can actually call it as an external encoder.  If you were to do that, you could use a parameter string like...

--cbr -ms -b256 -q2 --lowpass 19.5 %IN %OUT

Everything except the %IN and %OUT are LAME specific parameters.

Remy
Logged
Fedora 38 x86_64 Xfce
Pages: [1]   Go Up