GUIDE: Compressing audio/video to vorbis in 4 easy steps!

Ask for help with ScummVM problems

Moderator: ScummVM Team

puntloos
Posts: 17
Joined: Mon Jan 02, 2006 3:53 pm

0.4...

Post by puntloos »

Okay then, pulled out my full throttle CD, gave it all a try, and Im pretty sure this new version will handle both Full Throttle and The Dig right.

Mind you I don't own the Dig, but I did play full throttle through till I was doing the mine runs (which might confuse scummvm with bad FLU files) and that worked fine - compress_san puts them into the destination dir.

I also added queen.tbl to the package, just to make sure it's in there when the script is done.

Thanks for the input so far :)
puntloos
Posts: 17
Joined: Mon Jan 02, 2006 3:53 pm

Sigh 0.5

Post by puntloos »

Since I was on a roll I've also pulled the CDs of Sam and Max and Day of the Tentacle. Turns out Ive had those dirs slightly wrong too. Woops. Fixed.
Last edited by puntloos on Fri Jan 27, 2006 1:46 pm, edited 1 time in total.
raschi
Posts: 46
Joined: Mon Jan 23, 2006 6:57 pm

Post by raschi »

Now if only you can fix the slashes in dig.bat move commands :wink:
puntloos
Posts: 17
Joined: Mon Jan 02, 2006 3:53 pm

Post by puntloos »

Oops. :oops:

Fixed that.
miracle.flame
Posts: 7
Joined: Sun Jan 29, 2006 1:56 pm

some fixes

Post by miracle.flame »

A lot of thanks for this compression pack/guide!!! It really helped me. :)
I suggest to integrate this pack directly into ScummVMtools pack on download page when it's flawless. Ask authors with my recommendation. :wink:

I found some bugs in v0.6 concerning Full throttle, Monkey3 and The Dig.

There are minor bugs in Monkey3 and The Dig, both concerning target directing. After compressing need to check with the source and synchronize. Can be fixed..sample for monkey3:
(A directory RESOURCE has to be made in target dir)

Code: Select all

compress_san.exe BBSAN.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe CURSERNG.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe FG010GP.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe FINALE.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe KIS030.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe LAVARIDE.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe LIFTCRSE.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe MORESLAW.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe WRECKSAN.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe ZAP010.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe NEWBOOTS.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe OPENING.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe SB010.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe SB020.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_san.exe SINKSHP.SAN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_scumm_bun.exe MUSDISK1.BUN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_scumm_bun.exe MUSDISK2.BUN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_scumm_bun.exe VOXDISK1.BUN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3 
compress_scumm_bun.exe VOXDISK2.BUN Monkey3Source\RESOURCE Monkey3\Resource --ogg -q 3
move Monkey3Source\RESOURCE\*.NUT Monkey3\resource
move Monkey3Source\RESOURCE\*.TAB Monkey3\resource
move Monkey3Source\COMI.* Monkey3
Sample for The Dig:
(A directory VIDEO has to be made in target dir)

Code: Select all

compress_scumm_bun.exe digmusic.bun TheDigSource TheDig --ogg  -q 3 
compress_scumm_bun.exe digvoice.bun TheDigSource TheDig --ogg  -q 3 
compress_san alcove.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san asttun.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san darkcave.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san m1.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san m2.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san nexuspan.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san pigout.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san rtram1.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san rtram2.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san rtram3.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san rtram4.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san rtram5.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sky.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq1.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq10.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq11.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq12a.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq12b.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq13.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq14b.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq14sc04.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq14sc07.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq14sc11.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq14sc14.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq14sc16.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq14sc19.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq14sc22.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq15a.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq15b.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq17.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq18a.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq18b.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq18sc15.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq19a.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq19b.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq19c.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq2.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq3.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq4.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq5.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq6.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq6sc3.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq7.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq8a.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq8a1.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq8b.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq8c.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san sq9.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san tombdwn1.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san tombdwn2.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san tram1.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san tram2.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san tram3.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san tram4.san TheDigSource\video TheDig\Video --ogg  -q 3 
compress_san tram5.san TheDigSource\video TheDig\Video --ogg  -q 3
move TheDigSource.LA0 TheDig
move TheDigSource.LA1 TheDig
move TheDigSource\LANGUAGE.BND TheDig
move TheDigSource\Video\*.NUT TheDig\Video
move TheDigSource\Video\*.TRS TheDig\Video
move TheDigSource\*.NUT TheDig

