INTERACT FORUM

More => Old Versions => Media Jukebox => Topic started by: Dieter on September 28, 2002, 05:06:39 pm

Title: How to Create a 24 KBit CBR MP3
Post by: Dieter on September 28, 2002, 05:06:39 pm
I need to save a file with 24 KBit CBR MP3 format.  Is there a way of doing this with MJ?  I noticed in the LAME documentation that LAME is capable of compressing down to 8 Kbit.  How do I get the MJ recorder to compress below the current 32 KBit CBR?

Thanks!
Title: Re: How to Create a 24 KBit CBR MP3
Post by: RemyJ on September 28, 2002, 05:49:27 pm
You can call the LAME encoder as an "External Encoder" and pass it any parameters you like.  LAME.EXE is in "c:\program files\j river\media jukebox\plugins".  The parameters would be something like
"-b24 --cbr %IN %OUT"