Broken Sword I & II - Enhanced cutscene project - Update

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
User avatar
clone2727
Retired
Posts: 1611
Joined: Fri Jun 09, 2006 8:23 pm
Location: NJ, USA

Post by clone2727 »

Taking an avi directly instead of the PNG's would involve altering the code of the dxa encoder, not the batch file. (If that's what you're talking about)
User avatar
Phreddy
Posts: 32
Joined: Thu Jun 28, 2007 12:50 am

Post by Phreddy »

I see. I'll try to have a DXA encode of the new filterchain using clem's suggestion. Having a new version of the encoder that accepts AVI files as input would be a great thing to have though.
clem
Posts: 2159
Joined: Mon Oct 31, 2005 11:14 am

Post by clem »

from what I gather, adding AVI support to encode_DXA would be a nightmare. AVI is just a container format which can contain data in various compression formats. any windows program would just pass that to the appropriate codec DLL for decompression, but since the tools are not specifically made for windows this would mean you'd have to implement the whole codec(s) again if you want to go platform independent.

as far as I know that's the reason why ScummVM used mpeg2 in the past instead of AVI files in the first place.
User avatar
Sordid
Posts: 78
Joined: Wed Nov 02, 2005 6:12 pm
Location: Germany

Post by Sordid »

I just watched the the test video....outstanding....this really makes a difference!!!
User avatar
john_doe
ScummVM Developer
Posts: 117
Joined: Fri Nov 04, 2005 8:25 pm
Location: Stuttgart, Germany

Post by john_doe »

I first wanted to add Avi support when making the Dxa encoder but as Clem correctly pointed out, it's hell on earth. It also has disadvantages, e.g. Avi files apparently only support one palette in 8-bit movies - at least the Smacker tool reduced everything into a single palette and the resulting Avi looked quite bad - and the files would have been much bigger since I really didn't want to add any kind of decompression.
User avatar
Phreddy
Posts: 32
Joined: Thu Jun 28, 2007 12:50 am

Post by Phreddy »

Sorry for having been out for so long, but I got a new job and adapting to it consumed a bit of time. Also, the new computer doesn't recognize the HDD with all the important files.
Still, the filterchain used for this was renewed and I remember the filters and settings by heart. Therefore, if someone can provide the smacker version of Broken Sword 1's intro (mine is in spanish), I'll get cracking on a DXA version of the filtered encode to see how it looks.
[vEX]
ScummVM Webmaster
Posts: 45
Joined: Mon Nov 14, 2005 7:05 am
Location: Sweden

Post by [vEX] »

eriktorbjorn wrote:
Phreddy wrote:TI'll scour the web for a DXA codec (so that I can encode using VDubMod rather than a standalone application) or at least a standalone encoder that can take an AVI file as input.
I'd be surprised if you found one, really. From what I understand, DXA was something Runesoft invented, probably as a Smacker replacement, for the Macintosh and Amiga versions of The Feeble Files. ScummVM's DXA encoder extends the format further by adding some further compression methods, and allowing the sound to be a separate, compressed file.

So it's not widely used to begin with, and ScummVM uses a non-standard version of it.
Seems like FFMPEG supports DXA now:
$ mplayer INTRO.dxa -audiofile INTRO.fla
MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team

[...]

Playing INTRO.dxa.
libavformat file format detected.
[lavf] Video stream found, -vid 0
VIDEO: [DXA1] 640x200 0bpp 12.000 fps 0.0 kbps ( 0.0 kbyte/s)
Audio file file format detected.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffdxa] vfm: ffmpeg (FFmpeg Feeble Files DXA video)
That hopefully means one should now be able to use FFMPEG/mencoder to convert from an AVI directly to a DXA video.
User avatar
john_doe
ScummVM Developer
Posts: 117
Joined: Fri Nov 04, 2005 8:25 pm
Location: Stuttgart, Germany

Post by john_doe »

Afaik it only supports decoding, not encoding.
User avatar
Phreddy
Posts: 32
Joined: Thu Jun 28, 2007 12:50 am

Post by Phreddy »

I'll ask around and try to find out if ffmpeg supports or will support DXA encoding. In the meantime, I want to try clem's sugestion and give the filterchain a new try as I found a fixed version of one of the filters.


By the way, if there's any other cutscenes or game-related footage you would like me to take a shot at, do let me know. For instance, here are the results of a filterchain an extremely knowledgeable person created for me. The footage in question is Gabriel Knight's "Making of" AVI that came with the CD version (original is 160x120, has been upsized for better comparison with results):

Image
User avatar
PsYcO
Got 2 warnings
Posts: 511
Joined: Sun Dec 24, 2006 9:27 pm
Location: UK, Enfield
Contact:

Post by PsYcO »

wow great improvement.
User avatar
Phreddy
Posts: 32
Joined: Thu Jun 28, 2007 12:50 am

Post by Phreddy »

So, can someone upload the english version of BS1's intro in english or should I just go ahead and try again with my spanish version?
User avatar
PsYcO
Got 2 warnings
Posts: 511
Joined: Sun Dec 24, 2006 9:27 pm
Location: UK, Enfield
Contact:

Post by PsYcO »

i thought they already were in the downloads page?
clem
Posts: 2159
Joined: Mon Oct 31, 2005 11:14 am

Post by clem »

PsYcO wrote:i thought they already were in the downloads page?
you mean there are original SMK versions of the videos at the download page? where?
User avatar
Phreddy
Posts: 32
Joined: Thu Jun 28, 2007 12:50 am

Post by Phreddy »

I managed to replicate the original filterchain and introduce a few (likely unnoticeable) improvements. Expect a DXA encode sometime within the next 24 hours :).
User avatar
Phreddy
Posts: 32
Joined: Thu Jun 28, 2007 12:50 am

Post by Phreddy »

Currently encoding lossless intermediary file. In the meantime, here's another couple of screenshots
showing one of the frames with (IMHO) the most improvement:

Image

Image


By the way, I noticed some time ago that there's a music enhancement project going on as well that
targets Simon the Sorcerer, Beneath a Steel Sky, Discworld, Flight of the Amazon Queen and
Inherit the Earth. Is there something like that but regarding other games like the Broken Sword series?


[edit]I loaded the intermediary file in RAD Tools, used the "Smack It!" option and it came out awful:

http://www.bestsharing.com/files/FvI2Xy ... s.smk.html

I'm going to try again in a couple of hours.
Post Reply