There are some major problems in Full Throttle.
1.compress_scumm_sou.exe and oggenc.exe are missing in Source dir thus compression of monster.sou doesn't work.
2.the batch makes a real mish-mash in target dir after compressing.

Point 2 fix sample:
(A directories DATA and VIDEO have to be made in target dir)

Code: Select all

compress_san 2009_10.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san ACCIDENT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BARKDOG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BC.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BENBURN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BENESCPE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BENFLIP.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BENHANG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BIGBLOW.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BIKESWAR.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BLINK.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BLINK2.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BLINK3.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BOLUSKIL.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BURST.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san BURSTDOG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san CABSTRUG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san CATCHUP.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san CES_NITE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san CHASEBEN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san CHASOUT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san CHASTHRU.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san CREDITS.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san CRUSHDOG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san CVRAMP.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san DAZED.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san DRIVEBY.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san ESCPPLNE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san FANSTOP.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san FI_14.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san FI_14_15.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san FIRE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san FISHFEAR.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san FISHGOG2.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san FISHGOGG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san FLINCH.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san FULPLANE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san GETNITRO.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san GOTCHA.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san GR_LOS.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san GR_WIN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san HI_SIGN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san HITDUST1.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san HITDUST2.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san HITDUST3.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san HITDUST4.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san INTO_FAN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san INTRO4.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san INTROD_8.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san JG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san JUMPGORG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san KICK_OFF.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san KILLGULL.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san KR.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san KS_1.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san KS_11.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san KS_111.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san KS_IV.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san KS_V.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san KS_X.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san LIFTBORD.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san LIFTCHAY.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san LIFTGOG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san LIFTMACE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san LIFTSAW.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san LIMOBY.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san LIMOCRSH.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san LIMOROAR.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san MINEDRIV.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san MINEEXIT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san MINEFITE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san MO_FUME.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san MOEJECT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san MOREACH.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san MWC.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san NAMES_MO.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san NB_BLOW.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san NITEFADE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san NITERIDE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san NTREACT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san OFFGOGG.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san OM.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san PLNCRSH.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san REACHHER.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san REALRIDE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san REV.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san RIDEAWAY.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san RIDEOUT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san RIP_KILL.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san RIPBROW.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san RIPSHIFT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san ROTTFITE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san ROTTFLIP.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san ROTTOPEN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san SCRAPBOT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san SEEN_RIP.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san SHEFALLS.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san SHORTOPN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san SHOWSMRK.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san SHOWUP1.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san SNAPFOTO.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san SNSETRDE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san SQUINT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TC.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TEETBURN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TINYPLNE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TINYTRUC.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TINYTRUK.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TOKCRGO.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TOMINE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TORANCH.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TOVISTA1.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TOVISTA2.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san TRKCRSH.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san VISION.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san VISTTHRU.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WEREINIT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WHIP_PAN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_BEN.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_BENC.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_BENR.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_BENV.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_CAVE.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_CVKO.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_ROTT.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_VLTC.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_VLTP.SAN Throttlesource\data Throttle\data --ogg -q 3 
compress_san WR2_VLTS.SAN Throttlesource\data Throttle\data --ogg -q 3
move Throttlesource\data\*.NUT Throttle\data
move Throttlesource\data\*.RIP Throttle\data
move Throttlesource\data\*.TRS Throttle\data

