Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Bits Estimation Calculation (Read 3240 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Bits Estimation Calculation

Hi I noticed from the MPEG4 ISO specs, the PE calculation is defined as

PE += width * log10(en(B)/thr(B));

Then the estimated bits = 0.3*PE + 6.0*sqrt(PE) for long block..

Why is there a different between PE and estimated bits?

wkw

Bits Estimation Calculation

Reply #1
Inoptimal encoding, I guess.

 

Bits Estimation Calculation

Reply #2
Actually I have reasons to doubt these 2 equations. The final bits estimated is just too low...

wkw