-
Notifications
You must be signed in to change notification settings - Fork 7
TASHex
TODO: fix formatting and add download links, copy/pasted from googlecode
Downloads can be found here: http://tasvideos.org/EmulatorResources/Tastools.html
Direct download links:
- [http://tastools.googlecode.com/files/TAS-Hex.zip TASHex Windows]
- [http://tastools.googlecode.com/files/tas-hexl.zip TASHex Linux]
TAShex is a project started in 2007 with purpose of making movie file editing easy without having to calculate hex codes for button states and posiotions of needed segments. The idea was simple: program offers a way to convert movie file (as of release time, it supported every format, supported on site, which is not true for now) into few text files: one has header info, while other contain data for all controllers (one file per controller).
===Header file format:===
TEXT - file header TYPE=3 - type of original movie (not a subject to change) HEADER - here begins data from file header, in hex format, not subject to change) data POST - here begins data that goes after controller input data (might be save data for example) data CONTROLLERS
===Controller input file format===
CHARS=1234RLXA>|
frame number is not taken into account when encoding, it's there just for convenience of user to search for exact frame, so lines can be edited, moved, removed, copied and pasted without any worries.
===Supported formats:===
vbm, smv, gmv, fcm, fmv - full
m64 - limited (because it's not frame-based, but input request-based)