You got Mail...hehe, life's full of surprisesDarK-KiLLeR wrote:If there are Errors at Disc 2+, I don't want to play useless until its not necassery
You got PM
Feeble Files
Moderator: ScummVM Team
Followed this post with interest but I'm still stuck
I think I understand the process, the explanation is first rate.
My problem is that I cannot find encoder_dxa.exe. The link in step 1 is broken and a neither search of the free codec site or the web brings up anything useful.
Can anyone point me at the right place or tell me where I'm going wrong, please? [/code]
My problem is that I cannot find encoder_dxa.exe. The link in step 1 is broken and a neither search of the free codec site or the web brings up anything useful.
Can anyone point me at the right place or tell me where I'm going wrong, please? [/code]
- Raziel
- ScummVM Porter
- Posts: 1534
- Joined: Tue Oct 25, 2005 8:27 am
- Location: a dying planet
- Contact:
Re: Followed this post with interest but I'm still stuck
The link in STEP 1 did not point to encode_dxa.exe, but to a now defunct LAME (a MP3 encoder) download sitealcina wrote:I think I understand the process, the explanation is first rate.
My problem is that I cannot find encoder_dxa.exe. The link in step 1 is broken and a neither search of the free codec site or the web brings up anything useful.
Can anyone point me at the right place or tell me where I'm going wrong, please? [/code]
If you still need to get LAME, try it the "official" way: http://lame.sourceforge.net/download.php
If you need encode_dxa.exe you have to download ScummVM_Tools and install it,
i don't think you can get it without the other tools, i may be wrong though
http://scummvm.org/downloads.php
Scroll down to Tools, dunno what platform your on
Re encoder.dxa :
Many thanks Raziel.
Have downloaded the tools and will try them over the coming week.
Have downloaded the tools and will try them over the coming week.
- Laserschwert
- Posts: 280
- Joined: Mon Mar 06, 2006 11:48 pm
I'm having the problem that encode_dxa.exe doesn't create the DXA-files... it only converts the wav-files to mp3 (or ogg, whatever I chose). The PNGs though don't get converted to DXA. I'm using this batch:
I've even tried again with this one:
But no DXA-files get created. What am I doing wrong?
Code: Select all
for %%i in (*.smk) do binkconv.exe %%i %%~ni.png /n-1 /z1 /#
for %%i in (*.smk) do binkconv.exe %%i %%~ni.wav /v /#
for %%i in (*.smk) do encode_dxa.exe --mp3 -b 96 -B 160 %%~ni
Code: Select all
for %%i in (*.smk) do encode_dxa.exe --mp3 %%~ni
- Laserschwert
- Posts: 280
- Joined: Mon Mar 06, 2006 11:48 pm
- eriktorbjorn
- ScummVM Developer
- Posts: 3558
- Joined: Mon Oct 31, 2005 7:39 am
I'm probably the wrong person to answer this since I'm not familiar with Windows scripting, but I assume that %%~ni expands to the file name, minus extension, i.e. intro.smk becomdes just intro.Laserschwert wrote:But no DXA-files get created. What am I doing wrong?Code: Select all
for %%i in (*.smk) do encode_dxa.exe --mp3 %%~ni
With the development version of encode_dxa it seems that you have to spell out the entire file name, e.g. encode_dxa --mp3 intro.smk. What happens if you change %%~ni to %%i, assuming the latter is the entire filename?
- Laserschwert
- Posts: 280
- Joined: Mon Mar 06, 2006 11:48 pm
- Raziel
- ScummVM Porter
- Posts: 1534
- Joined: Tue Oct 25, 2005 8:27 am
- Location: a dying planet
- Contact:
Which leads me to the question
Was there any work done on the new better compression for encode_dxa?
I'm asking because i only have a small, loud and VERY slow pc sitting
here and i don't want to spend another 2(!) months (with work inbetween)
encoding the dxa.
Only if the compression has been updated.
Which leads me to another question
Is there any news on smk support (the info of a possible support was
taken from another thread on this forum: Kingdom O'Magic
http://forums.scummvm.org/viewtopic.php?t=1856&start=15
Any news (positive or negative) on this?
Please!?
Thanks
Was there any work done on the new better compression for encode_dxa?
I'm asking because i only have a small, loud and VERY slow pc sitting
here and i don't want to spend another 2(!) months (with work inbetween)
encoding the dxa.
Only if the compression has been updated.
Which leads me to another question
Is there any news on smk support (the info of a possible support was
taken from another thread on this forum: Kingdom O'Magic
http://forums.scummvm.org/viewtopic.php?t=1856&start=15
Any news (positive or negative) on this?
Please!?
Thanks