I tried to compress the music-file from "The Dig" (DIGMUSIC.bun) with compress_scumm_bun under linux. Sadly after a few files the program ended with an error, or to be more correctly the used encoder tool ended with an error.
I start the tool with the following command:
Code: Select all
hase@sulaco ~/scummvm/tools $ ./compress_scumm_bun DIGMUSIC.bun ~ ~/tmp --ogg
Code: Select all
Opening with wav module: WAV file reader
Encoding "/home/hase/tmp/CANYON~4.IMU_reg003.wav" to
"/home/hase/tmp/CANYON~4.IMU_reg003.ogg"
at quality 3,00
[ 87,6%] [ 0m00s remaining] /
Done encoding file "/home/hase/tmp/CANYON~4.IMU_reg003.ogg"
File length: 0m 02,0s
Elapsed time: 0m 00,1s
Rate: 20,3105
Average bitrate: 54,7 kb/s
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `oggenc --quality=3 --output=""/home/hase/tmp/CATH(A~1.IMU_reg000".ogg" ""/home/hase/tmp/CATH(A~1.IMU_reg000".wav" '
Got error from encoder. (check your parameters)
Encoder Commandline: oggenc --quality=3 --output=""/home/hase/tmp/CATH(A~1.IMU_reg000".ogg" ""/home/hase/tmp/CATH(A~1.IMU_reg000".wav"
Does anybody managed it to compress this file under linux?
Regards
Sebastian