[ scummvm-Bugs-2905473 ] GUI Tools: cannot use lame with compress_scumm_sou

SourceForge.net noreply at sourceforge.net
Sat Nov 28 23:07:38 CET 2009


Bugs item #2905473, was opened at 2009-11-28 22:07
Message generated for change (Tracker Item Submitted) made by criezy
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2905473&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Tools
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Thierry Crozat (criezy)
Assigned to: Nobody/Anonymous (nobody)
Summary: GUI Tools: cannot use lame with compress_scumm_sou

Initial Comment:
Using the GSoC 2009 GUI tool compiled on Saturday November 28 2009 on an
Intel mac running MacOS X 10.4.

When selecting a monster.sou file in the GUI Tools and mp3, I get the following error:

Fatal Error Occured: Error in MP3 encoder.(check parameters) 
MP3 Encoder Commandline:lame -t -r --bitwidth 8 --big-endian -m m -s 22050 --vbr-new -b 24 --resample 22050 -q 2 -V 4 -B 64 "tempfile.raw" "tempfile.mp3"

I get this wether I let the GUI auto-detect the tool or if I select it manually.

If I use the CLI if work well:
$ ./tools_cli --mp3 DOTT/monster.sou
=> gives me a working monster.so3 file.

If I call directly lame on a WAV file with the same argument it also works fine:
$ lame -t -r --bitwidth 8 --big-endian -m m -s 22050 --vbr-new -b 24 --resample 22050 -q 2 -V 4 -B 64 test.wav test.mp3
=> gives me a working test.mp3 file.

For info lame is installed in /usr/local/bin which is listed in the PATH environment variable.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2905473&group_id=37116




More information about the Scummvm-tracker mailing list