Here are my parameters:

Input format: MPEG 2 Layer III
Input Mode: Mono
Input S.Rate: 22KHz
Input B.Rate: 32kbps
Input File: input1

Output format: MPEG 1 Layer II
Output Mode: Mono
Output S.Rate: 44KHz
Output B.Rate: 32kbps
Output File: output1

Assuming all files are in the BESWEET.EXE folder what would be the syntax for this conversion? Note the drop from MPEG 2 to MPEG 1 and the layer change from III to II. Also the sample rate needs to change from 22 to 44 KHz.

Here is the closest I can get but it does not work.

BeSweet.exe -core( -input input1 -output output1 ) -toolame( -m m -b 32 -e )