Zone of the Enders .pss demuxer and subtitle converter

Codecs, formats, encoding/decoding of game audio, video and music
Missingno_force
Posts: 3
Joined: Mon Mar 30, 2015 8:32 am

Zone of the Enders .pss demuxer and subtitle converter

Post by Missingno_force »

I recently dug around my sourcecode stuff and decided i should share these here:
http://space.chimerica.de/code/pss-demux.c http://space.chimerica.de/code/subtitle-convert.c
The former will demux the .pss files found in ZOE.DAT/ada/ and output the video as .m2v, audio as .vag and subtitle streams as .bin files, which can be converted to simple subrip srts using the subtitle converter.
Code is probably messy, but it works from what ive tested with the EU version of the game/DAT.
If you find any bugs or similar, tell me and ill try to fix them.