I found way to get correct sound from Kingdom Hearts 2 fmv's.
Have ever seen this topic which was written by sayde? If you didn't, see below link.
http://www.animemusicvideos.org/forum/v ... hp?t=80680
but in this way, length of sound becomes wrong. It's because the header is wrong. So I modified the header.
Header shoud be like this. I found it by comparing sayde's header and the header of FF12.(thanks to sayde)
52 49 46 46 34 42 26 00 57 41 56 45 66 6D 74 20 20 00 00 00 70 02 02 00 80 BB 00 00 50 46 00 00 80 01 00 00 0E 00 01 00 00 10 00 00 00 00 00 00 01 00 00 00 64 61 74 61 CC 95 A7 02
Here is my way.
1. Like sayde's tutorial, get the m2v and dat files by PSS demux. m2v is movie file, and dat is sound file.
2. Open the dat file with hex editor.
3. Copy the header which I wrote(Drag and ctrl + c), and paste it in front of dat file(ctrl + v).
=> Just locate the cursor upper left, and paste the header. You don't have to remove extra zero's from the dat file.
4. Save the file as wav file.
5. (If you want) Combine the m2v file and the wav file by using editing program like VirtualDub.
In this way, I could get correct sound from KH2 fmv's. And I checked that it's working in KH Re: Chain of Memories.
Cause I'm not accustomed to using English, I explained shotly.
I Hope this will be helpful for you.
Way to get correct sound from Kingdom Hearts 2 fmv's
-
- Joined: Mon Feb 09, 2004 4:04 pm
Re: Way to get correct sound from Kingdom Hearts 2 fmv's
Nice job for figuring that out. It didn't occur to me to use this header for CoM's fmv's. I'll have to try this out.
My next biggest project to come...
wait on it!
wait on it!
- guardiansoulblade
- Joined: Wed Sep 10, 2008 2:58 pm
Re: Way to get correct sound from Kingdom Hearts 2 fmv's
Thanks! I knew how to get the files out but I didn't know how to get the sound.