compress_scumm_bun

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
iPwnzorz
Posts: 300
Joined: Sat Jan 06, 2007 3:55 pm
Location: Hampshire, England

compress_scumm_bun

Post by iPwnzorz »

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 :wink:
User avatar
Longcat
Posts: 1061
Joined: Sat Sep 23, 2006 3:15 pm

Post by Longcat »

I might be wrong but I thought --vorbis was supposed to go on the end.
User avatar
iPwnzorz
Posts: 300
Joined: Sat Jan 06, 2007 3:55 pm
Location: Hampshire, England

Post by iPwnzorz »

No --help says it should be the first defined parameter.
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

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 :)
User avatar
iPwnzorz
Posts: 300
Joined: Sat Jan 06, 2007 3:55 pm
Location: Hampshire, England

Post by iPwnzorz »

D'oh! :oops:
User avatar
DrMcCoy
ScummVM Developer
Posts: 595
Joined: Sat Dec 17, 2005 1:33 pm
Location: Braunschweig, Germany
Contact:

Post by DrMcCoy »

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.)
User avatar
iPwnzorz
Posts: 300
Joined: Sat Jan 06, 2007 3:55 pm
Location: Hampshire, England

Post by iPwnzorz »

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
Post Reply