But it seems to be not the case... I mean a windows appears then close instantly...nothing happened...so i decided to do some search about quick bms stuff and found this...but...Link
Where's the script ? I mean this is not this thing right ? http://forum.xentax.com/download/file.php?id=10380&sid=31cfa5528f253ca4b505e724c44ec193
It a audio file which by the way don't work
Should I try a other tool or this one is a special case ?
I see no rip of Lightning Returns on that site, only the original Final Fantasy XIII and XIII-2.
You may wish to try your luck with the PSF3 / PS3 site, as the rips from that console port are a format that is supported out of the box.
E: I checked the X360 Final Fantasy XIII rip. All of those .xma files are misnamed .scd files.
edited 11:26 PM EDT July 15, 2016
E2: XMA2 audio in the SCD file format. The data preceding the audio packets is:
WAVEFORMATEX containing XMA2 description in the file's endian format. Attached 34 bytes of WMA Pro extra data, of which FFMPEG doesn't need anything anyway.
Following that data is a seek offsets table, but FFMPEG doesn't need that, either.
So I can technically format these into RIFF WAV files that can be decoded by FFMPEG, by swapping the fmt chunk data, nulling out the extra data, and filling the data chunk with the packet data from the start offset.