terminal-recall
terminal-recall copied to clipboard
Implement FMV decoder
Perhaps FFMPEG-Java? http://fmj-sf.net/ffmpeg-java/getting_started.php
That looks like the best bet so far. Fury3 uses AVIs, TV uses TVIs. The AVIs should open fine with ffmpeg, .TVIs on the other hand will likely need an in-house implementation. (I tried renaming a .TVI to an .AVI and it doesn't play - they're headerless) Like with music there will be option to override these files for fan-made remakes. The TVI format isn't extremely complex so I feel optimistic about its feasibility.