The Feeble Files

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
User avatar
Sordid
Posts: 78
Joined: Wed Nov 02, 2005 6:12 pm
Location: Germany

Post by Sordid »

could somebody please send me the compiled encode_dxa file?
Kirben
Posts: 421
Joined: Wed Sep 21, 2005 12:15 pm
Location: Melbourne, Victoria, Australia

Post by Kirben »

Sordid wrote:could somebody please send me the compiled encode_dxa file?
For what operating system do you require encode_dxa compiled for?

If you are using Windows, it is included in the daily snapshot of ScummVM.
User avatar
Sordid
Posts: 78
Joined: Wed Nov 02, 2005 6:12 pm
Location: Germany

Post by Sordid »

Hm....I want to use this file to encode the videos from Feeble Files...got the batch file and the cpp but didn't manage to compile it. (for Windows). Or did I get something wrong?
clem
Posts: 2159
Joined: Mon Oct 31, 2005 11:14 am

Post by clem »

Sordid wrote:Or did I get something wrong?
He meant you should get the daily SVN snapshot .exe file for windows from the ScummVM downloads page. If you install it, you have a tools\ subdirectory in your ScummVM directory which should contain all the tools (including encode_dxa)

clem
User avatar
Sordid
Posts: 78
Joined: Wed Nov 02, 2005 6:12 pm
Location: Germany

Post by Sordid »

clem wrote:
Sordid wrote:Or did I get something wrong?
He meant you should get the daily SVN snapshot .exe file for windows from the ScummVM downloads page. If you install it, you have a tools\ subdirectory in your ScummVM directory which should contain all the tools (including encode_dxa)

clem
Understood. Thanks ;)
gliss
Posts: 11
Joined: Sun Feb 26, 2006 12:03 am
Location: Austria

Post by gliss »

Does still nobody have an idea how I could solve the problem with voices.wav? :?
User avatar
Sordid
Posts: 78
Joined: Wed Nov 02, 2005 6:12 pm
Location: Germany

Post by Sordid »

I managed to convert the videos. Where do I have to put them?
User avatar
noize
Posts: 126
Joined: Mon Oct 31, 2005 3:08 pm

Post by noize »

I saw ZMBV compression was added to encode_dxa.
Is it ready for use in ScummVM, and is included in the daily snapshot?

Thanks.
User avatar
eriktorbjorn
ScummVM Developer
Posts: 3525
Joined: Mon Oct 31, 2005 7:39 am

Post by eriktorbjorn »

Sordid wrote:I managed to convert the videos. Where do I have to put them?
I keep mine in a folder called movies inside the folder where I keep the rest of the Feeble Files data files. That's not the only option, but it seemed natural to me.
User avatar
sev
ScummVM Lead
Posts: 2279
Joined: Wed Sep 21, 2005 1:06 pm
Contact:

Post by sev »

noize wrote:I saw ZMBV compression was added to encode_dxa.
Is it ready for use in ScummVM, and is included in the daily snapshot?
No. It was added for testing purposes and appeared to be less efficient than pure DXA. I.e. compressed files are bigger. No decoder was implemented for this format and we have no plans to do it.


Eugene
User avatar
noize
Posts: 126
Joined: Mon Oct 31, 2005 3:08 pm

Post by noize »

Cool. Maybe it's a good idea to use dxa for the sword engines as well.
FeebleFiles1
Posts: 98
Joined: Sun Feb 12, 2006 12:02 pm

Post by FeebleFiles1 »

When are you going to support the AD PCM Audio, which compresses the audio in the dxa files?
FeebleFiles1
Posts: 98
Joined: Sun Feb 12, 2006 12:02 pm

Post by FeebleFiles1 »

eriktorbjorn wrote:
john_doe wrote:Or do you mean if it can compress the speech, too? That it can't do :)
The development version of the compress_simon tool can compress the voices.wav files for The Feeble Files though.
I tryd to compress it, but the help with the syntax is very hard. Can anybode wrote here a Sample how to convert the speech files to ogg vorbis?

What i have to set, there are so many parameters, and i am german, its really hard to understand
User avatar
eriktorbjorn
ScummVM Developer
Posts: 3525
Joined: Mon Oct 31, 2005 7:39 am

Post by eriktorbjorn »

FeebleFiles1 wrote: I tryd to compress it, but the help with the syntax is very hard. Can anybode wrote here a Sample how to convert the speech files to ogg vorbis?

What i have to set, there are so many parameters, and i am german, its really hard to understand
I used, quite simply

Code: Select all

compress_simon --vorbis voices1.wav
compress_simon --vorbis voices2.wav
Sure, there are a lot of parameters you could use other than that, but only if you're not satisfied with the defaults oggenc provides. (The compression tools work by invoking lame (for MP3), oggenc (for Ogg Vorbis), or flac (for FLAC) repeatedly, but as long as at least one of them are installed where the tool can find it, it should be ok.)
FeebleFiles1
Posts: 98
Joined: Sun Feb 12, 2006 12:02 pm

Post by FeebleFiles1 »

when are you going to add adpcm support?
eriktorbjorn wrote:
FeebleFiles1 wrote: I tryd to compress it, but the help with the syntax is very hard. Can anybode wrote here a Sample how to convert the speech files to ogg vorbis?

What i have to set, there are so many parameters, and i am german, its really hard to understand
I used, quite simply

Code: Select all

compress_simon --vorbis voices1.wav
compress_simon --vorbis voices2.wav
Sure, there are a lot of parameters you could use other than that, but only if you're not satisfied with the defaults oggenc provides. (The compression tools work by invoking lame (for MP3), oggenc (for Ogg Vorbis), or flac (for FLAC) repeatedly, but as long as at least one of them are installed where the tool can find it, it should be ok.)
Post Reply