View Single Post
Old 12th May 2011, 22:50   #107  |  Link
SirLagsalot
Registered User
 
Join Date: Mar 2011
Posts: 10
Quote:
Originally Posted by 3ds
Put Lagarith to other packs like FFMPEG is a very good idea! I found this: https://github.com/justinruggles/FFm...dec/lagarith.c So it this work already done?
Right now they only have decoding support for YV12 encodings.


Quote:
Originally Posted by 3ds
Some ideas (maybe some bad ideas ):
* Try to use identical picture parts from previous frames.
* Improve NULL Frames:
** Make them more compatibly (the readme says that some programs can't handle them)
** Use not only the last frame. Make it possible to use not only the last frame as NULL Frame. Store some reference frames which can be reuses later.
I'm leery of adding delta frames (besides null frames, which are part of the AVI spec), since it makes the codec less useful for video editing, and would significantly increase the complexity of the code.

Quote:
Originally Posted by TheRyuu
In your chart, do you by any chance have single/multi-threading reversed, all the single threaded numbers are higher than the multi-threaded ones.
The numbers are the time in seconds it took to run, so smaller is better.
SirLagsalot is offline   Reply With Quote