compress_san 2009_10.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san ACCIDENT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BARKDOG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BC.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BENBURN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BENESCPE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BENFLIP.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BENHANG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BIGBLOW.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BIKESWAR.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BLINK.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BLINK2.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BLINK3.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BOLUSKIL.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BURST.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san BURSTDOG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san CABSTRUG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san CATCHUP.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san CES_NITE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san CHASEBEN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san CHASOUT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san CHASTHRU.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san CREDITS.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san CRUSHDOG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san CVRAMP.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san DAZED.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san DRIVEBY.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san ESCPPLNE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san FANSTOP.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san FI_14.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san FI_14_15.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san FIRE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san FISHFEAR.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san FISHGOG2.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san FISHGOGG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san FLINCH.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san FULPLANE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san GETNITRO.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san GOTCHA.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san GR_LOS.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san GR_WIN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san HI_SIGN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san HITDUST1.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san HITDUST2.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san HITDUST3.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san HITDUST4.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san INTO_FAN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san INTRO4.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san INTROD_8.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san JG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san JUMPGORG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san KICK_OFF.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san KILLGULL.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san KR.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san KS_1.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san KS_11.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san KS_111.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san KS_IV.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san KS_V.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san KS_X.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san LIFTBORD.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san LIFTCHAY.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san LIFTGOG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san LIFTMACE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san LIFTSAW.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san LIMOBY.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san LIMOCRSH.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san LIMOROAR.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san MINEDRIV.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san MINEEXIT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san MINEFITE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san MO_FUME.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san MOEJECT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san MOREACH.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san MWC.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san NAMES_MO.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san NB_BLOW.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san NITEFADE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san NITERIDE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san NTREACT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san OFFGOGG.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san OM.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san PLNCRSH.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san REACHHER.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san REALRIDE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san REV.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san RIDEAWAY.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san RIDEOUT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san RIP_KILL.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san RIPBROW.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san RIPSHIFT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san ROTTFITE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san ROTTFLIP.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san ROTTOPEN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san SCRAPBOT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san SEEN_RIP.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san SHEFALLS.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san SHORTOPN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san SHOWSMRK.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san SHOWUP1.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san SNAPFOTO.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san SNSETRDE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san SQUINT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TC.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TEETBURN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TINYPLNE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TINYTRUC.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TINYTRUK.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TOKCRGO.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TOMINE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TORANCH.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TOVISTA1.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TOVISTA2.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san TRKCRSH.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san VISION.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san VISTTHRU.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WEREINIT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WHIP_PAN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_BEN.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_BENC.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_BENR.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_BENV.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_CAVE.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_CVKO.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_ROTT.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_VLTC.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_VLTP.SAN Throttlesource\video Throttle\video --ogg -q 3 
compress_san WR2_VLTS.SAN Throttlesource\video Throttle\video --ogg -q 3
move Throttlesource\video\*.NUT Throttle\video
move Throttlesource\video\*.RIP Throttle\video
move Throttlesource\video\*.TRS Throttle\video

cd Throttlesource
compress_scumm_sou --vorbis -q 3 monster.sou
move monster.sog ..\Throttle
move ft.la0 ..\Throttle
move ft.la1 ..\Throttle
move *.nut ..\Throttle
move lec.trs ..\Throttle

Sorry I made it so big here. :roll:
I tested all of them three after my patch. Working!

Thank you again.
puntloos
Posts: 17
Joined: Mon Jan 02, 2006 3:53 pm

Re: some fixes

Post by puntloos »

miracle.flame wrote:A lot of thanks for this compression pack/guide!!! It really helped me. :)
I suggest to integrate this pack directly into ScummVMtools pack on download page when it's flawless. Ask authors with my recommendation. :wink:
Heh, well maybe I need to build some smartness copying only one copy of oggenc to the places it's needed instead of 10 copies etc. But then yeah I suppose it would not be out of place in the 'tools' package.
I found some bugs in v0.6 concerning Full throttle, Monkey3 and The Dig.

1.compress_scumm_sou.exe and oggenc.exe are missing in Source dir thus compression of monster.sou doesn't work.
That one I need to fix, then, will look into it.
2.the batch makes a real mish-mash in target dir after compressing.

Sorry I made it so big here. :roll:
I tested all of them three after my patch. Working!

Thank you again.
One big question I have: did you actually try everything with my scripts? The reason I ask is that scummvm does not care which directory the datafiles are in. One big directory with all resources, audio, video, data will work just fine, at least in scummvm for windows. I've consciously just put everything in one big data dir.
Guybrush Peepwood
Posts: 11
Joined: Thu Nov 17, 2005 2:11 am

Post by Guybrush Peepwood »

Has anyone tried this with the Broken Sword games yet? I tried it out but it didn't seem to work. All I really need to compress are the big speech files.
puntloos
Posts: 17
Joined: Mon Jan 02, 2006 3:53 pm

Post by puntloos »

Guybrush Peepwood wrote:Has anyone tried this with the Broken Sword games yet? I tried it out but it didn't seem to work. All I really need to compress are the big speech files.
Since I don't own broken sword I had to make some guesses at file locations and so on. Guessed wrong, appearantly.

