PDA

View Full Version : Codec Memory calculator


mouquai
24th September 2005, 23:53
Hello,

i'm searching fro a program, table or somthing else who could deliver a consumption of memory according to the codec.

First of all, is it possible to provide such informations?

Thx mouquai

Dark-Cracker
30th September 2005, 23:04
hi,

i am not really sure and it's ony a supposition, but if you feed your encoder with a avisynth script I think avisynth use a buffer with some uncompressed YV12 picture, so the mémory used is surely the number of frame ised as buffer in avisynth * the size a uncompressed picture (height * with * 32 bits it seems to me).

not really sure it help :)

++