hrydgard / ppsspp-ffmpeg

A slimmed-down build of FFMPEG used in PPSSPP. Includes h.264, atrac3+, AAC and a few other codecs.
Other
62 stars 72 forks source link

Make changes for future frame dumping support #40

Closed RisingFog closed 8 years ago

RisingFog commented 8 years ago

This will make it possible to add frame dumping support to PPSSPP on Desktop based systems (Mac, Linux, Windows).

hrydgard commented 8 years ago

Hm, I'd like to keep huffyuv I think - it's very small and might be useful for video quality freaks someday :)

RisingFog commented 8 years ago

@hrydgard what's the difference between huffyuv and FFV1?

The implementation I'm porting over is from Dolphin, which uses only FFV1 and MPEG4 at the moment.

hrydgard commented 8 years ago

Ah, I forgot about FFV1. Yeah, we just need something that can be lossless so that's fine if that's included.