When you start up kh2_recom_fmv you will see a menu and prompt similar to below. A folder titled fmv_dump will also be created in the current directory unless it already exists. Do not delete this folder while the application is running.
Code: Select all
----------------------------------
KH2 & Re:CoM FMV Extractor
----------------------------------
1: Rip PSS files from game disc to hard drive
2: Start PSS_demux to demux PSS files
3: Convert DAT files to playable WAVEs
4: Mux video and audio into MKVs
5: Exit application
Select option (1-5):
Input
1 into the prompt by typing
1 and pressing
Enter; this starts the fist step, listing your computer's available disc drives.
Code: Select all
----------------------------------
KH2 & Re:CoM FMV Extractor
----------------------------------
1: Rip PSS files from game disc to hard drive
2: Start PSS_demux to demux PSS files
3: Convert DAT files to playable WAVEs
4: Mux video and audio into MKVs
5: Exit application
Select option (1-5): 1
List of available disc drives:
1: D:
2: No medium
3: Go back
Select drive or input ISO image location:
In this example my computer has two disc drives so both are listed, my second disc drive is empty, so it comes up as
No medium.
D: is where my game disc is located so I will input
1, you may also input the file location of an ISO image, e.g.
C:\kh2us.iso.
If a game disc is found the application would then start extracting the PSS (PlayStation Stream) files to the fmv_dump folder.
Code: Select all
----------------------------------
KH2 & Re:CoM FMV Extractor
----------------------------------
1: Rip PSS files from game disc to hard drive
2: Start PSS_demux to demux PSS files
3: Convert DAT files to playable WAVEs
4: Mux video and audio into MKVs
5: Exit application
Select option (1-5): 1
List of available disc drives:
1: D:
2: No medium
3: Go back
Select drive or input ISO image location: 1
KH2 NTSC-U/C disc detected!
Now extracting: 100% complete!
After each step you will be returned to the main menu and prompt. Input
2 to start PSS_demux. Drag the PSS files in the fmv_dump folder into the new window that appears. Close PSS_demux when done. After this step is completed you will have a M2V file (video) and a DAT file (audio, not yet playable) for each PSS file demuxed.
Code: Select all
1: Rip PSS files from game disc to hard drive
2: Start PSS_demux to demux PSS files
3: Convert DAT files to playable WAVEs
4: Mux video and audio into MKVs
5: Exit application
Select option (1-5): 2
Input
3 to decode the resulting DAT files from the previous step into playable WAVEs. You will be asked which game the DAT files are from. My files are from Kingdom Hearts II so I will input
1. MPlayer is used to decode the DATs; you will see all of MPlayer's text output to the screen. This and the next step are optional if you have no need for audio. Decoding the audio is possible thanks to the help of sayde's tutorial (
http://www.animemusicvideos.org/forum/v ... 44&t=80680).
Code: Select all
1: Rip PSS files from game disc to hard drive
2: Start PSS_demux to demux PSS files
3: Convert DAT files to playable WAVEs
4: Mux video and audio into MKVs
5: Exit application
Select option (1-5): 3
1: Kingdom Hearts II
2: Re:Chain of Memories
3: Go back
Decode audio from which game? 1
The optional final step will mux the video and playable audio together into MKVs. It compresses the WAVEs into lossless FLACs to save hard drive space. It also sets a title and correct display aspect ratio flag for each video. This step uses the programs FLAC and mkvmerge.
The hidden
0 option will let you input a command, allowing you to use any of the third-party programs included in the Windows EXE. If you do not have any of the proper codecs, splitters or video player installed on your system to playback the MKV files, you can use MPlayer.
Code: Select all
1: Rip PSS files from game disc to hard drive
2: Start PSS_demux to demux PSS files
3: Convert DAT files to playable WAVEs
4: Mux video and audio into MKVs
5: Exit application
Select option (1-5): 0
~ mplayer lop.mkv
Or play a video without having muxed the video and audio.
Code: Select all
~ mplayer lop.m2v -aspect 8:5 -audiofile lop.wav
Input
5 to exit kh2_recom_fmv. You may now delete files from the fmv_dump folder that you no longer need: PSS files if they have been demuxed, DAT files if they've been decoded, M2Vs, WAVEs and FLACs if you only have use for the MKVs.
I hope this application worked for you and I also wish you happy viewing/AMV making.
You can report any problems you have here.