Hi.
I want to translate intro of FF8. I converted STR to AVI, changed frames and create STR file again by Movie Converter. But STR format especially for FF8 has some variations, most important are:
- Each frame has 10 sectors; first two sectors are for audio, the rest (8 sectors) are for video
- Header for audio sectors are different, but I want audio sectors leave as is, because I don't translate sound
- Header for video sectors are different, this header contains only 8 bytes
- The rest of sector: 2048 - 8 = 2040 bytes are frame data, so one frame has 8*2040 => 16320 bytes for frame data without header.
The most difficult variation is the last listed above. Because after the video header, in the standard STR file, there are
2016 bytes for frame data. Anyone know, how can I change these
2016 bytes to
2040? Or maybe I do something wrong?