INTERACT FORUM
More => Old Versions => Media Jukebox => Topic started 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!
-
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"