Ask for help with ScummVM problems
Moderator: ScummVM Team
iPwnzorz
Posts: 300 Joined: Sat Jan 06, 2007 3:55 pm
Location: Hampshire, England
Post
by iPwnzorz » Wed Dec 24, 2008 1:36 pm
I can't seem to get my head around compress_scumm_bun and compress_scumm_san - I want to compress them to vorbis but I just get the help message!
Code: Select all
joe@ubuntu:~$ compress_scumm_bun --vorbis /usr/share/scummvm/games/dig/DIGMUSIC.BUN
That's what I'm doing, am I doing anything wrong?
Note to McCoy - I'm not using sudo
Longcat
Posts: 1061 Joined: Sat Sep 23, 2006 3:15 pm
Post
by Longcat » Wed Dec 24, 2008 3:36 pm
I might be wrong but I thought --vorbis was supposed to go on the end.
iPwnzorz
Posts: 300 Joined: Sat Jan 06, 2007 3:55 pm
Location: Hampshire, England
Post
by iPwnzorz » Wed Dec 24, 2008 4:27 pm
No --help says it should be the first defined parameter.
md5
ScummVM Developer
Posts: 2250 Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece
Post
by md5 » Wed Dec 24, 2008 4:53 pm
As the help says:
Code: Select all
compress_scumm_bun DIGMUSIC.BUN /usr/share/scummvm/games/dig /usr/share/scummvm/games/dig/out --vorbis
You also need to create a folder "out" under /dig
And --vorbis should be the last parameter, according to help
iPwnzorz
Posts: 300 Joined: Sat Jan 06, 2007 3:55 pm
Location: Hampshire, England
Post
by iPwnzorz » Wed Dec 24, 2008 5:01 pm
D'oh!
DrMcCoy
ScummVM Developer
Posts: 595 Joined: Sat Dec 17, 2005 1:33 pm
Location: Braunschweig, Germany
Contact:
Post
by DrMcCoy » Wed Dec 24, 2008 5:04 pm
md5 wrote: And --vorbis should be the last parameter, according to help
--help wrote: Params:
--mp3 encode to MP3 format (default)
--vorbis encode to Vorbis format
--flac encode to Flac format
(If one of these is specified, it must be the first parameter.)
iPwnzorz
Posts: 300 Joined: Sat Jan 06, 2007 3:55 pm
Location: Hampshire, England
Post
by iPwnzorz » Wed Dec 24, 2008 5:10 pm
Yep - FINALLY got there.
Now I just need to figure out compress_scumm_san - although I'm assuming it's more-or-less the same thing.
All in the name of diskspace and free codecs =D