To be specific, its
http://encode.su/threads/1111-Ocarin...deo-compressor
Also there's my avi preprocessor:
http://nishi.dreamhosters.com/u/avip_v0.rar
> If the videos are unplayable in the compressed format, there should be gains to the compression ratio
Afaik that makes nearly no difference (playable or not).
Surely, being able to apply multiple tools (like demux and process audio/video/index/subtitles) separately
would make programming easier, but the only thing that really affects compression is the block size
(aka distance between key frames) and the difference is insignificant (something like 3% between
full solid and reasonable blocks for convenient seek support).
In fact the playback is rather slow - around 300KB per second seems like a fairly good quality,
so we can even apply strong CMs there, and it would be still playable.
Basically, there won't be anybody willing to use compression which is slower than video playback,
so there's no sense to separate them.