opentomb / OpenTomb

An open-source Tomb Raider 1-5 engine remake
http://opentomb.github.io/
GNU Lesser General Public License v3.0
1.38k stars 143 forks source link

Cannot play TR5 movies. #599

Open carlo-bramini opened 4 years ago

carlo-bramini commented 4 years ago

I tried to play the FMV copied from my TR5 CDROM, but they do not work. It seems to me that those movies are not into RPL format, but they are encoded with another one called BINK. Hopefully, FFMPEG provides an implementation of this codec. I'm able to play them with ffplay tool, so it could be possible to import this implementation into OpenTomb, similarly to existing RPL.

Sincerely.

TeslaRus commented 4 years ago

bink decoder not ported to OT from ffplay (need much time to make correct port). ffmpeg library as is is too heavy for OT.