terminal-recall icon indicating copy to clipboard operation
terminal-recall copied to clipboard

Implement FMV decoder

Open cjritola opened this issue 11 years ago • 2 comments

cjritola avatar Feb 26 '14 22:02 cjritola

Perhaps FFMPEG-Java? http://fmj-sf.net/ffmpeg-java/getting_started.php

StrikerTheHedgefox avatar Mar 16 '14 18:03 StrikerTheHedgefox

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.

cjritola avatar Mar 17 '14 07:03 cjritola