This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 4 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Yet another at3+ encoder/decoder
#14
it also can't play sounds from video files. it only extracts them in oma format, which this tool doesn't support.
adding the "IF NOT EXIST "%2" ( lib\windows-x86\HIMDRender.exe -e -i %1 -o %2 )" line fixes that problem then, though it'd be better if the emulator could output those sounds in at3 format too.

and on that topic, it also can't play the sounds from the umd browser, since snd0.at3 isn't even extracted, so it can't be converted to play.

i went and edited my bat a bit to make it support all 3 tools.

Code:
@echo off
if exist lib\windows-x86\atrac3plus2wav.exe goto atrac3plus2wav
if exist lib\windows-x86\at3tool.exe goto at3tool
lib\windows-x86\HIMDRender.exe -e -i %1 -o %2
goto end
:at3tool
lib\windows-x86\at3tool.exe -d -repeat 1 %3 %2
IF NOT EXIST "%2" ( lib\windows-x86\HIMDRender.exe -e -i %1 -o %2 )
goto end
:atrac3plus2wav
set name=%~n1
lib\windows-x86\atrac3plus2wav.exe %1
move %1.wav %2
IF NOT EXIST "%2" ( lib\windows-x86\HIMDRender.exe -e -i %1 -o %2 )
goto end
:end
not sure currently which tool is better. atrac3plus2wav supports more frequencies and supports oma, it could be a bit better, so i made the bat look for it first.
Reply


Messages In This Thread
Yet another at3+ encoder/decoder - by freefive - 03-29-2013, 05:10 AM
RE: Yet another at3+ encoder/decoder - by gid15 - 03-29-2013, 11:51 AM
RE: Yet another at3+ encoder/decoder - by Zekro - 03-29-2013, 12:42 PM
RE: Yet another at3+ encoder/decoder - by Zekro - 03-29-2013, 01:19 PM
RE: Yet another at3+ encoder/decoder - by MnH - 03-29-2013, 01:50 PM
RE: Yet another at3+ encoder/decoder - by serio - 03-29-2013, 02:15 PM
RE: Yet another at3+ encoder/decoder - by gid15 - 03-29-2013, 03:09 PM
RE: Yet another at3+ encoder/decoder - by gid15 - 03-29-2013, 04:29 PM
RE: Yet another at3+ encoder/decoder - by Abelus - 03-29-2013, 03:13 PM
RE: Yet another at3+ encoder/decoder - by serio - 03-29-2013, 03:21 PM
RE: Yet another at3+ encoder/decoder - by Abelus - 03-29-2013, 03:32 PM
RE: Yet another at3+ encoder/decoder - by serio - 03-29-2013, 03:35 PM
RE: Yet another at3+ encoder/decoder - by Abelus - 03-29-2013, 03:55 PM
RE: Yet another at3+ encoder/decoder - by serio - 03-29-2013, 04:34 PM
RE: Yet another at3+ encoder/decoder - by gid15 - 03-29-2013, 04:47 PM
RE: Yet another at3+ encoder/decoder - by gid15 - 03-29-2013, 04:57 PM
RE: Yet another at3+ encoder/decoder - by serio - 03-29-2013, 04:56 PM
RE: Yet another at3+ encoder/decoder - by gid15 - 03-29-2013, 05:04 PM
RE: Yet another at3+ encoder/decoder - by Abelus - 03-29-2013, 05:10 PM
RE: Yet another at3+ encoder/decoder - by serio - 03-29-2013, 05:17 PM
RE: Yet another at3+ encoder/decoder - by MnH - 03-29-2013, 09:53 PM
RE: Yet another at3+ encoder/decoder - by serio - 03-29-2013, 10:08 PM
RE: Yet another at3+ encoder/decoder - by Hykem - 04-03-2013, 02:23 AM
RE: Yet another at3+ encoder/decoder - by Zekro - 04-03-2013, 11:40 AM

Forum Jump:


Users browsing this thread: 9 Guest(s)