Can you send me the output of the compression program?
(by going into the DOS box, then navigating with DOS to the proper location and then running the script with output redirection?

Like so: (assuming the stuff is in D:\ScummCompress-0.6)
First:
WinXP/2k/2k3: Start -> Run -> cmd
Win98/95: Start -> Run -> command

Code: Select all

D:
cd \ScummCompress-0.6\Sword1\Sword1Source
dir /s >..\firstoutfile.txt
cd ..
sword1.bat >secondoutfile.txt
and then post both outfiles in the ScummCompress-0.6\Sword1 dir t

[edit]Woops made a mistake in the above code, fixed now[/edit]
Guybrush Peepwood
Posts: 11
Joined: Thu Nov 17, 2005 2:11 am

Post by Guybrush Peepwood »

Do I place the contents of both CDs into the folder (after renaming the speech and music files) or do I do them one at a time?

Also I can't get Full Throttle to compress either, it seems to expect all the SAN files to be in the root directory but they're actually in the VIDEO and DATA subdirectories.
puntloos
Posts: 17
Joined: Mon Jan 02, 2006 3:53 pm

Post by puntloos »

Guybrush Peepwood wrote:Do I place the contents of both CDs into the folder (after renaming the speech and music files) or do I do them one at a time?
Both CD's should be in the folder at the same time when you start the sword1.bat (or sword2.bat) file. Speech/audio renamed of course.
Also I can't get Full Throttle to compress either, it seems to expect all the SAN files to be in the root directory but they're actually in the VIDEO and DATA subdirectories.
Your (or at least mine) throttle CD contains a directory RESOURCE and in that directory it contains a RESOURCE/VIDEO and RESOURCE/DATA dir. The script expects you to copy the entire CD, including the RESOURCE dir into 'ThrottleSource'. It's designed for you to easily 'drag the entire CD' into the 'Source' directories.
miracle.flame
Posts: 7
Joined: Sun Jan 29, 2006 1:56 pm

sorry

Post by miracle.flame »

I really didn't check if ScummVM understands that mish-mash but I assume you're right and I mistaken. But I like to have everything in order so I made it look tidy.
Me too don't have Full Throttle directories DATA and VIDEO under RESOURCE dir. There's no RESOURCE directory. Maybe version difference.

I'd like to offer you a hand because I'm big fan of ScummVM and Scumm games. I can make the pack work with only one encoding tool of each type for all games and altogether improve it to be ready into ScummVMtools pack. If you accept send me a PM with your e-mail address so I can send you the file.
Last edited by miracle.flame on Wed Feb 01, 2006 9:27 am, edited 1 time in total.
Guybrush Peepwood
Posts: 11
Joined: Thu Nov 17, 2005 2:11 am

Re: sorry

Post by Guybrush Peepwood »

miracle.flame wrote:I really didn't check if ScummVM understands that mish-mash but I assume you're right and I mistaken. But I like to have everything in order so I made it look tidy.
Me too don't have Full Throttle directories DATA and VIDEO under RESOURCE dir. There's no RESOURCE directory. Maybe version difference.
There's a fairly recent rerelease that has the RESOURCE directory, I was trying to be smart in thinking it wouldn't be supported but obviously I failed. :lol: I would imagine more people have the original version that doesn't have the RESOURCE dir though.
Guybrush Peepwood
Posts: 11
Joined: Thu Nov 17, 2005 2:11 am

Post by Guybrush Peepwood »

Well, I tested the Sword1 compression and it seems to have worked perfectly. It squeezed it from 1.07 GB down to 300MB which is great. I'll test BS2 when I have time unless someone else beats me to it. One question - do I lose any audio quality by having it at such a low bps or is that the way it was originally recorded? Thanks for the help.
User avatar
Big Bottom
Posts: 17
Joined: Tue Feb 07, 2006 10:55 pm

Post by Big Bottom »

Is there any way to compress the files for The Curse of Monkey Island?
joachimeberhard
ScummVM Team Member
Posts: 377
Joined: Sat Sep 24, 2005 12:25 pm
Location: Austria

Re: sorry

Post by joachimeberhard »

miracle.flame wrote:mish-mash
loooool, does this phrase really exist in english?

sounds more like german pseudo-english to me. :D

(no offense intended) :wink:
Post Reply