Register
Site Login
Site Search
Forums
Advertisement
Welcome to PocketMatrix. PocketMatrix is dedicated to providing the best online community for mobile device developers and enthusiests. What's new?

How can I convert the cutscenes from "Broken Sword"


How can I convert the cutscenes from "Broken Sword"

Postby Mister Floppy » Apr 3, 2004 @ 10:17am

Hi,

on the website http://www.scummvm.org/downloads.php you can download the cutscene packs for "Broken Sword" vol. 1 and 2 with english voices.

I've got the german versions of the games (which is here called "Baphomets Fluch") on CD. I would like to convert the cutscenes located in the folders Smackshi/Smackslo so that I can play the games within (Pocket-)Scumm. What is needed for this and how can I do it?

Bye

Mister Floppy
Don't give spam a chance: http://www.sneakemail.com
User avatar
Mister Floppy
pm Member
 
Posts: 10
Joined: Aug 26, 2003 @ 7:34pm
Location: Germany


Postby Arisme » Apr 3, 2004 @ 11:05am

You have everything ready in this pack http://www.ggwsf.net/bsvideo.zip - mirror http://arisme.free.fr/PocketScumm/binaries/bsvideo.rar
(using the files from SmacksHi directory)

Note that it's recommended to use a smaller resolution and MP3 sound for PocketScumm - you'll need to change the encoding this way to get a smoother playback

change

mencoder temp\candle.avi -o ready\candle.mp2 -ovc lavc -nosound -lavcopts vcodec=mpeg2video:vhq:vbitrate=2400 -fps 24


to

mencoder temp\candle.avi -o ready\candle.mp2 -ovc lavc -nosound -lavcopts vcodec=mpeg2video:vhq:vbitrate=512 -vf scale=480:304 -fps 24


(repeat for each file)

and

oggenc temp\candle.wav -o ready\candle.ogg -q 0,5


to

lame -V 2 temp\candle.wav ready\candle.mp3


(you'll need to install lame http://www.trudyholler.com/extras/razor ... e-3.92.zip)
Last edited by Arisme on Mar 29, 2005 @ 1:12am, edited 1 time in total.
Arisme
pm Insider
 
Posts: 1453
Joined: Jan 27, 2002 @ 1:07am
Location: France


Can the other speech/sound files be compressed, too?

Postby Mister Floppy » Apr 3, 2004 @ 2:46pm

Hi Arisme,

thanks again for your help, it worked!

Is it possible to compress the other sound files (.wav from directory music and .clu from directory speech), too?

CU

Mister Floppy
Don't give spam a chance: http://www.sneakemail.com
User avatar
Mister Floppy
pm Member
 
Posts: 10
Joined: Aug 26, 2003 @ 7:34pm
Location: Germany


Postby Arisme » Apr 3, 2004 @ 4:08pm

not yet !
Arisme
pm Insider
 
Posts: 1453
Joined: Jan 27, 2002 @ 1:07am
Location: France


Postby Guest » Apr 6, 2004 @ 9:44pm

can this same technique be used to optimize the reencoded videos on your website?
Guest
 


Postby Arisme » Apr 7, 2004 @ 2:04am

It may be possible, but it's better to re-encode the original files.
Arisme
pm Insider
 
Posts: 1453
Joined: Jan 27, 2002 @ 1:07am
Location: France


Postby Guest » Sep 10, 2004 @ 1:30pm

of course, BS2 doesn't need reencoding as the downloadable cutscene pack is already multilingual.
Guest
 


bsvideo.zip

Postby iancampbell79 » Mar 15, 2005 @ 11:57am

Any chance of re-uploading the bsvideo.zip file. It doesn't seem to be there anymore!
iancampbell79
 


Postby 250n » Mar 27, 2005 @ 10:11pm

Arisme wrote:You have everything ready in this pack http://www.ggwsf.com/bsvideo.zip - mirror http://arisme.free.fr/PocketScumm/binaries/bsvideo.rar
(using the files from SmacksHi directory)

Note that it's recommended to use a smaller resolution and MP3 sound for PocketScumm - you'll need to change the encoding this way to get a smoother playback

change

mencoder temp\candle.avi -o ready\candle.mp2 -ovc lavc -nosound -lavcopts vcodec=mpeg2video:vhq:vbitrate=2400 -fps 24


to

mencoder temp\candle.avi -o ready\candle.mp2 -ovc lavc -nosound -lavcopts vcodec=mpeg2video:vhq:vbitrate=512 -vf scale=480:304 -fps 24


(repeat for each file)

and

oggenc temp\candle.wav -o ready\candle.ogg -q 0,5


to

lame -V 2 temp\candle.wav ready\candle.mp3


(you'll need to install lame http://www.trudyholler.com/extras/razor ... e-3.92.zip)


Nice guide. Thank you! I refined the settings by using a bitrate as low as 192k. As a result the movies were running 100% smooth on my x30 with no big visual loss.
Unfortunately there were no settings that allowed fullscreen-playback without skipping... Is there any chance for an improved video-playback? Maybe another codec, like divx? (runs fine in betaplayer, on 200mhz, fullscreen)

deckard
User avatar
250n
pm Member
 
Posts: 101
Joined: Jan 3, 2004 @ 9:34am
Location: Auraxis


Postby Arisme » Mar 27, 2005 @ 10:51pm

yes, it can probably be played in fullscreen if linked with another rendering library. But it'll break the source compatibility with other ports then, which I try to keep as high as possible.

btw if you still have the .zip file, could you attach it to this post or mail it to me, since the domain seems to be done.
Arisme
pm Insider
 
Posts: 1453
Joined: Jan 27, 2002 @ 1:07am
Location: France


Postby 250n » Mar 27, 2005 @ 11:41pm

Arisme wrote:yes, it can probably be played in fullscreen if linked with another rendering library. But it'll break the source compatibility with other ports then, which I try to keep as high as possible.

btw if you still have the .zip file, could you attach it to this post or mail it to me, since the domain seems to be done.


Voila!

http://www.ggwsf.net/bsvideo.rar

deckard
User avatar
250n
pm Member
 
Posts: 101
Joined: Jan 3, 2004 @ 9:34am
Location: Auraxis


Postby Arisme » Mar 28, 2005 @ 6:37pm

Thanks. I'll provide a local mirror just in case :wink:
Arisme
pm Insider
 
Posts: 1453
Joined: Jan 27, 2002 @ 1:07am
Location: France


Postby Arisme » Mar 29, 2005 @ 1:13am

Mirrored on http://arisme.free.fr/PocketScumm/binaries/bsvideo.rar

This one won't move thanks to the 1 Gb storage and high bandwith provided by Free for free :D
Arisme
pm Insider
 
Posts: 1453
Joined: Jan 27, 2002 @ 1:07am
Location: France


Return to Pocket Scumm


Sort


Forum Description

Discuss this port of ScummVM for the Pocket PC.

Moderators:

sponge, Arisme, andys

Who is online

In total there are 0 users online :: 0 registered, 0 hidden and 0 guests (based on users active over the past 10 minutes)
Most users ever online was 37 on Jun 9, 2010 @ 7:02am

Users browsing this forum: No registered users and 0 guests

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron